aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Lin <johnny_lin@wiwynn.com>2023-01-16 22:18:20 +0800
committerMartin L Roth <gaumless@gmail.com>2023-08-20 18:23:10 +0000
commit5b87a85001c8a8bb0ba5fa7a06a8cb1a484bc36d (patch)
treef64a07d3a53fa69b232f5f0005ed047381a3d8a5
parent6b5e75d83735777ff281b2e9b89752795779670f (diff)
mb/intel/archercity_crb: Set SMM console log level via VPD
Change-Id: Ic7d51037d527f95e8664ad04e328fc27901cacde Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71993 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/intel/archercity_crb/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/intel/archercity_crb/Kconfig b/src/mainboard/intel/archercity_crb/Kconfig
index ba675214a0..ad2a585b29 100644
--- a/src/mainboard/intel/archercity_crb/Kconfig
+++ b/src/mainboard/intel/archercity_crb/Kconfig
@@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS
select VPD
select OCP_EWL
select OCP_VPD
+ select RUNTIME_CONFIGURABLE_SMM_LOGLEVEL
config MAINBOARD_DIR
string
@@ -34,4 +35,7 @@ config MAX_SOCKET
int
default 2
+config DEBUG_SMI
+ default y
+
endif