diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-01 15:41:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-01 15:41:14 +0000 |
commit | bc0f7a68df9c07518eb34ef4549a2f704ededcdd (patch) | |
tree | 586e2cc67607b67de202f905fc28c667a05212a3 /src/Kconfig | |
parent | 2d33dc40965c6f7f3dae585a330c2cd06b816c85 (diff) | |
download | coreboot-bc0f7a68df9c07518eb34ef4549a2f704ededcdd.tar.xz |
- 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
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 461087d170..61135c0d56 100644 --- a/src/Kconfig +++ b/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 |