coreboot-kgpe-d16/payloads/coreinfo
Maxime de Roucy 8190078ad5 coreinfo: reboot when finished
Behave as nvramcui.
Avoid a "General Protection Fault Exception" when launched by SeaBIOS on
pcengines APU1.

Change-Id: I00b1f859f76e693e8d49a38c1e02f4f49add85b7
Signed-off-by: Maxime de Roucy <maxime.deroucy@gmail.com>
Reviewed-on: http://review.coreboot.org/11731
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-10-17 06:55:54 +00:00
..
COPYING
Kconfig Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
Makefile coreinfo: Fix build output (cosmetical) 2015-07-13 10:22:40 +02:00
README Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
bootlog_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
cbfs_module.c coreinfo: fix compilation 2015-07-13 09:10:13 +02:00
coreboot_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
coreinfo.c coreinfo: reboot when finished 2015-10-17 06:55:54 +00:00
coreinfo.h
cpuid.S
cpuinfo_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
lar_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
multiboot_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
nvram_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
pci_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00
ramdump_module.c coreinfo: Use IS_ENABLED() to query Kconfig variables 2015-07-01 00:36:36 +02:00

README

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