coreboot-kgpe-d16/payloads/coreinfo/README
Elyes HAOUAS 24b1305dac payloads/coreinfo/README: Remove trailing whitespace
Change-Id: I467376bab942eac1b6f1f8544bdd96202335b75d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25833
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2018-04-27 09:09:45 +00:00

26 lines
679 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