diff options
author | Klemens Nanni <contact@autoboot.org> | 2015-12-09 12:35:32 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-09 16:13:28 +0000 |
commit | 4fe6a7e48e17f0668919d9230a392663f7ff7390 (patch) | |
tree | c245c1d37c5eb1274f78e8b08cc81686694dc35e /resources/libreboot/config/coreinfo | |
parent | 6af64c59134384a3960546764d5baac884942704 (diff) | |
download | librebootfr-4fe6a7e48e17f0668919d9230a392663f7ff7390.tar.gz librebootfr-4fe6a7e48e17f0668919d9230a392663f7ff7390.zip |
New payload: Coreinfo
Add coreinfo as optional payload providing various
useful system information.
As part of coreboot, coreinfo does not need to be
downloaded seperately, just build it using
$ ./build module coreinfo
after downloading and building coreboot.
See https://www.coreboot.org/Payloads#Coreinfo for
more information.
Diffstat (limited to 'resources/libreboot/config/coreinfo')
-rw-r--r-- | resources/libreboot/config/coreinfo/config | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/libreboot/config/coreinfo/config b/resources/libreboot/config/coreinfo/config new file mode 100644 index 00000000..f31083a9 --- /dev/null +++ b/resources/libreboot/config/coreinfo/config @@ -0,0 +1,26 @@ +# +# Automatically generated file; DO NOT EDIT. +# coreinfo Configuration +# + +# +# General settings +# +CONFIG_SHOW_DATE_TIME=y +CONFIG_PAYLOAD_INFO_NAME="coreinfo" +CONFIG_PAYLOAD_INFO_LISTNAME="System Information" +CONFIG_PAYLOAD_INFO_DESC="Display information about the system" +CONFIG_PAYLOAD_INFO_VERSION="0.1" + +# +# Modules +# +CONFIG_MODULE_COREBOOT=y +CONFIG_MODULE_MULTIBOOT=y +CONFIG_MODULE_CPUINFO=y +CONFIG_MODULE_PCI=y +CONFIG_MODULE_NVRAM=y +CONFIG_MODULE_BOOTLOG=y +CONFIG_MODULE_RAMDUMP=y +# CONFIG_MODULE_LAR is not set +CONFIG_MODULE_CBFS=y |