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:
parent
6b5e75d837
commit
5b87a85001
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue