summaryrefslogtreecommitdiff
path: root/boot/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-11-21Fix usage of CONFIG_PREBOOTPali Rohár1-0/+4
2022-10-31vpl: Allow signature verificationSimon Glass1-1/+0
2022-10-31vbe: Add Kconfig options for VPLSimon Glass1-0/+137
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-5/+5
2022-10-19sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MBAndre Przywara1-2/+2
2022-08-12vbe: Support VBE simpleSimon Glass1-0/+12
2022-08-12vbe: Add initial support for VBESimon Glass1-0/+10
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+7
2022-08-10boot: allow bootmeth-distro without CONFIG_NETJohn Keeping1-1/+7
2022-08-05Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass1-13/+0
2022-08-04flash: Remove pic32_flash.cTom Rini1-1/+1
2022-07-26fpga: zynqmp: support loading authenticated imagesOleksandr Suvorov1-2/+2
2022-07-07Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini1-0/+8
2022-07-07Convert CONFIG_SYS_RAMBOOT to KconfigTom Rini1-0/+4
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+1
2022-07-06Convert CONFIG_FSL_FIXED_MMC_LOCATION et al to KconfigTom Rini1-0/+13
2022-06-29tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+1
2022-05-28bootmenu: U-Boot console is enabled as defaultMasahisa Kojima1-0/+7
2022-05-11boot: Kconfig: Enable FIT processing by default on TI secure devicesAndrew Davis1-0/+2
2022-05-11boot: Kconfig: Disable non-FIT loading for TI secure devicesAndrew Davis1-1/+1
2022-04-25bootstd: Provide a default commandSimon Glass1-1/+16
2022-04-25bootstd: Add an implementation of script bootSimon Glass1-0/+11
2022-04-25bootstd: Add a sandbox bootmeth driverSimon Glass1-0/+7
2022-04-25bootstd: Add an implementation of EFI bootSimon Glass1-0/+21
2022-04-25bootstd: Add an implementation of distro PXE bootSimon Glass1-0/+10
2022-04-25bootstd: Add an implementation of distro bootSimon Glass1-0/+15
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass1-0/+34
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski1-0/+24
2022-04-03Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini1-0/+13
2022-04-01global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini1-13/+0
2022-04-01Convert CONFIG_SYS_MONITOR_BASE to KconfigTom Rini1-0/+25
2022-04-01Convert CONFIG_SDCARD et al to KconfigTom Rini1-0/+14
2022-03-31boot: image: add a stage pre-loadPhilippe Reynes1-0/+55
2022-03-18Convert CONFIG_BOOT_RETRY_TIME et al to KconfigTom Rini1-0/+30
2022-02-04configs: sunxi: Add support for Lichee Pi NanoIcenowy Zheng1-3/+4
2022-01-21Convert CONFIG_TIMESTAMP to KconfigSimon Glass1-0/+11
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-2/+18
2021-12-27Convert CONFIG_SD_BOOT et al to KconfigTom Rini1-0/+7
2021-11-13bootstage: Differentiate boot progress kconfig entriesJan Kiszka1-1/+1
2021-11-12Create a new boot/ directorySimon Glass1-0/+1036