coreboot-kgpe-d16/payloads/coreinfo
Stefan Reinauer c359124ef4 fix cross compilationor libpayload / coreinfo by honoring
the setting of CC in the payload (coreinfo) when calling
 
make CC=i386-elf-gcc AS=i386-elf-as AR=i386-elf-ar STRIP=i386-elf-strip

This still does not cope with the hardcoded -fno-stack-protector in
libpayload's Makefile.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-08-07 15:22:01 +00:00
..
util/kconfig fix make menuconfig if no libintl.h is found. (trivial) 2008-08-07 10:32:54 +00:00
COPYING corinfo: Inital release of the coreinfo code 2008-03-20 00:11:05 +00:00
Kconfig Move out some hardcoded strings in coreinfo to become Kconfig variables. 2008-08-05 14:36:20 +00:00
Makefile fix cross compilationor libpayload / coreinfo by honoring 2008-08-07 15:22:01 +00:00
README corinfo: Inital release of the coreinfo code 2008-03-20 00:11:05 +00:00
bootlog_module.c Add support for a 'bootlog' module to coreinfo. 2008-04-22 20:19:53 +00:00
coreboot_module.c Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for 2008-03-31 20:30:18 +00:00
coreinfo.c Cosmetic fixes (trivial). 2008-08-07 14:35:39 +00:00
coreinfo.h Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for 2008-03-31 20:30:18 +00:00
cpuid.S corinfo: Inital release of the coreinfo code 2008-03-20 00:11:05 +00:00
cpuinfo_module.c coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO 2008-05-06 21:32:52 +00:00
lar_module.c Cosmetic fixes (trivial). 2008-08-07 14:35:39 +00:00
nvram_module.c Show index numbers in the NVRAM dump, similar to the PCI config space dump. 2008-04-22 16:56:21 +00:00
pci_module.c Remove duplicated code which is already in libpayload (trivial). 2008-08-04 21:02:07 +00:00
ramdump_module.c Add a coreinfo module which can hexdump arbitrary RAM regions and 2008-07-08 16:18:38 +00:00

README

This is a silly little program that demonstrates how cool libpayload is
and also serves a purpose.  Its fun and educational!