From 5ac4b8552a1cc29167181403466b3fb6dc8ff379 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Thu, 8 Nov 2018 11:57:51 -0700 Subject: drivers/elog: Add support for early elog Add support to log events during the preram stages. BUG=b:117884485 BRANCH=None TEST=Add an event log from romstage, boot to ChromeOS Change-Id: Ia69515961da3bc72740f9b048a53d91af79c5b0d Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/29358 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh --- src/drivers/elog/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/drivers/elog/Kconfig') diff --git a/src/drivers/elog/Kconfig b/src/drivers/elog/Kconfig index c5ff7aeffe..da8a5fa220 100644 --- a/src/drivers/elog/Kconfig +++ b/src/drivers/elog/Kconfig @@ -36,6 +36,12 @@ config ELOG_CBMEM but it means that events added at runtime via the SMI handler will not be reflected in the CBMEM copy of the log. +config ELOG_PRERAM + bool + default n + help + This option will enable event logging from the preram stage. + endif config ELOG_GSMI -- cgit v1.2.3