aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-18doc/README.gpt: Fix typo 'a optionnal'Enric Balletbo i Serra1-1/+1
2023-01-18doc: man-page for the part commandEnric Balletbo i Serra2-0/+137
2023-01-18ARM: configs: npcm7xx: add full function for nuvoton npcm750Jim Liu1-0/+57
2023-01-18test: compression: use sizeof() instead of magic numbersBrandon Maier1-4/+4
2023-01-18musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade1-0/+19
2023-01-18musb-new: omap2430: no host data access in gadget modeAndreas Kemnade1-18/+16
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini18-24/+37
2023-01-18x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini2-2/+2
2023-01-18cmd: event: Remove additional event descriptionMichal Simek1-1/+1
2023-01-18.mailmap: update e-mail address for Eugen HristevEugen Hristev1-0/+1
2023-01-17Merge branch '2022-01-16-bootstd-updates'Tom Rini54-503/+4105
2023-01-17Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-1/+24
2023-01-17arm: kirkwood: Convert to DM Serial for various Kirkwood boardsTony Dinh1-0/+22
2023-01-17timer: orion-timer: Fix problem in early_init_done()Stefan Roese1-1/+2
2023-01-16Merge tag 'u-boot-rockchip-20230117' of https://source.denx.de/u-boot/custodi...WIP/16Jan2023Tom Rini113-138/+13496
2023-01-16expo: Add documentationSimon Glass2-0/+189
2023-01-16bootstd: Support setting a theme for the menuSimon Glass5-3/+139
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass6-19/+265
2023-01-16bootstd: Support creating a boot menuSimon Glass5-2/+347
2023-01-16expo: Add basic testsSimon Glass2-0/+541
2023-01-16expo: Add support for scene menusSimon Glass2-0/+392
2023-01-16expo: Add support for scenesSimon Glass2-0/+537
2023-01-16expo: Add basic implementationSimon Glass4-0/+706
2023-01-16menu: Factor out menu-keypress decodingSimon Glass2-18/+40
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass6-9/+91