mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
BOARD definitions are no longer required since the user defines BOARD
This commit is contained in:
parent
d225527cad
commit
8d7eee22d1
@ -1,8 +1,6 @@
|
||||
# Configuration for building a coreboot ROM that works in the.
|
||||
# the qemu emulator. Note that the TPM does not work, so this
|
||||
# will just drop into the recovery shell.
|
||||
BOARD=qemu
|
||||
|
||||
CONFIG_COREBOOT=y
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu.config
|
||||
CONFIG_LINUX_CONFIG=config/linux-qemu.config
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Configuration for emulating LinuxBoot+Heads with qemu
|
||||
#
|
||||
BOARD=qemu-linuxboot
|
||||
|
||||
CONFIG_LINUXBOOT=y
|
||||
CONFIG_LINUXBOOT_BOARD=qemu
|
||||
CONFIG_LINUX_CONFIG=config/linux-linuxboot.config
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Configuration for a Dell R630
|
||||
# flashrom doesn't work on this mainboard
|
||||
# and it is NERF, not coreboot.
|
||||
BOARD=r630
|
||||
|
||||
CONFIG_LINUXBOOT=y
|
||||
CONFIG_LINUXBOOT_ROM=blobs/r630-1.3.6.rom
|
||||
CONFIG_LINUX_CONFIG=config/linux-linuxboot.config
|
||||
|
@ -9,8 +9,6 @@
|
||||
# The DxeCore also needs to be updated to know about the
|
||||
# new firmware volume location.
|
||||
#
|
||||
BOARD=s2600wf
|
||||
|
||||
CONFIG_LINUXBOOT=y
|
||||
CONFIG_LINUXBOOT_ROM=blobs/s2600wf.rom
|
||||
CONFIG_LINUX_CONFIG=config/linux-linuxboot.config
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Configuration for a Winterfell OCP node
|
||||
# and it is NERF, not coreboot.
|
||||
BOARD=winterfell
|
||||
|
||||
CONFIG_LINUXBOOT=y
|
||||
CONFIG_LINUXBOOT_ROM=blobs/winterfell.rom
|
||||
CONFIG_LINUX_CONFIG=config/linux-linuxboot.config
|
||||
|
@ -1,6 +1,4 @@
|
||||
# Configuration for a x220 running Qubes and other OS
|
||||
BOARD=x220
|
||||
|
||||
# The Linux configuration is close enough to the x230
|
||||
CONFIG_COREBOOT=y
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-x220.config
|
||||
|
@ -1,6 +1,4 @@
|
||||
# Configuration for a x230 running Qubes and other OSes
|
||||
BOARD=x230
|
||||
|
||||
CONFIG_COREBOOT=y
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-x230.config
|
||||
CONFIG_LINUX_CONFIG=config/linux-x230.config
|
||||
|
Loading…
x
Reference in New Issue
Block a user