Add a coreinfo module which can hexdump arbitrary RAM regions and

allows you to scroll through the RAM contents.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3419 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-07-08 16:18:38 +00:00
parent a4793182e8
commit 2fbbb29e54
4 changed files with 122 additions and 1 deletions

View File

@@ -51,7 +51,8 @@ AS = $(LIBPAYLOAD_DIR)/bin/lpas
INCLUDES = -Ibuild
CFLAGS := -Wall -Werror -Os $(INCLUDES)
OBJECTS = cpuinfo_module.o cpuid.S.o pci_module.o coreboot_module.o \
nvram_module.o bootlog_module.o lar_module.o coreinfo.o
nvram_module.o bootlog_module.o ramdump_module.o lar_module.o \
coreinfo.o
OBJS = $(patsubst %,$(obj)/%,$(OBJECTS))
TARGET = $(obj)/coreinfo.elf