BOARD definitions are no longer required since the user defines BOARD

This commit is contained in:
Trammell hudson 2018-02-08 14:54:25 -05:00
parent d225527cad
commit 8d7eee22d1
Failed to extract signature
7 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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