summaryrefslogtreecommitdiff
path: root/boot/Kconfig
AgeCommit message (Expand)Author
2024-04-18Kconfig: Remove all default n optionsMichal Simek
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10boot: Update SYS_BOOTM_LEN to depend on BOOTMSimon Glass
2024-04-10bootm: Make OS booting dependent on BOOTMSimon Glass
2024-04-10bootm: Add a Kconfig option for bootm functionalitySimon Glass
2024-04-10boot: Reorder FIT and BOOTSTD to be firstSimon Glass
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt
2024-02-13boot: add support for button commandsCaleb Connolly
2024-01-19Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yShantur Rathore
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
2024-01-11boot: CONFIG_CEDIT must depend on CONFIG_EXPOHeinrich Schuchardt
2023-12-21boot: add support for fdt_fixup command in environmentMatthias Schiffer
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro
2023-12-13bootstd: Introduce programmatic bootSimon Glass
2023-11-07boot: Make preboot and bootcmd require CMDLINETom Rini
2023-11-07bootmeth_script: Depend on CMDLINETom Rini
2023-11-07boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini
2023-11-07boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini
2023-11-07boot: Make DISTRO_DEFAULTS select CMDLINETom Rini
2023-11-07autoboot: Correct dependencies on CMDLINESimon Glass
2023-11-07bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini
2023-10-27bootm: Support boot measurementEddie James
2023-09-19boot: Join ARCH_FIXUP_FDT_MEMORY with related optionsSimon Glass
2023-09-19boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONSSimon Glass
2023-09-19boot: Join FDT_FIXUP_PARTITIONS with related optionsSimon Glass
2023-09-19Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDTSimon Glass
2023-09-19Mark DISTRO_DEFAULTS as deprecatedSimon Glass
2023-09-19Kconfig: Move TEXT_BASE et al under general setupSimon Glass
2023-09-19boot: Make standard boot a menuSimon Glass
2023-09-19Kconfig: Move SPL_FIT under FITSimon Glass
2023-09-19spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESSSimon Glass
2023-09-19Kconfig: Create a menu for FITSimon Glass
2023-09-19boot: Rename Android-boot textSimon Glass
2023-09-19boot: Move some other fdt-fixup options to the same menuSimon Glass
2023-09-19Move fdt_simplefb to boot/Simon Glass
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-28boot: Fix reference to bootmenu docPeter Robinson
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass
2023-08-11bootstd: cros: Add ARM supportSimon Glass
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-07-21Kconfig: Enable FIT_SIGNATURE if ARM64Manorit Chawdhry
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass
2023-07-14expo: Add a configuration editorSimon Glass
2023-06-14bootstd: Make BOOTSTD_FULL depend on BOOTSTDSimon Glass
2023-05-13bootstd: Create a new BOOTMETH_DISTROSimon Glass
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass
2023-05-13bootstd: Correct default boot commandSimon Glass
2023-05-13bootstd: Require HUSH_PARSER for script bootingSimon Glass
2023-05-03boot/Kconfig: fix comments syntax errorHugo Villeneuve