coreboot-kgpe-d16/payloads/coreinfo
Uwe Hermann 0bfb5c4fb2 Make functions static (where possible) to reduce code size (trivial).
Also, disable header() for now, as it's not being used.

Here are some stats on size differences:

 - ls

23820 coreinfo.old.elf
23564 coreinfo.new.elf

 - size *elf

   text    data     bss     dec     hex filename
  15199    2468  181904  199571   30b93 coreinfo.old.elf
  14934    2468  181912  199314   30a92 coreinfo.new.elf

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3187 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-03-23 15:34:04 +00:00
..
COPYING corinfo: Inital release of the coreinfo code 2008-03-20 00:11:05 +00:00
Makefile Smaller fixes to allow using -Wall (trivial). 2008-03-20 20:05:22 +00:00
README corinfo: Inital release of the coreinfo code 2008-03-20 00:11:05 +00:00
coreboot_module.c Make functions static (where possible) to reduce code size (trivial). 2008-03-23 15:34:04 +00:00
coreinfo.c Make functions static (where possible) to reduce code size (trivial). 2008-03-23 15:34:04 +00:00
coreinfo.h Cosmetic changes and coding style fixes by running 'indent', with some 2008-03-20 01:11:28 +00:00
cpuid.S corinfo: Inital release of the coreinfo code 2008-03-20 00:11:05 +00:00
cpuinfo_module.c Make functions static (where possible) to reduce code size (trivial). 2008-03-23 15:34:04 +00:00
pci_module.c Make functions static (where possible) to reduce code size (trivial). 2008-03-23 15:34:04 +00:00

README

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