coreboot-kgpe-d16/payloads/coreinfo
Yang Hamo Bai 0df0b52568 Add build instructions for coreinfo, specially pointing out installing
gcc-multilib on a 64bit system.                                                   
                                                                                  
Signed-off-by: Yang Hamo Bai <hamo.by@gmail.com>                                  
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-04-01 00:39:07 +00:00
..
util/kconfig Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
COPYING
Kconfig Change default path and configuration for Coreinfo. 2010-08-05 14:41:29 +00:00
Makefile Change default path and configuration for Coreinfo. 2010-08-05 14:41:29 +00:00
README Add build instructions for coreinfo, specially pointing out installing 2011-04-01 00:39:07 +00:00
bootlog_module.c Do not try to display non-printable characters on the bootlog and 2008-09-30 06:13:54 +00:00
cbfs_module.c Add initial support for a CBFS module for coreinfo. 2009-07-07 15:10:13 +00:00
coreboot_module.c Update Coreinfo to use TAG_FORWARD in tables. 2009-08-24 15:25:11 +00:00
coreinfo.c Add initial support for a CBFS module for coreinfo. 2009-07-07 15:10:13 +00:00
coreinfo.h
cpuid.S Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
cpuinfo_module.c
lar_module.c
multiboot_module.c [PATCH] coreinfo: Add multiboot parsing support 2008-11-11 19:53:42 +00:00
nvram_module.c
pci_module.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
ramdump_module.c Update Coreinfo to use TAG_FORWARD in tables. 2009-08-24 15:25:11 +00:00

README

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

Requirements
------------

You should use the coreboot reference cross compiler. If you insist on using
your system compiler, some Linux distributions might require you to install
a package called gcc-multilib if you are on a 64bit system.

Build
-----

You need libpayload to build coreinfo. So, first, you need follow the README of 
libpayload to build it but install libpayload into its own directory by doing 
this:

 $ make DESTDIR=/path/to/libpayload/install install

Then you can build coreinfo now:

 $ cd coreinfo

 $ make menuconfig
 
 $ make