aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dmTom Rini2020-07-23319-656/+2506
|\
| * treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20120-125/+125
| * treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-205-5/+5
| * treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2046-47/+47
| * fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-201-7/+10
| * fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-201-3/+8
| * test/dm: check if devices existHeinrich Schuchardt2020-07-205-5/+18
| * arm: mach-k3: Use SOC driver for device identificationDave Gerlach2020-07-203-36/+19
| * configs: j721e_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach2020-07-204-0/+8
| * configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach2020-07-204-0/+8
| * arm: dts: k3-j721e-mcu-wakeup: Introduce chipid nodeDave Gerlach2020-07-202-0/+9
| * arm: dts: k3-am65-wakeup: Introduce chipid nodeDave Gerlach2020-07-202-0/+9
| * dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach2020-07-203-0/+132
| * test: Add tests for SOC uclassDave Gerlach2020-07-209-0/+186
| * dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-205-0/+258
| * doc: Add new doc for soc ID driver modelDave Gerlach2020-07-202-0/+69
| * fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-201-2/+2
| * patman: When no tracking branch is provided, tell the userNicolas Boichat2020-07-201-2/+3
| * patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2020-07-202-0/+27
| * Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek2020-07-202-28/+3
| * Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek2020-07-202-31/+6
| * ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek2020-07-201-2/+2
| * Add information for skipped commit optionsPatrick Delaunay2020-07-201-0/+3
| * lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-201-0/+2
| * patman: Detect unexpected ENDPatrick Delaunay2020-07-201-0/+4
| * cpu: Convert the methods to use a const udevice *Simon Glass2020-07-2015-58/+63
| * binman: Add support for generating a FITSimon Glass2020-07-205-0/+384
| * dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-202-2/+19
| * mkimage: Allow updating the FIT timestampSimon Glass2020-07-204-2/+15
| * binman: Allow zero-length entries to overlapSimon Glass2020-07-203-1/+23
| * binman: Allow missing Intel blobsSimon Glass2020-07-204-14/+55
| * binman: Detect when valid images are not producedSimon Glass2020-07-207-3/+76
| * patman: Update errors and warnings to use stderrSimon Glass2020-07-202-2/+5
| * binman: Allow external binaries to be missingSimon Glass2020-07-208-8/+66
| * binman: Convert existing binary blobs to blob_extSimon Glass2020-07-2016-39/+29
| * binman: Add an etype for external binary blobsSimon Glass2020-07-205-0/+83
| * binman: Use super() instead of specifying parent typeSimon Glass2020-07-2057-87/+86
| * binman: Re-enable concurrent testsSimon Glass2020-07-201-1/+3
| * binman: Adjust pylibfdt for incremental buildSimon Glass2020-07-201-0/+3
| * binman: Fix a few typos in the entry docsSimon Glass2020-07-202-2/+2
| * binman: Add support for calling mkimageSimon Glass2020-07-205-0/+120
| * binman: Set a default toolpathSimon Glass2020-07-201-0/+5
| * binman: Specify the toolpath when running test coverageSimon Glass2020-07-202-6/+13
| * binman: Correct the search patch for pylibfdtSimon Glass2020-07-201-0/+1
| * binman: cbfs: Fix IFWI typoSimon Glass2020-07-201-1/+1
| * binman: Output errors to stderrSimon Glass2020-07-201-1/+1
| * .gitignore: Ignore Python 3 cache directoriesSimon Glass2020-07-201-0/+3
| * dm: core Fix long line in device_bind_common()Simon Glass2020-07-201-1/+2
| * patman: Add a -D option to enable debuggingSimon Glass2020-07-201-0/+6
| * patman: Support collecting response tags in PatchstreamSimon Glass2020-07-202-5/+30