coreboot-kgpe-d16/payloads/coreinfo
Elyes HAOUAS 824b4b8a20 payloads: Fix typos
Change-Id: Ib7f1ba1766e5c972542ce7571a8aa3583c513823
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38911
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-02-17 16:01:50 +00:00
..
COPYING
Kconfig
Makefile Makefile.inc, payloads: Enable -Wvla 2019-08-20 20:57:01 +00:00
README
bootlog_module.c
cbfs_module.c
coreboot_module.c payloads/coreinfo: Make internal functions static 2019-07-07 20:20:44 +00:00
coreinfo.c coreinfo/coreinfo.c: Correct main function signature 2020-02-04 16:11:58 +00:00
coreinfo.h
cpuid.S
cpuinfo_module.c payloads: Fix typos 2020-02-17 16:01:50 +00:00
multiboot_module.c payloads/coreinfo: Make internal functions static 2019-07-07 20:20:44 +00:00
nvram_module.c
pci_module.c payloads/coreinfo: Use correct integer types for loop indices 2019-07-07 20:19:49 +00:00
ramdump_module.c
timestamps_module.c payloads/coreinfo: Use correct integer types for loop indices 2019-07-07 20:19:49 +00: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