mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
KGPE-D16: fix coreboot config to have LOCAL_VERSION injected since not defined, describe better board configs applications
This commit is contained in:
parent
6bd3f815e4
commit
9f751f11fe
@ -6,11 +6,13 @@
|
||||
# Status:
|
||||
# - ASpeed text output given on VGA
|
||||
# - All console output rerirected to sttyS0
|
||||
# - No TPM support while 20-1 TPM 1.2 chips can be ordered. Report status in Heads
|
||||
# - TPM support in romstage (not bootblock) with TPM SLB9635 TT 1.2 by Infineon
|
||||
#
|
||||
# - To connect to BMC: https://github.com/osresearch/heads/issues/134#issuecomment-368922440
|
||||
# - Please contribute documentation on heads-wiki
|
||||
# - Please support https://github.com/osresearch/heads/issues/719
|
||||
# - Disk Unlock Key released by TPM since not deactivated
|
||||
|
||||
export CONFIG_COREBOOT=y
|
||||
export CONFIG_COREBOOT_VERSION=4.11
|
||||
export CONFIG_LINUX_VERSION=4.14.62
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Status:
|
||||
# - ASpeed text output given on VGA
|
||||
# - All console output rerirected to sttyS0
|
||||
# - No TPM support while 20-1 TPM 1.2 chips can be ordered. Report status in Heads
|
||||
# - TPM support in romstage (not bootblock) with TPM SLB9635 TT 1.2 by Infineon
|
||||
#
|
||||
# - To connect to BMC: https://github.com/osresearch/heads/issues/134#issuecomment-368922440
|
||||
# - Please contribute documentation on heads-wiki
|
||||
|
@ -1,4 +1,12 @@
|
||||
# Configuration for a kgpe-d16 with USB keyboard support, FBwhiptail on onboard ASpeed GPU
|
||||
# Configuration for a kgpe-d16_workstation-usb_keyboard
|
||||
# Linux configuration supporting Nvidia, AMD GPUs, enforcing post on nvidia.
|
||||
# Please make sure jumper forces external GPU
|
||||
#
|
||||
# Status:
|
||||
# - TPM support in romstage (not bootblock) with TPM SLB9635 TT 1.2 by Infineon
|
||||
# - USB ealy support activated for USB keyboard
|
||||
# - Disk Unlock Key released by TPM since not deactivated
|
||||
|
||||
export CONFIG_COREBOOT=y
|
||||
export CONFIG_COREBOOT_VERSION=4.11
|
||||
export CONFIG_LINUX_VERSION=4.14.62
|
||||
@ -33,7 +41,7 @@ export CONFIG_LINUX_USB_COMPANION_CONTROLLER=y
|
||||
|
||||
#Enable USB Keyboard support
|
||||
export CONFIG_USB_KEYBOARD=y
|
||||
#No TPM support for the moment
|
||||
|
||||
export CONFIG_TPM=y
|
||||
#BOOT SCRIPT SELECTION
|
||||
#export CONFIG_BOOTSCRIPT=/bin/generic-init
|
||||
|
@ -1,4 +1,16 @@
|
||||
# Configuration for a kgpe-d16 running non-Qubes
|
||||
# Configuration for a kgpe-d16_workstation
|
||||
# Linux configuration supporting Nvidia, AMD GPUs, enforcing post on nvidia.
|
||||
# Please make sure jumper forces external GPU
|
||||
#
|
||||
#
|
||||
# Status:
|
||||
# - TPM support in romstage (not bootblock) with TPM SLB9635 TT 1.2 by Infineon
|
||||
# - To connect to BMC: https://github.com/osresearch/heads/issues/134#issuecomment-368922440
|
||||
# - Please contribute documentation on heads-wiki
|
||||
# - Please support https://github.com/osresearch/heads/issues/719
|
||||
# - Disk Unlock Key released by TPM since not deactivated
|
||||
|
||||
|
||||
export CONFIG_COREBOOT=y
|
||||
export CONFIG_COREBOOT_VERSION=4.11
|
||||
export CONFIG_LINUX_VERSION=4.14.62
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_LOCALVERSION="heads"
|
||||
CONFIG_ANY_TOOLCHAIN=y
|
||||
CONFIG_USE_OPTION_TABLE=y
|
||||
# CONFIG_COLLECT_TIMESTAMPS is not set
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_LOCALVERSION="heads"
|
||||
CONFIG_ANY_TOOLCHAIN=y
|
||||
CONFIG_USE_OPTION_TABLE=y
|
||||
# CONFIG_COLLECT_TIMESTAMPS is not set
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_LOCALVERSION="heads"
|
||||
CONFIG_ANY_TOOLCHAIN=y
|
||||
CONFIG_USE_OPTION_TABLE=y
|
||||
# CONFIG_COLLECT_TIMESTAMPS is not set
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_LOCALVERSION="heads"
|
||||
CONFIG_ANY_TOOLCHAIN=y
|
||||
CONFIG_USE_OPTION_TABLE=y
|
||||
# CONFIG_COLLECT_TIMESTAMPS is not set
|
||||
|
Loading…
Reference in New Issue
Block a user