summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/config
diff options
context:
space:
mode:
authorKlemens Nanni <contact@autoboot.org>2015-12-09 06:35:32 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-09 11:13:28 (EST)
commit4fe6a7e48e17f0668919d9230a392663f7ff7390 (patch)
treec245c1d37c5eb1274f78e8b08cc81686694dc35e /resources/libreboot/config
parent6af64c59134384a3960546764d5baac884942704 (diff)
downloadlibreboot-4fe6a7e48e17f0668919d9230a392663f7ff7390.zip
libreboot-4fe6a7e48e17f0668919d9230a392663f7ff7390.tar.gz
libreboot-4fe6a7e48e17f0668919d9230a392663f7ff7390.tar.bz2
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')
-rw-r--r--resources/libreboot/config/coreboot/coreinfo1
-rw-r--r--resources/libreboot/config/coreinfo/config26
-rw-r--r--resources/libreboot/config/libpayload/config83
3 files changed, 110 insertions, 0 deletions
diff --git a/resources/libreboot/config/coreboot/coreinfo b/resources/libreboot/config/coreboot/coreinfo
new file mode 100644
index 0000000..deba764
--- /dev/null
+++ b/resources/libreboot/config/coreboot/coreinfo
@@ -0,0 +1 @@
+753af5b1042a73d6287a7b9ee78755cb29013ba6
diff --git a/resources/libreboot/config/coreinfo/config b/resources/libreboot/config/coreinfo/config
new file mode 100644
index 0000000..f31083a
--- /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
diff --git a/resources/libreboot/config/libpayload/config b/resources/libreboot/config/libpayload/config
new file mode 100644
index 0000000..30a412a
--- /dev/null
+++ b/resources/libreboot/config/libpayload/config
@@ -0,0 +1,83 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# Libpayload Configuration
+#
+
+#
+# Generic Options
+#
+CONFIG_LP_GPL=y
+# CONFIG_LP_EXPERIMENTAL is not set
+# CONFIG_LP_DEVELOPER is not set
+CONFIG_LP_COMPILER_GCC=y
+# CONFIG_LP_COMPILER_LLVM_CLANG is not set
+# CONFIG_LP_REMOTEGDB is not set
+# CONFIG_LP_CHROMEOS is not set
+
+#
+# Architecture Options
+#
+# CONFIG_LP_ARCH_ARM is not set
+CONFIG_LP_ARCH_X86=y
+# CONFIG_LP_ARCH_ARM64 is not set
+# CONFIG_LP_ARCH_MIPS is not set
+# CONFIG_LP_MEMMAP_RAM_ONLY is not set
+CONFIG_LP_MULTIBOOT=y
+
+#
+# Standard Libraries
+#
+CONFIG_LP_LIBC=y
+CONFIG_LP_CURSES=y
+# CONFIG_LP_TINYCURSES is not set
+CONFIG_LP_PDCURSES=y
+CONFIG_LP_CBFS=y
+CONFIG_LP_LZMA=y
+CONFIG_LP_LZ4=y
+
+#
+# Console Options
+#
+# CONFIG_LP_SKIP_CONSOLE_INIT is not set
+CONFIG_LP_CBMEM_CONSOLE=y
+# CONFIG_LP_SERIAL_CONSOLE is not set
+CONFIG_LP_VIDEO_CONSOLE=y
+CONFIG_LP_VGA_VIDEO_CONSOLE=y
+# CONFIG_LP_GEODELX_VIDEO_CONSOLE is not set
+CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
+CONFIG_LP_PC_KEYBOARD=y
+CONFIG_LP_PC_KEYBOARD_LAYOUT_US=y
+# CONFIG_LP_PC_KEYBOARD_LAYOUT_DE is not set
+
+#
+# Drivers
+#
+CONFIG_LP_PCI=y
+CONFIG_LP_NVRAM=y
+# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
+CONFIG_LP_SPEAKER=y
+CONFIG_LP_STORAGE=y
+# CONFIG_LP_STORAGE_64BIT_LBA is not set
+CONFIG_LP_STORAGE_ATA=y
+CONFIG_LP_STORAGE_ATAPI=y
+CONFIG_LP_STORAGE_AHCI=y
+CONFIG_LP_STORAGE_AHCI_ONLY_TESTED=y
+CONFIG_LP_TIMER_RDTSC=y
+CONFIG_LP_USB=y
+# CONFIG_LP_USB_UHCI is not set
+# CONFIG_LP_USB_OHCI is not set
+CONFIG_LP_USB_EHCI=y
+CONFIG_LP_USB_XHCI=y
+# CONFIG_LP_USB_XHCI_MTK_QUIRK is not set
+# CONFIG_LP_USB_DWC2 is not set
+CONFIG_LP_USB_HID=y
+CONFIG_LP_USB_HUB=y
+# CONFIG_LP_USB_EHCI_HOSTPC_ROOT_HUB_TT is not set
+CONFIG_LP_USB_MSC=y
+CONFIG_LP_USB_GEN_HUB=y
+CONFIG_LP_USB_PCI=y
+# CONFIG_LP_UDC is not set
+# CONFIG_LP_BIG_ENDIAN is not set
+CONFIG_LP_LITTLE_ENDIAN=y
+CONFIG_LP_IO_ADDRESS_SPACE=y
+CONFIG_LP_ARCH_SPECIFIC_OPTIONS=y