aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada120-125/+125
2020-07-25treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada5-5/+5
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada46-47/+47
2020-07-25fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada1-7/+10
2020-07-25fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada1-3/+8
2020-07-25test/dm: check if devices existHeinrich Schuchardt5-5/+18
2020-07-25arm: mach-k3: Use SOC driver for device identificationDave Gerlach3-36/+19
2020-07-25configs: j721e_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach4-0/+8
2020-07-25configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach4-0/+8
2020-07-25arm: dts: k3-j721e-mcu-wakeup: Introduce chipid nodeDave Gerlach2-0/+9
2020-07-25arm: dts: k3-am65-wakeup: Introduce chipid nodeDave Gerlach2-0/+9
2020-07-25dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach3-0/+132
2020-07-25test: Add tests for SOC uclassDave Gerlach9-0/+186
2020-07-25dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach5-0/+258
2020-07-25doc: Add new doc for soc ID driver modelDave Gerlach2-0/+69
2020-07-25fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada1-2/+2
2020-07-25patman: When no tracking branch is provided, tell the userNicolas Boichat1-2/+3
2020-07-25patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2-0/+27
2020-07-25Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek2-28/+3
2020-07-25Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek2-31/+6
2020-07-25ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek1-2/+2
2020-07-25Add information for skipped commit optionsPatrick Delaunay1-0/+3
2020-07-25lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes1-0/+2
2020-07-25patman: Detect unexpected ENDPatrick Delaunay1-0/+4
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass15-58/+63
2020-07-25binman: Add support for generating a FITSimon Glass5-0/+384
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass2-2/+19
2020-07-25mkimage: Allow updating the FIT timestampSimon Glass4-2/+15
2020-07-25binman: Allow zero-length entries to overlapSimon Glass3-1/+23
2020-07-25binman: Allow missing Intel blobsSimon Glass4-14/+55
2020-07-25binman: Detect when valid images are not producedSimon Glass7-3/+76
2020-07-25patman: Update errors and warnings to use stderrSimon Glass2-2/+5
2020-07-25binman: Allow external binaries to be missingSimon Glass8-8/+66
2020-07-25binman: Convert existing binary blobs to blob_extSimon Glass16-39/+29
2020-07-25binman: Add an etype for external binary blobsSimon Glass5-0/+83
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass57-87/+86
2020-07-24binman: Adjust pylibfdt for incremental buildSimon Glass1-0/+3
2020-07-24binman: Fix a few typos in the entry docsSimon Glass2-2/+2
2020-07-24binman: Add support for calling mkimageSimon Glass5-0/+120
2020-07-24binman: Set a default toolpathSimon Glass1-0/+5
2020-07-24binman: Specify the toolpath when running test coverageSimon Glass2-6/+13
2020-07-24binman: Correct the search patch for pylibfdtSimon Glass1-0/+1
2020-07-24binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-07-24binman: Output errors to stderrSimon Glass1-1/+1
2020-07-24.gitignore: Ignore Python 3 cache directoriesSimon Glass1-0/+3
2020-07-24dm: core Fix long line in device_bind_common()Simon Glass1-1/+2
2020-07-24patman: Add a -D option to enable debuggingSimon Glass1-0/+6
2020-07-24patman: Support collecting response tags in PatchstreamSimon Glass2-5/+30
2020-07-24patman: Allow disabling 'bright' mode with Print outputSimon Glass1-2/+2
2020-07-24patman: Add a 'test' subcommandSimon Glass6-40/+45