summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-01-08 11:09:37 +0100
committerPatrick Rudolph <siro@das-labor.org>2019-01-14 09:13:01 +0000
commit95c021b63a028e94a2f171b7e11774e2910898f9 (patch)
treecbfccaa485f81311a7931eb3f13969bf3d61d2e7 /src/drivers
parent79131f8323e042165646991d88769f8a6a028924 (diff)
downloadcoreboot-95c021b63a028e94a2f171b7e11774e2910898f9.tar.xz
intel/fsp1_0: Add option to select FSP debug level
Useful for debugging FSP. Change-Id: I06e837cf1b051c55a531c3361e94fa1449bc8526 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/30741 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/fsp1_0/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp1_0/Kconfig b/src/drivers/intel/fsp1_0/Kconfig
index c7f6c18f86..b26976aee7 100644
--- a/src/drivers/intel/fsp1_0/Kconfig
+++ b/src/drivers/intel/fsp1_0/Kconfig
@@ -34,6 +34,17 @@ config DCACHE_RAM_SIZE
hex
default 0x4000
+config FSP_1_0_DEBUG_LEVEL
+ int "FSP debug level (0-3)"
+ default 0
+ range 0 3
+ help
+ Select the debug level, where:
+ 0: DISABLED
+ 1: MINIMUM
+ 2: NORMAL
+ 3: MAXIMUM
+
if HAVE_FSP_BIN
config FSP_FILE