summaryrefslogtreecommitdiff
path: root/src/mainboard/hp
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 11:44:30 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:44:15 +0000
commit0b97afd9b5efb2c204e7c80c550bfa046721be26 (patch)
treee9fdae6e66f481a249ad15381d329bc025a04f78 /src/mainboard/hp
parentf206cda84daef3bcc696c4593f8815a92a7319d1 (diff)
downloadcoreboot-0b97afd9b5efb2c204e7c80c550bfa046721be26.tar.xz
LGA1155 boards: Drop `VGA_BIOS_{FILE,ID}` for iGPU
These boards have a socketed CPU, and the PCI device ID for the iGPU depends on the installed CPU. Specifying a default doesn't make sense. Change-Id: Iee6749e4fb691f09664cc6ffb3cbf66e4230fa9c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54361 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r--src/mainboard/hp/compaq_8200_elite_sff/Kconfig8
-rw-r--r--src/mainboard/hp/z220_sff_workstation/Kconfig8
2 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig
index 1564bb661d..038a32ea85 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig
+++ b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig
@@ -30,14 +30,6 @@ config MAINBOARD_PART_NUMBER
string
default "HP Compaq 8200 Elite SFF PC"
-config VGA_BIOS_FILE
- string
- default "pci8086,0102.rom"
-
-config VGA_BIOS_ID
- string
- default "8086,0102"
-
config DRAM_RESET_GATE_GPIO
int
default 60
diff --git a/src/mainboard/hp/z220_sff_workstation/Kconfig b/src/mainboard/hp/z220_sff_workstation/Kconfig
index 12643bd114..935547f1ab 100644
--- a/src/mainboard/hp/z220_sff_workstation/Kconfig
+++ b/src/mainboard/hp/z220_sff_workstation/Kconfig
@@ -43,14 +43,6 @@ config MAINBOARD_PART_NUMBER
string
default "HP Z220 SFF Workstation"
-config VGA_BIOS_FILE
- string
- default "pci8086,0102.rom"
-
-config VGA_BIOS_ID
- string
- default "8086,0102"
-
config DRAM_RESET_GATE_GPIO
int
default 60