blob: f41c9688f68fe2de11dd98631b36ec8eecb80946 [file] [log] [blame]
Jordan Crouse7249f792008-03-20 00:11:05 +00001This is a silly little program that demonstrates how cool libpayload is
Paul Menzel639f02b2014-05-08 23:30:12 +02002and also serves a purpose. It is fun and educational!
Jordan Crouse7249f792008-03-20 00:11:05 +00003
Yang Hamo Bai0df0b522011-04-01 00:39:07 +00004Requirements
5------------
6
7You should use the coreboot reference cross compiler. If you insist on using
8your system compiler, some Linux distributions might require you to install
9a package called gcc-multilib if you are on a 64bit system.
10
11Build
12-----
13
14You need libpayload to build coreinfo. So, first, you need follow the README of
15libpayload to build it but install libpayload into its own directory by doing
16this:
17
18 $ make DESTDIR=/path/to/libpayload/install install
19
20Then you can build coreinfo now:
21
22 $ cd coreinfo
23
24 $ make menuconfig
25
26 $ make