aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/elog/Makefile.inc
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/Makefile.inc
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/Makefile.inc')
-rw-r--r--src/drivers/elog/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/elog/Makefile.inc b/src/drivers/elog/Makefile.inc
index 79a7cc0f7f..cce1c3d6d7 100644
--- a/src/drivers/elog/Makefile.inc
+++ b/src/drivers/elog/Makefile.inc
@@ -1,3 +1,7 @@
+bootblock-$(CONFIG_ELOG_PRERAM) += elog.c
+verstage-$(CONFIG_ELOG_PRERAM) += elog.c
+romstage-$(CONFIG_ELOG_PRERAM) += elog.c
+postcar-$(CONFIG_ELOG_PRERAM) += elog.c
ramstage-$(CONFIG_ELOG) += elog.c
smm-$(CONFIG_ELOG_GSMI) += elog.c gsmi.c