nb/intel/sandybridge/raminit: move ram training into seperate function
[coreboot.git] / payloads / coreinfo / README
blobf41c9688f68fe2de11dd98631b36ec8eecb80946
1 This is a silly little program that demonstrates how cool libpayload is
2 and also serves a purpose.  It is fun and educational!
4 Requirements
5 ------------
7 You should use the coreboot reference cross compiler. If you insist on using
8 your system compiler, some Linux distributions might require you to install
9 a package called gcc-multilib if you are on a 64bit system.
11 Build
12 -----
14 You need libpayload to build coreinfo. So, first, you need follow the README of 
15 libpayload to build it but install libpayload into its own directory by doing 
16 this:
18  $ make DESTDIR=/path/to/libpayload/install install
20 Then you can build coreinfo now:
22  $ cd coreinfo
24  $ make menuconfig
26  $ make