coreinfo: Add a module for browsing the boot LAR

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3289 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jordan Crouse
2008-05-07 20:43:15 +00:00
parent 681ec27e2c
commit aa6e378c4e
4 changed files with 177 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ 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 coreinfo.o
nvram_module.o bootlog_module.o lar_module.o coreinfo.o
OBJS = $(patsubst %,$(obj)/%,$(OBJECTS))
TARGET = $(obj)/coreinfo.elf