summaryrefslogtreecommitdiff
path: root/resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-12-04 23:44:46 +0000
committerLeah Rowe <leah@libreboot.org>2022-12-04 23:47:29 +0000
commit7679c8e0f0c4e7b93941d2309a742dc3fa2f3276 (patch)
tree2222b7d7c58ec39a35d3f3a8f7e66e14d29c5731 /resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch
parenta5e4416a14c923cbc3f99dad8bc9c2716380ae03 (diff)
coreboot/default: add --nuke flag to ifdtool
e.g. ./ifdtool --nuke me coreboot.rom this will be used by rom release build scripts, to scrub stuff like intel me from the rom
Diffstat (limited to 'resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch')
-rw-r--r--resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch b/resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch
new file mode 100644
index 00000000..0d85eeb2
--- /dev/null
+++ b/resources/coreboot/default/patches/0016-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch
@@ -0,0 +1,26 @@
+From 27f963913d9afc6da15043c6e8b224c9b1a727ac Mon Sep 17 00:00:00 2001
+From: Alexei Sorokin <sor.alexei@meowr.ru>
+Date: Sun, 27 Nov 2022 18:36:26 +0300
+Subject: [PATCH 16/17] lenovo/x230: fix the data.vbt path for the EDP variant
+
+---
+ src/mainboard/lenovo/x230/Kconfig | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
+index b8cae24199..d72b6f8aea 100644
+--- a/src/mainboard/lenovo/x230/Kconfig
++++ b/src/mainboard/lenovo/x230/Kconfig
+@@ -62,9 +62,6 @@ config MAINBOARD_PART_NUMBER
+ config OVERRIDE_DEVICETREE
+ default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
+
+-config INTEL_GMA_VBT_FILE
+- default "variants/x230_edp/data.vbt" if BOARD_LENOVO_X230_EDP
+-
+ config USBDEBUG_HCD_INDEX
+ int
+ default 2
+--
+2.25.1
+