coreboot-libre-fam15h-rdimm/payloads/coreinfo
Adrien Bourmault 8f42fd8254 Initial commit 2024-03-04 11:14:53 +01:00
..
COPYING Initial commit 2024-03-04 11:14:53 +01:00
Kconfig Initial commit 2024-03-04 11:14:53 +01:00
Makefile Initial commit 2024-03-04 11:14:53 +01:00
README Initial commit 2024-03-04 11:14:53 +01:00
bootlog_module.c Initial commit 2024-03-04 11:14:53 +01:00
cbfs_module.c Initial commit 2024-03-04 11:14:53 +01:00
coreboot_module.c Initial commit 2024-03-04 11:14:53 +01:00
coreinfo.c Initial commit 2024-03-04 11:14:53 +01:00
coreinfo.h Initial commit 2024-03-04 11:14:53 +01:00
cpuid.S Initial commit 2024-03-04 11:14:53 +01:00
cpuinfo_module.c Initial commit 2024-03-04 11:14:53 +01:00
multiboot_module.c Initial commit 2024-03-04 11:14:53 +01:00
nvram_module.c Initial commit 2024-03-04 11:14:53 +01:00
pci_module.c Initial commit 2024-03-04 11:14:53 +01:00
ramdump_module.c Initial commit 2024-03-04 11:14:53 +01:00
timestamps_module.c Initial commit 2024-03-04 11:14:53 +01: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