aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/elog/Kconfig
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@chromium.org>2018-11-08 11:57:51 -0700
committerAaron Durbin <adurbin@chromium.org>2018-11-15 15:26:48 +0000
commit5ac4b8552a1cc29167181403466b3fb6dc8ff379 (patch)
treec899072d8c5d4cabc3a2e0d807e6e562e703fc01 /src/drivers/elog/Kconfig
parent2a244c682e76eaa048fb15a5e1858d7968fca2cf (diff)
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 <kramasub@google.com> Reviewed-on: https://review.coreboot.org/29358 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers/elog/Kconfig')
-rw-r--r--src/drivers/elog/Kconfig6
1 files changed, 6 insertions, 0 deletions
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