- fix SMM code relocation race
- make SMM relocation debugging Kconfig accessible Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5676 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
2d33dc4096
commit
bc0f7a68df
12
src/Kconfig
12
src/Kconfig
@@ -560,6 +560,18 @@ config DEBUG_SMI
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config DEBUG_SMM_RELOCATION
|
||||
bool "Debug SMM relocation code"
|
||||
default n
|
||||
depends on HAVE_SMI_HANDLER
|
||||
help
|
||||
This option enables additional SMM handler relocation related
|
||||
debug messages.
|
||||
|
||||
Note: This option will increase the size of the coreboot image.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config X86EMU_DEBUG
|
||||
bool "Output verbose x86emu debug messages"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user