From 2fbbb29e54ee6a28461ea130e02eeee2984edb22 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 8 Jul 2008 16:18:38 +0000 Subject: Add a coreinfo module which can hexdump arbitrary RAM regions and allows you to scroll through the RAM contents. Signed-off-by: Uwe Hermann Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3419 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- payloads/coreinfo/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'payloads/coreinfo/Kconfig') diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig index c5ce217fb1..4281c66829 100644 --- a/payloads/coreinfo/Kconfig +++ b/payloads/coreinfo/Kconfig @@ -68,6 +68,10 @@ config MODULE_BOOTLOG bool "Enable the coreboot bootlog module" default y +config MODULE_RAMDUMP + bool "Enable the RAM dump module" + default y + config MODULE_LAR bool "Enable the coreboot LAR module" default y -- cgit v1.2.3