* Remove CONFIG_CLOCKSOURCE_EFI configuration It seems to cause messages like this on some machines: EFI Event timer too slow freq = 100 Hz The Barebox efi_defconfig configurationd doesn't enable it either. Disable it by default as well. * Enable CONFIG_CMD_ECHO_E to fix menutree It seems that menutree needs CONFIG_CMD_ECHO_E to properly display the boot menu. Also enable other useful commands such as edit or reset. * Bump Barebox to 2021.05.0
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
CONFIG_MMU=y
|
|
CONFIG_MALLOC_SIZE=0x0
|
|
CONFIG_MALLOC_TLSF=y
|
|
CONFIG_DRIVER_SERIAL_EFI=y
|
|
CONFIG_DRIVER_SERIAL_EFI_STDIO=y
|
|
# CONFIG_SPI is not set
|
|
CONFIG_DISK=y
|
|
CONFIG_DISK_WRITE=y
|
|
CONFIG_FS_EFI=y
|
|
CONFIG_FS_EFIVARFS=y
|