aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Jan2023Tom Rini78-537/+1617
2023-01-19Merge branch '2022-01-18-assorted-updates'Tom Rini88-7605/+14085
2023-01-18odroid: limit boot memory to lowmemJoost van Zwieten1-0/+1
2023-01-18configs: enable poweroff command on QEMU ARM platformsHeinrich Schuchardt2-0/+2
2023-01-18vbe: Allow probing the VBE bootmeth to fail in OS fixupSimon Glass1-4/+12
2023-01-18test: compression: add zstd uncompression testBrandon Maier6-1/+76
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier45-7548/+13639
2023-01-18patman: symlink top level .checkpatch.confMaxim Cournoyer2-0/+2
2023-01-18Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'"Maxim Cournoyer1-1/+1
2023-01-18binman: Support positioning an entry by and ELF symbolSimon Glass5-1/+106
2023-01-18dtoc: Add a way to read a phandle with paramsSimon Glass4-0/+43
2023-01-18binman: Provide general support for updating ELF symbolsSimon Glass10-5/+140
2023-01-18binman: Support overlapping entriesSimon Glass8-10/+183
2023-01-18binman: Add a function to check for special section nodesSimon Glass2-3/+13
2023-01-18binman: Add a null entrySimon Glass6-2/+71
2023-01-18binman: Clarify use of False when obtaining dataSimon Glass2-2/+4
2023-01-18binman: Add a test for an inner section with a sizeSimon Glass2-0/+22
2023-01-18rockchip: Drop the FIT generator scriptSimon Glass3-271/+0
2023-01-18rockchip: Convert all boards to use binmanSimon Glass2-8/+2
2023-01-18rockchip: Support building the all output files in binmanSimon Glass3-9/+75
2023-01-18rockchip: Use multiple-images for rk3399Simon Glass1-1/+2
2023-01-18rockchip: evb-rk3288: Drop raw-image supportSimon Glass1-0/+1
2023-01-18binman: Support optional external blobsSimon Glass8-11/+92
2023-01-18binman: Support new op-tee binary formatSimon Glass9-33/+352
2023-01-18binman: Add a way to check for a valid ELF fileSimon Glass2-0/+25
2023-01-18binman: Support optional entriesSimon Glass7-0/+67
2023-01-18binman: Use a reference for binman symbols docsSimon Glass9-50/+15
2023-01-18binman: Update entry docsSimon Glass2-30/+169
2023-01-18binman: Tidy up comment in fit _gen_nodeSimon Glass1-5/+11
2023-01-18binman: Allow writing section contents to a fileSimon Glass5-4/+59
2023-01-18dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind"Simon Glass1-7/+0
2023-01-18Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass6-2/+16
2023-01-18rockchip: Enable bootstage on rockpro64Simon Glass2-3/+21
2023-01-18trace: Don't require TIMER_EARLYSimon Glass1-1/+1
2023-01-18trace: Update trace-format generator for newer versionSimon Glass1-6/+13
2023-01-18trace: Adjust flags in proftoolSimon Glass1-12/+12
2023-01-18mkimage: Add a few more messages for FIT failuresSimon Glass2-2/+8
2023-01-18trace: Move trace pointer to data sectionSimon Glass1-1/+2
2023-01-18fdt: Check for overlapping data and FDTSimon Glass1-0/+23
2023-01-18fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass1-11/+11
2023-01-18fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass1-15/+17
2023-01-18fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass2-22/+13
2023-01-18tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass2-1/+20
2023-01-18arm: Support trace on armv8Simon Glass1-3/+3
2023-01-18trace: Use notrace for shortSimon Glass9-25/+22
2023-01-18configs: Increase malloc size after relocationNeha Malcom Francis1-0/+1
2023-01-18configs: remove SDL2 dependency in tools-only_defconfigHeinrich Schuchardt1-0/+1
2023-01-18firmware: ti_sci: fix typo in boot authentication message nameJorge Ramirez-Ortiz2-2/+2
2023-01-18test/py: gpt: add test for the gpt partition type GUID identifierEnric Balletbo i Serra1-0/+23
2023-01-18cmd: part: Add partition-related type commandEnric Balletbo i Serra2-0/+53