aboutsummaryrefslogtreecommitdiff
path: root/boot/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro1-2/+2
2023-12-13bootstd: Introduce programmatic bootSimon Glass1-0/+12
2023-11-07boot: Make preboot and bootcmd require CMDLINETom Rini1-0/+2
2023-11-07bootmeth_script: Depend on CMDLINETom Rini1-1/+2
2023-11-07boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini1-0/+11
2023-11-07boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini1-8/+15
2023-11-07boot: Make DISTRO_DEFAULTS select CMDLINETom Rini1-0/+1
2023-11-07autoboot: Correct dependencies on CMDLINESimon Glass1-10/+19
2023-11-07bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini1-2/+2
2023-10-27bootm: Support boot measurementEddie James1-0/+32
2023-09-19boot: Join ARCH_FIXUP_FDT_MEMORY with related optionsWIP/2023-09-19-tidy-up-some-kconfig-optionsSimon Glass1-8/+8
2023-09-19boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONSSimon Glass1-2/+1
2023-09-19boot: Join FDT_FIXUP_PARTITIONS with related optionsSimon Glass1-0/+8
2023-09-19Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDTSimon Glass1-1/+1
2023-09-19Mark DISTRO_DEFAULTS as deprecatedSimon Glass1-1/+5
2023-09-19Kconfig: Move TEXT_BASE et al under general setupSimon Glass1-65/+0
2023-09-19boot: Make standard boot a menuSimon Glass1-5/+5
2023-09-19Kconfig: Move SPL_FIT under FITSimon Glass1-5/+4
2023-09-19spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESSSimon Glass1-1/+1
2023-09-19Kconfig: Create a menu for FITSimon Glass1-20/+18
2023-09-19boot: Rename Android-boot textSimon Glass1-1/+1
2023-09-19boot: Move some other fdt-fixup options to the same menuSimon Glass1-29/+26
2023-09-19Move fdt_simplefb to boot/Simon Glass1-0/+16
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-1/+1
2023-08-28boot: Fix reference to bootmenu docPeter Robinson1-1/+1
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass1-0/+3
2023-08-11bootstd: cros: Add ARM supportSimon Glass1-2/+2
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-07-21Kconfig: Enable FIT_SIGNATURE if ARM64Manorit Chawdhry1-2/+1
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass1-0/+11
2023-07-14expo: Add a configuration editorSimon Glass1-0/+14
2023-06-14bootstd: Make BOOTSTD_FULL depend on BOOTSTDSimon Glass1-13/+13
2023-05-13bootstd: Create a new BOOTMETH_DISTROSimon Glass1-1/+9
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass1-6/+14
2023-05-13bootstd: Correct default boot commandSimon Glass1-2/+2
2023-05-13bootstd: Require HUSH_PARSER for script bootingSimon Glass1-0/+1
2023-05-03boot/Kconfig: fix comments syntax errorHugo Villeneuve1-1/+1
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-02bootstd: Correct 'VPL' typoSimon Glass1-1/+1
2023-03-02boot: 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...WIP/19Jan2023Tom Rini1-2/+1
2023-01-18rockchip: Drop the FIT generator scriptSimon Glass1-1/+0
2023-01-18rockchip: Convert all boards to use binmanSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+3
2023-01-16expo: Add basic implementationSimon Glass1-0/+12