diff --git a/board/coreboot/linux-4.1-grsec.config b/board/coreboot/linux-4.1-grsec.config index ff84d30..fa2c253 100644 --- a/board/coreboot/linux-4.1-grsec.config +++ b/board/coreboot/linux-4.1-grsec.config @@ -2985,6 +2985,12 @@ CONFIG_DMI_SYSFS=y CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y # CONFIG_ISCSI_IBFT_FIND is not set # CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_COREBOOT_FIRMWARE=y + +# +# Coreboot Firmware Drivers +# +CONFIG_COREBOOT_MEMCONSOLE=m # # File systems diff --git a/configs/coreboot_grsec_defconfig b/configs/coreboot_grsec_defconfig index fa08ebd..d36d970 100644 --- a/configs/coreboot_grsec_defconfig +++ b/configs/coreboot_grsec_defconfig @@ -48,6 +48,7 @@ BR2_PACKAGE_WPA_SUPPLICANT=y BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y +BR2_PACKAGE_FILE=y BR2_PACKAGE_GNUPG2=y BR2_PACKAGE_GNUPG2_GPGV2=y BR2_PACKAGE_PINENTRY=y @@ -57,6 +58,7 @@ BR2_TARGET_ROOTFS_CPIO_XZ=y # BR2_TARGET_ROOTFS_TAR is not set BR2_PACKAGE_CONNECTPROXY=y BR2_PACKAGE_CBFSTOOL=y +BR2_PACKAGE_CBMEM=y BR2_PACKAGE_IFDTOOL=y BR2_PACKAGE_NVRAMTOOL=y BR2_DEFCONFIG="$(BR2_EXTERNAL)/configs/coreboot_grsec_defconfig"