From 40c1a41b2d7d1b2a53efb292307b48c1908c4cd9 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 6 Jul 2023 10:27:47 -0600 Subject: mb/system76: Drop VGA_BIOS_ID System76 boards use the VBT data file, not the VGA optionrom. Change-Id: Ie4100e09221ae4f301a621e7aac62e38ac04a444 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/76328 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/cml-u/Kconfig | 3 --- src/mainboard/system76/gaze15/Kconfig | 3 --- src/mainboard/system76/kbl-u/Kconfig | 4 ---- src/mainboard/system76/oryp6/Kconfig | 3 --- 4 files changed, 13 deletions(-) (limited to 'src') diff --git a/src/mainboard/system76/cml-u/Kconfig b/src/mainboard/system76/cml-u/Kconfig index e17bf2cc73..df108e97b5 100644 --- a/src/mainboard/system76/cml-u/Kconfig +++ b/src/mainboard/system76/cml-u/Kconfig @@ -69,9 +69,6 @@ config UART_FOR_CONSOLE config DIMM_MAX default 2 -config VGA_BIOS_ID - default "8086,9b41" - config POST_DEVICE default n diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig index b77e61a3e6..2be6d4a6ca 100644 --- a/src/mainboard/system76/gaze15/Kconfig +++ b/src/mainboard/system76/gaze15/Kconfig @@ -64,9 +64,6 @@ config UART_FOR_CONSOLE config DIMM_MAX default 2 -config VGA_BIOS_ID - default "8086,9bc4" - config POST_DEVICE default n diff --git a/src/mainboard/system76/kbl-u/Kconfig b/src/mainboard/system76/kbl-u/Kconfig index 3c35017899..863d475977 100644 --- a/src/mainboard/system76/kbl-u/Kconfig +++ b/src/mainboard/system76/kbl-u/Kconfig @@ -64,10 +64,6 @@ config DIMM_MAX config DIMM_SPD_SIZE default 512 -config VGA_BIOS_ID - default "8086,5916" if BOARD_SYSTEM76_GALP2 - default "8086,5917" if BOARD_SYSTEM76_GALP3 || BOARD_SYSTEM76_GALP3_B - config POST_DEVICE default n diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 6437e7776d..05e89bddb8 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -61,9 +61,6 @@ config ONBOARD_VGA_IS_PRIMARY config DIMM_MAX default 2 -config VGA_BIOS_ID - default "8086,9bc4" - config POST_DEVICE default n -- cgit v1.2.3