639f02b3ba
Change-Id: Ic1a9f2f01c26ee97cd7183fcf1755cb916f1b02e Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5704 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
27 lines
682 B
Text
27 lines
682 B
Text
This is a silly little program that demonstrates how cool libpayload is
|
|
and also serves a purpose. It is 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
|
|
|