aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-20fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada
2020-07-20fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada
2020-07-20test/dm: check if devices existHeinrich Schuchardt
2020-07-20arm: mach-k3: Use SOC driver for device identificationDave Gerlach
2020-07-20configs: j721e_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach
2020-07-20configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach
2020-07-20arm: dts: k3-j721e-mcu-wakeup: Introduce chipid nodeDave Gerlach
2020-07-20arm: dts: k3-am65-wakeup: Introduce chipid nodeDave Gerlach
2020-07-20dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach
2020-07-20test: Add tests for SOC uclassDave Gerlach
2020-07-20dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach
2020-07-20doc: Add new doc for soc ID driver modelDave Gerlach
2020-07-20fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada
2020-07-20patman: When no tracking branch is provided, tell the userNicolas Boichat
2020-07-20patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat
2020-07-20Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek
2020-07-20Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek
2020-07-20ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek
2020-07-20Add information for skipped commit optionsPatrick Delaunay
2020-07-20lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes
2020-07-20patman: Detect unexpected ENDPatrick Delaunay
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-20binman: Add support for generating a FITSimon Glass
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-07-20mkimage: Allow updating the FIT timestampSimon Glass
2020-07-20binman: Allow zero-length entries to overlapSimon Glass
2020-07-20binman: Allow missing Intel blobsSimon Glass
2020-07-20binman: Detect when valid images are not producedSimon Glass
2020-07-20patman: Update errors and warnings to use stderrSimon Glass
2020-07-20binman: Allow external binaries to be missingSimon Glass
2020-07-20binman: Convert existing binary blobs to blob_extSimon Glass
2020-07-20binman: Add an etype for external binary blobsSimon Glass
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass
2020-07-20binman: Re-enable concurrent testsSimon Glass
2020-07-20binman: Adjust pylibfdt for incremental buildSimon Glass
2020-07-20binman: Fix a few typos in the entry docsSimon Glass
2020-07-20binman: Add support for calling mkimageSimon Glass
2020-07-20binman: Set a default toolpathSimon Glass
2020-07-20binman: Specify the toolpath when running test coverageSimon Glass
2020-07-20binman: Correct the search patch for pylibfdtSimon Glass
2020-07-20binman: cbfs: Fix IFWI typoSimon Glass
2020-07-20binman: Output errors to stderrSimon Glass
2020-07-20.gitignore: Ignore Python 3 cache directoriesSimon Glass
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass
2020-07-20patman: Add a -D option to enable debuggingSimon Glass
2020-07-20patman: Support collecting response tags in PatchstreamSimon Glass
2020-07-20patman: Allow disabling 'bright' mode with Print outputSimon Glass
2020-07-20patman: Add a 'test' subcommandSimon Glass