diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-07-06 10:27:47 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-14 18:49:09 +0000 |
commit | 40c1a41b2d7d1b2a53efb292307b48c1908c4cd9 (patch) | |
tree | d059a67ac1ff2c7505191ddbb1d4de64754fe76f /src/mainboard/system76 | |
parent | 2118fb1f69009d65abc0d0ab7faad0b7fc5a0bdc (diff) |
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 <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76328
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/cml-u/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/gaze15/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/kbl-u/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/system76/oryp6/Kconfig | 3 |
4 files changed, 0 insertions, 13 deletions
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 |