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>
This commit is contained in:
Johnny Lin 2023-01-16 22:18:20 +08:00 committed by Martin L Roth
parent 6b5e75d837
commit 5b87a85001
1 changed files with 4 additions and 0 deletions

View File

@ -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