From 8f18475f5e6c9fa14d0061f8955941ab14185746 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 19 Feb 2018 20:49:39 +0100 Subject: [PATCH] linux-4.14.20: Select module to export coreboot CBMEM console Build the module *memconsole_console*, enabling access to the coreboot console messages stored in CBMEM (coreboot memory). > This option enables the kernel to search for a firmware log in the > coreboot table. If found, this log is exported to userland in the > file /sys/firmware/log. Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/616 --- linux-4.14.20-208.bee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-4.14.20-208.bee b/linux-4.14.20-208.bee index 8860c6d00..24b67c12f 100755 --- a/linux-4.14.20-208.bee +++ b/linux-4.14.20-208.bee @@ -761,6 +761,9 @@ mee_configure() { CONFIG_RTC_CLASS=y # CONFIG_RTC_INTF_PROC is not set CONFIG_AMD_IOMMU=y + CONFIG_GOOGLE_FIRMWARE=y + CONFIG_GOOGLE_COREBOOT_TABLE_ACPI=m + CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT3_FS_POSIX_ACL=y