Tim Crawford 5cb29de51a
edk2: Rebase on edk2-stable202405
The following new edk2 options are set:

- BOOTSPLASH_IMAGE: Enable boot logo and add it to BGRT
- BOOT_MANAGER_ESCAPE: Use Esc instead of F2 to enter firmware setup
- SD_MMC_TIMEOUT: Reduce SD card timeout from 1s to 100ms
- SIO_BUS_ENABLE: Keep PS/2 keyboard working
- VARIABLE_SUPPORT: Set to emulated until coreboot SMMSTORE support is
  implemented

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-06-06 12:23:22 -06:00

14 lines
291 B
Plaintext

BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU