Skip to content

Commit 32b45f7

Browse files
tlaurionSean-StarLabs
authored andcommitted
config: Save Star Labs coreboot oldconfigs
Store generated oldconfig files as the active coreboot configs and retain their source defconfigs alongside them with the `_defconfig` suffix. This makes both the resolved configuration and its concise input available for review. Signed-off-by: Thierry Laurion <insurgo@riseup.net> Signed-off-by: Sean Rhodes <sean@starlabs.systems>
1 parent 59ca914 commit 32b45f7

36 files changed

Lines changed: 17357 additions & 208 deletions

File tree

config/coreboot-starlabs_adl_horizon.config

Lines changed: 1005 additions & 13 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
CONFIG_USE_UEFI_VARIABLE_STORE=y
2+
CONFIG_SBOM=y
3+
CONFIG_VENDOR_STARLABS=y
4+
# CONFIG_POST_IO is not set
5+
CONFIG_HAVE_IFD_BIN=y
6+
CONFIG_EC_STARLABS_ADD_ITE_BIN=y
7+
# CONFIG_BOOTMEDIA_SMM_BWP is not set
8+
CONFIG_SOC_INTEL_COMMON_SPI_LOCKDOWN_SMM=y
9+
# CONFIG_INTEL_CHIPSET_LOCKDOWN is not set
10+
CONFIG_HAVE_ME_BIN=y
11+
CONFIG_LOCK_MANAGEMENT_ENGINE=y
12+
CONFIG_SMMSTORE=y
13+
CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y
14+
CONFIG_MAINBOARD_SERIAL_NUMBER="HZ00000"
15+
CONFIG_PAYLOAD_LINUX=y
16+
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage"
17+
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"

0 commit comments

Comments
 (0)