summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Koukopoulos <koukopoulos@gmail.com>2023-03-05 13:36:12 +0200
committerLeah Rowe <leah@libreboot.org>2023-03-05 13:46:33 +0000
commitd2465e8291d9bfb26e2746ef60d45fdcc802e184 (patch)
treeea0add6a60ecf919bda809b35485e5b713fed264 /resources
parent0e34d199fba9028c8090a5f93920aef4d0390c7f (diff)
Fix CONFIG_INTEL_GMA_VBT_FILE for the t440p_12mb config
Diffstat (limited to 'resources')
-rw-r--r--resources/coreboot/t440p_12mb/config/libgfxinit_corebootfb2
-rw-r--r--resources/coreboot/t440p_12mb/config/libgfxinit_txtmode2
-rw-r--r--resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_corebootfb2
-rw-r--r--resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_txtmode2
4 files changed, 4 insertions, 4 deletions
diff --git a/resources/coreboot/t440p_12mb/config/libgfxinit_corebootfb b/resources/coreboot/t440p_12mb/config/libgfxinit_corebootfb
index 32341fc2..d2ca4f6e 100644
--- a/resources/coreboot/t440p_12mb/config/libgfxinit_corebootfb
+++ b/resources/coreboot/t440p_12mb/config/libgfxinit_corebootfb
@@ -125,7 +125,7 @@ CONFIG_VARIANT_DIR="t440p"
CONFIG_OVERRIDE_DEVICETREE=""
# CONFIG_VGA_BIOS is not set
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="LENOVO"
-CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/data.vbt"
+CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/data.vbt"
CONFIG_PRERAM_CBMEM_CONSOLE_SIZE=0xc00
CONFIG_CMOS_DEFAULT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.default"
CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout"
diff --git a/resources/coreboot/t440p_12mb/config/libgfxinit_txtmode b/resources/coreboot/t440p_12mb/config/libgfxinit_txtmode
index adfec47f..f30f4596 100644
--- a/resources/coreboot/t440p_12mb/config/libgfxinit_txtmode
+++ b/resources/coreboot/t440p_12mb/config/libgfxinit_txtmode
@@ -123,7 +123,7 @@ CONFIG_VARIANT_DIR="t440p"
CONFIG_OVERRIDE_DEVICETREE=""
# CONFIG_VGA_BIOS is not set
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="LENOVO"
-CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/data.vbt"
+CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/data.vbt"
CONFIG_PRERAM_CBMEM_CONSOLE_SIZE=0xc00
CONFIG_CMOS_DEFAULT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.default"
CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout"
diff --git a/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_corebootfb b/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_corebootfb
index 307c008f..9c37bf6d 100644
--- a/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_corebootfb
+++ b/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_corebootfb
@@ -125,7 +125,7 @@ CONFIG_VARIANT_DIR="t440p"
CONFIG_OVERRIDE_DEVICETREE=""
# CONFIG_VGA_BIOS is not set
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="LENOVO"
-CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/data.vbt"
+CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/data.vbt"
CONFIG_PRERAM_CBMEM_CONSOLE_SIZE=0xc00
CONFIG_CMOS_DEFAULT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.default"
CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout"
diff --git a/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_txtmode b/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_txtmode
index 64a81b14..12aeb510 100644
--- a/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_txtmode
+++ b/resources/coreboot/t440p_12mb_cbfs4mb/config/libgfxinit_txtmode
@@ -123,7 +123,7 @@ CONFIG_VARIANT_DIR="t440p"
CONFIG_OVERRIDE_DEVICETREE=""
# CONFIG_VGA_BIOS is not set
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="LENOVO"
-CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/data.vbt"
+CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/data.vbt"
CONFIG_PRERAM_CBMEM_CONSOLE_SIZE=0xc00
CONFIG_CMOS_DEFAULT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.default"
CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout"