From bc0f7a68df9c07518eb34ef4549a2f704ededcdd Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 1 Aug 2010 15:41:14 +0000 Subject: - fix SMM code relocation race - make SMM relocation debugging Kconfig accessible Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5676 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/Kconfig') 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 -- cgit v1.2.3