summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-03-08 10:35:49 +0100
committerFelix Singer <felixsinger@posteo.net>2021-10-15 09:08:35 +0000
commit05ae8f2ff31ba1d02aba15c99025df91588712e1 (patch)
tree9828f45dcfca1ed85f6e07c82d68d279dc8f2da1 /src/mainboard
parentdcc0cc27f4a728e96dd85b88f7321edfcfd7add9 (diff)
downloadcoreboot-05ae8f2ff31ba1d02aba15c99025df91588712e1.tar.gz
coreboot-05ae8f2ff31ba1d02aba15c99025df91588712e1.tar.bz2
coreboot-05ae8f2ff31ba1d02aba15c99025df91588712e1.zip
mainboard: Drop invalid `VGA_BIOS_FILE` defaults
If the VGA BIOS file path for `VGA_BIOS_FILE` in a mainboard's Kconfig does not exist in the coreboot tree (including submodules), drop it. These files should be stored in the `site-local` subdirectory and the paths specified for each board in `site-local/Kconfig`. For example: config VGA_BIOS_FILE default "site-local/x200_vbios.bin" if BOARD_LENOVO_X200 Note that this is just an example. There are better ways to structure one's `site-local` subfolder. Using the `CONFIG_MAINBOARD_DIR` option would be one of them, though variants may still need special handling. Also, update autoport to not generate `VGA_BIOS_FILE` defaults. Change-Id: I1b5dfba035a42d7943f270f95fb7d32b285584d2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51340 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/inagua/Kconfig5
-rw-r--r--src/mainboard/amd/persimmon/Kconfig5
-rw-r--r--src/mainboard/amd/south_station/Kconfig4
-rw-r--r--src/mainboard/amd/union_station/Kconfig4
-rw-r--r--src/mainboard/apple/macbookair4_2/Kconfig4
-rw-r--r--src/mainboard/asus/f2a85-m/Kconfig4
-rw-r--r--src/mainboard/getac/p470/Kconfig4
-rw-r--r--src/mainboard/google/auron/Kconfig4
-rw-r--r--src/mainboard/google/beltino/Kconfig4
-rw-r--r--src/mainboard/google/butterfly/Kconfig4
-rw-r--r--src/mainboard/google/jecht/Kconfig4
-rw-r--r--src/mainboard/google/link/Kconfig4
-rw-r--r--src/mainboard/google/parrot/Kconfig4
-rw-r--r--src/mainboard/google/slippy/Kconfig4
-rw-r--r--src/mainboard/google/stout/Kconfig4
-rw-r--r--src/mainboard/hp/folio_9480m/Kconfig4
-rw-r--r--src/mainboard/hp/snb_ivb_laptops/Kconfig5
-rw-r--r--src/mainboard/ibase/mb899/Kconfig4
-rw-r--r--src/mainboard/intel/baskingridge/Kconfig4
-rw-r--r--src/mainboard/intel/dcp847ske/Kconfig4
-rw-r--r--src/mainboard/intel/emeraldlake2/Kconfig4
-rw-r--r--src/mainboard/intel/strago/Kconfig9
-rw-r--r--src/mainboard/intel/wtm2/Kconfig4
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/Kconfig5
-rw-r--r--src/mainboard/kontron/986lcd-m/Kconfig4
-rw-r--r--src/mainboard/kontron/ktqm77/Kconfig4
-rw-r--r--src/mainboard/lenovo/l520/Kconfig4
-rw-r--r--src/mainboard/lenovo/s230u/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t430s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t440p/Kconfig4
-rw-r--r--src/mainboard/lenovo/t520/Kconfig4
-rw-r--r--src/mainboard/lenovo/t530/Kconfig4
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/Kconfig4
-rw-r--r--src/mainboard/lenovo/x220/Kconfig7
-rw-r--r--src/mainboard/lenovo/x230/Kconfig4
-rw-r--r--src/mainboard/pcengines/apu1/Kconfig5
-rw-r--r--src/mainboard/protectli/vault_bsw/Kconfig7
-rw-r--r--src/mainboard/samsung/lumpy/Kconfig4
-rw-r--r--src/mainboard/samsung/stumpy/Kconfig4
-rw-r--r--src/mainboard/supermicro/x9scl/Kconfig4
-rw-r--r--src/mainboard/system76/lemp9/Kconfig4
43 files changed, 1 insertions, 187 deletions
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index 8346f5284309..3706b3335d76 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -36,11 +36,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-#config VGA_BIOS_FILE
-# string "VGA BIOS path and filename"
-# depends on VGA_BIOS
-# default "rom/video/OntarioGenericVBios.bin"
-
config VGA_BIOS_ID
string "VGA device PCI IDs"
depends on VGA_BIOS
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig
index b8345709048f..66a05ee3c4d6 100644
--- a/src/mainboard/amd/persimmon/Kconfig
+++ b/src/mainboard/amd/persimmon/Kconfig
@@ -37,11 +37,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-#config VGA_BIOS_FILE
-# string "VGA BIOS path and filename"
-# depends on VGA_BIOS
-# default "rom/video/OntarioGenericVbios.bin"
-
config VGA_BIOS_ID
string
default "1002,9802"
diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig
index 883be39644e4..32eddb48c948 100644
--- a/src/mainboard/amd/south_station/Kconfig
+++ b/src/mainboard/amd/south_station/Kconfig
@@ -36,10 +36,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-config VGA_BIOS_FILE
- string
- default "site-local/vgabios.bin"
-
config VGA_BIOS_ID
string
default "1002,9806"
diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig
index ab9201347233..0c20e5fecb19 100644
--- a/src/mainboard/amd/union_station/Kconfig
+++ b/src/mainboard/amd/union_station/Kconfig
@@ -35,10 +35,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-config VGA_BIOS_FILE
- string
- default "site-local/vgabios.bin"
-
config VGA_BIOS_ID
string
default "1002,9802"
diff --git a/src/mainboard/apple/macbookair4_2/Kconfig b/src/mainboard/apple/macbookair4_2/Kconfig
index 56194e0010d9..5e8b1e02abcf 100644
--- a/src/mainboard/apple/macbookair4_2/Kconfig
+++ b/src/mainboard/apple/macbookair4_2/Kconfig
@@ -22,10 +22,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "MacBookAir4,2"
-config VGA_BIOS_FILE
- string
- default "pci8086,0116.rom"
-
config VGA_BIOS_ID
string
default "8086,0116"
diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index 23c611dbc2b7..a2e4f60341c8 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -95,10 +95,6 @@ config VGA_BIOS_ID
string
default "1002,9901"
-config VGA_BIOS_FILE
- string
- default "pci1002,9901.rom"
-
endif
config DEVICETREE
diff --git a/src/mainboard/getac/p470/Kconfig b/src/mainboard/getac/p470/Kconfig
index 4523a75bb079..6af53d85e09f 100644
--- a/src/mainboard/getac/p470/Kconfig
+++ b/src/mainboard/getac/p470/Kconfig
@@ -32,8 +32,4 @@ config IRQ_SLOT_COUNT
int
default 18
-config VGA_BIOS_FILE
- string
- default "getac-pci8086,27a2.rom"
-
endif # BOARD_GETAC_P470
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig
index 0d37a10826ac..61447fdacbd4 100644
--- a/src/mainboard/google/auron/Kconfig
+++ b/src/mainboard/google/auron/Kconfig
@@ -51,10 +51,6 @@ config EC_GOOGLE_CHROMEEC_BOARDNAME
default "samus" if BOARD_GOOGLE_SAMUS
default ""
-config VGA_BIOS_FILE
- string
- default "pci8086,0406.rom"
-
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "GOOGLE"
diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig
index 8ecba7ad0344..00b33ad4abba 100644
--- a/src/mainboard/google/beltino/Kconfig
+++ b/src/mainboard/google/beltino/Kconfig
@@ -40,10 +40,6 @@ config MAINBOARD_FAMILY
string
default "Google_Beltino"
-config VGA_BIOS_FILE
- string
- default "pci8086,0406.rom"
-
# Override the default variant behavior, since the data.vbt is the same
# for all variants except monroe
config INTEL_GMA_VBT_FILE
diff --git a/src/mainboard/google/butterfly/Kconfig b/src/mainboard/google/butterfly/Kconfig
index 55d731b2894e..4eb151efc1f4 100644
--- a/src/mainboard/google/butterfly/Kconfig
+++ b/src/mainboard/google/butterfly/Kconfig
@@ -31,10 +31,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Butterfly"
-config VGA_BIOS_FILE
- string
- default "pci8086,0106.rom"
-
config MAINBOARD_VENDOR
string
default "Hewlett-Packard"
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index 42be86ab28be..2f54be9b3bb6 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -33,10 +33,6 @@ config MAINBOARD_PART_NUMBER
default "Rikku" if BOARD_GOOGLE_RIKKU
default "Tidus" if BOARD_GOOGLE_TIDUS
-config VGA_BIOS_FILE
- string
- default "pci8086,0406.rom"
-
# Override the default variant behavior, since the data.vbt is the same
# for all variants except tidus
config INTEL_GMA_VBT_FILE
diff --git a/src/mainboard/google/link/Kconfig b/src/mainboard/google/link/Kconfig
index 6926ca18c87d..ee68e46df990 100644
--- a/src/mainboard/google/link/Kconfig
+++ b/src/mainboard/google/link/Kconfig
@@ -31,10 +31,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Link"
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "GOOGLE"
diff --git a/src/mainboard/google/parrot/Kconfig b/src/mainboard/google/parrot/Kconfig
index e596951bcd2d..5fffcc14de7b 100644
--- a/src/mainboard/google/parrot/Kconfig
+++ b/src/mainboard/google/parrot/Kconfig
@@ -32,10 +32,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Parrot"
-config VGA_BIOS_FILE
- string
- default "pci8086,0106.rom"
-
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "GOOGLE"
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig
index 7bb717be29a8..e8963f793a4a 100644
--- a/src/mainboard/google/slippy/Kconfig
+++ b/src/mainboard/google/slippy/Kconfig
@@ -48,10 +48,6 @@ config MAINBOARD_FAMILY
config OVERRIDE_DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
-config VGA_BIOS_FILE
- string
- default "pci8086,0406.rom"
-
# Override the default variant behavior, since the data.vbt is the same
# for all variants.
config INTEL_GMA_VBT_FILE
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig
index cdba84ac8ad3..69cfdcccdd4a 100644
--- a/src/mainboard/google/stout/Kconfig
+++ b/src/mainboard/google/stout/Kconfig
@@ -30,10 +30,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Stout"
-config VGA_BIOS_FILE
- string
- default "pci8086,0156.rom"
-
config VGA_BIOS_ID
string
default "8086,0156"
diff --git a/src/mainboard/hp/folio_9480m/Kconfig b/src/mainboard/hp/folio_9480m/Kconfig
index 967743a62aae..1e0f116e7b15 100644
--- a/src/mainboard/hp/folio_9480m/Kconfig
+++ b/src/mainboard/hp/folio_9480m/Kconfig
@@ -25,10 +25,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "HP EliteBook Folio 9480m"
-config VGA_BIOS_FILE
- string
- default "pci8086,0a16.rom"
-
config VGA_BIOS_ID
string
default "8086,0a16"
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig
index 7a49bfdb2642..d7e2a97ae9b2 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig
@@ -44,11 +44,6 @@ config MAINBOARD_PART_NUMBER
config OVERRIDE_DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
-config VGA_BIOS_FILE
- string
- default "pci8086,0116.rom" if SOUTHBRIDGE_INTEL_BD82X6X
- default "pci8086,0166.rom" if SOUTHBRIDGE_INTEL_C216
-
config VGA_BIOS_ID
string
default "8086,0116" if SOUTHBRIDGE_INTEL_BD82X6X
diff --git a/src/mainboard/ibase/mb899/Kconfig b/src/mainboard/ibase/mb899/Kconfig
index d073f2bad9a6..05b0a09a0ce0 100644
--- a/src/mainboard/ibase/mb899/Kconfig
+++ b/src/mainboard/ibase/mb899/Kconfig
@@ -26,8 +26,4 @@ config IRQ_SLOT_COUNT
int
default 18
-config VGA_BIOS_FILE
- string
- default "amipci_01.20"
-
endif # BOARD_IBASE_MB899
diff --git a/src/mainboard/intel/baskingridge/Kconfig b/src/mainboard/intel/baskingridge/Kconfig
index 29f83f735afd..6d7bc8cf9338 100644
--- a/src/mainboard/intel/baskingridge/Kconfig
+++ b/src/mainboard/intel/baskingridge/Kconfig
@@ -25,8 +25,4 @@ config MAX_CPUS
int
default 16
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
endif # BOARD_INTEL_BASKING_RIDGE
diff --git a/src/mainboard/intel/dcp847ske/Kconfig b/src/mainboard/intel/dcp847ske/Kconfig
index 94d75d92ec00..ebc172b6b093 100644
--- a/src/mainboard/intel/dcp847ske/Kconfig
+++ b/src/mainboard/intel/dcp847ske/Kconfig
@@ -31,10 +31,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Intel NUC DCP847SKE"
-config VGA_BIOS_FILE
- string
- default "pci8086,0106.rom"
-
config VGA_BIOS_ID
string
default "8086,0106"
diff --git a/src/mainboard/intel/emeraldlake2/Kconfig b/src/mainboard/intel/emeraldlake2/Kconfig
index f8a2e2e232af..86fe98a803ad 100644
--- a/src/mainboard/intel/emeraldlake2/Kconfig
+++ b/src/mainboard/intel/emeraldlake2/Kconfig
@@ -27,8 +27,4 @@ config MAX_CPUS
int
default 16
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
endif # BOARD_INTEL_EMERALDLAKE2
diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig
index c4a98426afde..64d5dfc8424c 100644
--- a/src/mainboard/intel/strago/Kconfig
+++ b/src/mainboard/intel/strago/Kconfig
@@ -28,15 +28,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Strago"
-config VGA_BIOS_FILE
- string
- depends on VGA_BIOS
- default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
- help
- The C0 version of the video BIOS gets computed from this name
- so that they can both be added. Only the correct one for the
- system will be run.
-
config VGA_BIOS_ID
string
depends on VGA_BIOS
diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig
index 44a0cd4097dc..cf16b8a7b8f8 100644
--- a/src/mainboard/intel/wtm2/Kconfig
+++ b/src/mainboard/intel/wtm2/Kconfig
@@ -20,8 +20,4 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "WHITETIP MOUNTAIN 2"
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
endif # BOARD_INTEL_WTM2
diff --git a/src/mainboard/jetway/nf81-t56n-lf/Kconfig b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
index 9b0970055264..e1eec04fe5ef 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/Kconfig
+++ b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
@@ -37,11 +37,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-#config VGA_BIOS_FILE
-# string "VGA BIOS path and filename"
-# depends on VGA_BIOS
-# default "rom/video/OntarioGenericVbios.bin"
-
config VGA_BIOS_ID
string
default "1002,9806" # FUSION_G_T56N
diff --git a/src/mainboard/kontron/986lcd-m/Kconfig b/src/mainboard/kontron/986lcd-m/Kconfig
index 32357109e4ca..e8407de732d8 100644
--- a/src/mainboard/kontron/986lcd-m/Kconfig
+++ b/src/mainboard/kontron/986lcd-m/Kconfig
@@ -28,8 +28,4 @@ config IRQ_SLOT_COUNT
int
default 18
-config VGA_BIOS_FILE
- string
- default "amipci_01.20"
-
endif # BOARD_KONTRON_986LCD_M
diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig
index 99b74fa9bc54..47459803ff97 100644
--- a/src/mainboard/kontron/ktqm77/Kconfig
+++ b/src/mainboard/kontron/ktqm77/Kconfig
@@ -21,8 +21,4 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "KTQM77/mITX"
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
endif # BOARD_KONTRON_KTQM77
diff --git a/src/mainboard/lenovo/l520/Kconfig b/src/mainboard/lenovo/l520/Kconfig
index d212dadf3c92..971dd84b14da 100644
--- a/src/mainboard/lenovo/l520/Kconfig
+++ b/src/mainboard/lenovo/l520/Kconfig
@@ -24,10 +24,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "ThinkPad L520"
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0126"
diff --git a/src/mainboard/lenovo/s230u/Kconfig b/src/mainboard/lenovo/s230u/Kconfig
index c77950432334..08f82aa37cb7 100644
--- a/src/mainboard/lenovo/s230u/Kconfig
+++ b/src/mainboard/lenovo/s230u/Kconfig
@@ -38,10 +38,6 @@ config DRAM_RESET_GATE_GPIO
int
default 60
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig
index d1cd0ec117f1..6f4988c03b77 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -60,10 +60,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0126"
diff --git a/src/mainboard/lenovo/t420s/Kconfig b/src/mainboard/lenovo/t420s/Kconfig
index db6e2711e0a4..c46d4fc43cf4 100644
--- a/src/mainboard/lenovo/t420s/Kconfig
+++ b/src/mainboard/lenovo/t420s/Kconfig
@@ -59,10 +59,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0126"
diff --git a/src/mainboard/lenovo/t430s/Kconfig b/src/mainboard/lenovo/t430s/Kconfig
index 710dda2f7134..dce078e91a20 100644
--- a/src/mainboard/lenovo/t430s/Kconfig
+++ b/src/mainboard/lenovo/t430s/Kconfig
@@ -69,10 +69,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/lenovo/t440p/Kconfig b/src/mainboard/lenovo/t440p/Kconfig
index 991c1bd0d978..a26b9b7964f1 100644
--- a/src/mainboard/lenovo/t440p/Kconfig
+++ b/src/mainboard/lenovo/t440p/Kconfig
@@ -47,10 +47,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "ThinkPad T440p"
-config VGA_BIOS_FILE
- string
- default "pci8086,0416.rom"
-
config VGA_BIOS_ID
string
default "8086,0416"
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index 5e120566ff34..039baa69e1af 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -71,10 +71,6 @@ config VGA_BIOS_ID
string
default "8086,0126"
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config PS2K_EISAID
default "PNP0303"
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index c2d649c3a061..87be416622dc 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -68,10 +68,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
index d360c56bd8bd..ec5092fd399c 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
+++ b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
@@ -59,10 +59,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index 8530e49dc5dc..61b3c1489edd 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -67,15 +67,10 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0116.rom" if BOARD_LENOVO_X220I
- # FIXME: x1 with i3 cpu may also use "pci8086,0116.rom"
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0116" if BOARD_LENOVO_X220I
+ # FIXME: x1 with i3 cpu may also use "8086,0116"
default "8086,0126"
config PS2K_EISAID
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index 61144b89c696..cafdead858ff 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -70,10 +70,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/pcengines/apu1/Kconfig b/src/mainboard/pcengines/apu1/Kconfig
index c617f984b350..d13c0ecd004e 100644
--- a/src/mainboard/pcengines/apu1/Kconfig
+++ b/src/mainboard/pcengines/apu1/Kconfig
@@ -40,11 +40,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-#config VGA_BIOS_FILE
-# string "VGA BIOS path and filename"
-# depends on VGA_BIOS
-# default "rom/video/OntarioGenericVbios.bin"
-
config VGA_BIOS_ID
string
default "1002,9802"
diff --git a/src/mainboard/protectli/vault_bsw/Kconfig b/src/mainboard/protectli/vault_bsw/Kconfig
index 1f9fa20159d6..e169392d6a0d 100644
--- a/src/mainboard/protectli/vault_bsw/Kconfig
+++ b/src/mainboard/protectli/vault_bsw/Kconfig
@@ -51,13 +51,6 @@ config PXE_ROM_ID
default "8086,157b" if BOARD_PROTECTLI_FW4B
if !RUN_FSP_GOP
-config VGA_BIOS_FILE
- string
- default "3rdparty/blobs/mainboard/protectli/vault_bsw/vgabios.bin"
- help
- The C0 version of the video bios gets computed from this name
- so that they can both be added. Only the correct one for the
- system will be run.
config VGA_BIOS_ID
string
diff --git a/src/mainboard/samsung/lumpy/Kconfig b/src/mainboard/samsung/lumpy/Kconfig
index a2c08a07a83e..d0574bbbed8b 100644
--- a/src/mainboard/samsung/lumpy/Kconfig
+++ b/src/mainboard/samsung/lumpy/Kconfig
@@ -35,10 +35,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Lumpy"
-config VGA_BIOS_FILE
- string
- default "pci8086,0106.rom"
-
if EARLY_PCI_BRIDGE
config EARLY_PCI_BRIDGE_DEVICE
diff --git a/src/mainboard/samsung/stumpy/Kconfig b/src/mainboard/samsung/stumpy/Kconfig
index 58b581075e83..2a706b992ba9 100644
--- a/src/mainboard/samsung/stumpy/Kconfig
+++ b/src/mainboard/samsung/stumpy/Kconfig
@@ -30,8 +30,4 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Stumpy"
-config VGA_BIOS_FILE
- string
- default "pci8086,0106.rom"
-
endif # BOARD_SAMSUNG_STUMPY
diff --git a/src/mainboard/supermicro/x9scl/Kconfig b/src/mainboard/supermicro/x9scl/Kconfig
index 4f46ca8c4185..40b42137b2a0 100644
--- a/src/mainboard/supermicro/x9scl/Kconfig
+++ b/src/mainboard/supermicro/x9scl/Kconfig
@@ -25,10 +25,6 @@ config USBDEBUG_HCD_INDEX
int
default 1
-config VGA_BIOS_FILE
- string
- default "pci102b,0532.rom"
-
config VGA_BIOS_ID
string
depends on VGA_BIOS
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig
index 81e9d3da4b75..9b6cc7688fd5 100644
--- a/src/mainboard/system76/lemp9/Kconfig
+++ b/src/mainboard/system76/lemp9/Kconfig
@@ -55,10 +55,6 @@ config MAX_CPUS
config DIMM_MAX
default 2
-config VGA_BIOS_FILE
- string
- default "pci8086,9b41.rom"
-
config VGA_BIOS_ID
string
default "8086,9b41"