Enable coreboot memconsole (Closes: #872069)

With this option enabled, the kernel will be able to retrieve firmware
logs by looking in the coreboot table. This can be accessed from
userspace via the sysfs file /sys/firmware/log.
This commit is contained in:
Romain Perier 2019-04-28 18:37:06 +02:00 committed by Romain Perier
parent 82f685da41
commit 0eb7489dad
2 changed files with 8 additions and 0 deletions

1
debian/changelog vendored
View File

@ -1118,6 +1118,7 @@ linux (4.19.37-1) UNRELEASED; urgency=medium
[ Romain Perier ]
* [rt] Update to 4.19.37-rt19
* Enable coreboot memconsole (Closes: #872069)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 18 Mar 2019 22:50:08 +0000

View File

@ -601,6 +601,13 @@ CONFIG_EFI_CAPSULE_LOADER=m
#. Until userland clears the flag on clean shutdown
# CONFIG_RESET_ATTACK_MITIGATION is not set
##
## file: drivers/firmware/google/Kconfig
##
CONFIG_GOOGLE_FIRMWARE=y
CONFIG_GOOGLE_COREBOOT_TABLE=m
CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
##
## file: drivers/fmc/Kconfig
##