summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-03-05 13:50:09 +0000
committerLeah Rowe <leah@libreboot.org>2023-03-05 13:50:09 +0000
commit9398ad08db8b9aa05268425234d5fb686890564f (patch)
tree5cab8e38dc0713a8afeea41f0f490a3866e899b4 /resources
parentd2465e8291d9bfb26e2746ef60d45fdcc802e184 (diff)
also fix data.vbt path for lenovo/w541
using the same method as the previous patch for t440p
Diffstat (limited to 'resources')
-rw-r--r--resources/coreboot/w541_12mb/config/libgfxinit_corebootfb2
-rw-r--r--resources/coreboot/w541_12mb/config/libgfxinit_txtmode2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/coreboot/w541_12mb/config/libgfxinit_corebootfb b/resources/coreboot/w541_12mb/config/libgfxinit_corebootfb
index e2624770..ecee80ba 100644
--- a/resources/coreboot/w541_12mb/config/libgfxinit_corebootfb
+++ b/resources/coreboot/w541_12mb/config/libgfxinit_corebootfb
@@ -125,7 +125,7 @@ CONFIG_VARIANT_DIR="w541"
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/w541_12mb/config/libgfxinit_txtmode b/resources/coreboot/w541_12mb/config/libgfxinit_txtmode
index 12ab888e..360ca16c 100644
--- a/resources/coreboot/w541_12mb/config/libgfxinit_txtmode
+++ b/resources/coreboot/w541_12mb/config/libgfxinit_txtmode
@@ -123,7 +123,7 @@ CONFIG_VARIANT_DIR="w541"
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"