Set BOOTLOADER and PS2_KEYBOARD_ENABLE in the edk2 config. This will allow us to drop the corresponding commits in edk2 when rebasing on the next stable release. Signed-off-by: Tim Crawford <tcrawford@system76.com>
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
BOOTLOADER=COREBOOT
|
|
DISABLE_SERIAL_TERMINAL=TRUE
|
|
PLATFORM_BOOT_TIMEOUT=2
|
|
PS2_KEYBOARD_ENABLE=TRUE
|
|
#SECURE_BOOT_ENABLE=TRUE
|
|
SERIAL_DRIVER_ENABLE=FALSE
|
|
SHELL_TYPE=NONE
|
|
TPM_ENABLE=TRUE
|
|
#SYSTEM76_EC_LOGGING=TRUE
|