summaryrefslogtreecommitdiff
path: root/boot/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-03-27Merge branch 'master' into nextTom Rini1-18/+40
2023-03-27boot: Create a common BOOT_DEFAULTS for distro and bootstdSimon Glass1-34/+28
2023-03-27lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGHSimon Glass1-0/+1
2023-03-27Move DISTRO_DEFAULTS into boot/Simon Glass1-0/+27
2023-03-03bootstd: Correct 'VPL' typoSimon Glass1-1/+1
2023-03-03boot: Add Kconfigs for BOOTMETH_VBE_REQUESTSimon Glass1-0/+20
2023-02-06bootstd: Add some default filesystems and commandsSimon Glass1-0/+27
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass1-0/+1
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+1
2023-01-19rockchip: Drop the FIT generator scriptSimon Glass1-1/+0
2023-01-19rockchip: Convert all boards to use binmanSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+3
2023-01-17expo: Add basic implementationSimon Glass1-0/+12
2023-01-09Merge branch 'next'Tom Rini1-15/+16
2022-12-29PowerPC: Rework PBL location choiceTom Rini1-3/+6
2022-12-23common/spl/spl_ram: Remove unused defaultTom Rini1-14/+15
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