coreboot-kgpe-d16/payloads/coreinfo
Patrick Georgi 6065f616eb .gitignore: Split into subdirectory files
There's no need for the global list of files to ignore, so use git's
ability to work with more local configuration.

Change-Id: I50882e6756cbc0fdfd899353cc23962544690fb3
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46879
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-10-30 07:05:27 +00:00
..
.gitignore .gitignore: Split into subdirectory files 2020-10-30 07:05:27 +00:00
AUTHORS coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
COPYING
Kconfig coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
Makefile coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
README
bootlog_module.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
cbfs_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
coreboot_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
coreinfo.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
coreinfo.h coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
cpuid.S coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
cpuinfo_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
multiboot_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
nvram_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
pci_module.c payloads/coreinfo: Rename pci_scan_bus() 2020-10-20 20:34:35 +00:00
ramdump_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +00:00
timestamps_module.c coreinfo: Use SPDX license identifiers 2020-09-14 07:05:27 +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