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>
15 lines
317 B
Plaintext
15 lines
317 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
|
|
#SYSTEM76_EC_LOGGING=TRUE
|