aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Convert CONFIG_CONS_SCIF0 et al to KconfigTom Rini12-11/+21
2022-04-08at91: Remove unused LED codeTom Rini17-236/+0
2022-04-08stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini2-11/+11
2022-04-08corvus: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini2-6/+22
2022-04-08MPC837XERDB: Stop using CONFIG_RAMDISKFILETom Rini1-2/+1
2022-04-08s5p_goni, smdkc100: Move some environment settings out of CONFIGTom Rini2-27/+20
2022-04-08arm: integrator: Migrate platform-specific options and cleanup armcoremodule.hTom Rini6-78/+21
2022-04-08Convert CONFIG_CMDLINE_PS_SUPPORT to KconfigTom Rini4-11/+8
2022-04-08tegra: Migrate CI_UDC_HAS_HOSTPC to KconfigTom Rini16-32/+4
2022-04-08mvebu: Move BOOTROM_ERR_REG out of CONFIG namespaceTom Rini2-2/+2
2022-04-08Convert CONFIG_BOARD_SIZE_LIMIT to KconfigTom Rini54-146/+79
2022-04-08Merge branch '2022-04-08-env-updates'Tom Rini11-41/+122
2022-04-07env: Allow text-env tests to run with awkSimon Glass2-15/+18
2022-04-07env: Drop the unncessary protocol mention in autoloadSimon Glass1-1/+1
2022-04-07env: Move the doc comment to the codeSimon Glass2-1/+5
2022-04-07Makefile: Sort u-boot-initial-env outputChristoph Niedermaier1-1/+2
2022-04-07scripts/get_default_envs.sh: Remove blank linesChristoph Niedermaier1-2/+2
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong2-15/+39
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel2-0/+48
2022-04-07env: Load env when ENV_IS_NOWHERE is only location selectedFelix.Vietmeyer@jila.colorado.edu1-6/+7
2022-04-07imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN defaultFabio Estevam1-4/+4
2022-04-07Merge branch '2022-04-06-various-verified-boot-bugfixes'Tom Rini21-32/+312
2022-04-06dm: blk: Expand iteration and add testsWIP/2022-04-06-various-verified-boot-bugfixesSimon Glass3-0/+180
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass2-16/+15
2022-04-06dm: core: Add a required struct declarationSimon Glass1-0/+1
2022-04-06stdint: Add a definition of UINT8_MAXSimon Glass1-0/+7
2022-04-06Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass1-0/+1
2022-04-06Add a default for TPL_TEXT_BASESimon Glass1-0/+1
2022-04-06disk: Correct the conditions for SPLSimon Glass1-5/+5
2022-04-06spi: Avoid checking console in SPLSimon Glass1-1/+1
2022-04-06cros_ec: Complete the comment for cros_ec_read_batt_charge()Simon Glass1-0/+1
2022-04-06cbfs: Add some more definititionsSimon Glass1-0/+43
2022-04-06lzma: Tidy up the function prototypeSimon Glass2-4/+17
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass1-0/+3
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass1-1/+1
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass2-1/+32
2022-04-06errno: Avoid including strings in SPLSimon Glass1-1/+1
2022-04-06binman: Correct Chromium OS entry typesSimon Glass2-3/+3
2022-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini6-5/+84
2022-04-06Merge branch '2022-04-06-assorted-updates'Tom Rini32-20/+174
2022-04-06dm: fix function documentation in include/dm/ofnode.hWIP/2022-04-06-assorted-updatesHeinrich Schuchardt1-4/+4
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár1-0/+41
2022-04-06tools: mkimage: No need to verify_header for header_v2Yi Liu1-0/+4
2022-04-06Makefile: add endian link flag to u-boot-elf.oDu Huanpeng1-0/+1
2022-04-06riscv: alloc space exhaustedHeinrich Schuchardt2-4/+1
2022-04-06riscv: enable CONFIG_CMD_SBI for QEMU boardsHeinrich Schuchardt1-0/+1
2022-04-06cmd/sbi: add missing SBI informationHeinrich Schuchardt1-1/+12
2022-04-06riscv: provide missing base extension functionsHeinrich Schuchardt2-0/+68
2022-04-06cmd: sbi: add Performance Monitoring Unit ExtensionHeinrich Schuchardt2-0/+2
2022-04-05power: pmic: Provide DM_PMIC support for tps65217 driverLukasz Majewski1-0/+82