mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
9bf131b601
if "CONFIG_TPM=y" is not present in the config file, functionalities needing TPM could be disabled, while leaving other functionalities intact. This will make Heads a more general-usage bootloader payload atop coreboot.
28 lines
542 B
Plaintext
28 lines
542 B
Plaintext
# Configuration for a librem13v2
|
|
CONFIG_LINUX_CONFIG=config/linux-librem13v2.config
|
|
|
|
CONFIG_COREBOOT=y
|
|
CONFIG_CRYPTSETUP=y
|
|
CONFIG_FLASHROM=y
|
|
CONFIG_GPG=y
|
|
CONFIG_KEXEC=y
|
|
CONFIG_UTIL_LINUX=y
|
|
CONFIG_LVM2=y
|
|
CONFIG_MBEDTLS=y
|
|
CONFIG_PCIUTILS=y
|
|
CONFIG_POPT=y
|
|
CONFIG_QRENCODE=y
|
|
CONFIG_TPMTOTP=y
|
|
|
|
CONFIG_LINUX_USB=y
|
|
CONFIG_TPM=y
|
|
|
|
CONFIG_BOOTSCRIPT=/bin/generic-init
|
|
|
|
CONFIG_BOOT_REQ_HASH=n
|
|
CONFIG_BOOT_REQ_ROLLBACK=n
|
|
CONFIG_BOOT_KERNEL_ADD="intel_iommu=on"
|
|
CONFIG_BOOT_KERNEL_REMOVE="quiet"
|
|
CONFIG_BOOT_DEV="/dev/sda1"
|
|
CONFIG_USB_BOOT_DEV="/dev/sdb1"
|