summaryrefslogtreecommitdiffstats
path: root/resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-11 01:52:41 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-11 01:52:41 (EST)
commitb8ef9d9b120526ea7156b7d5f7cf1ef9494eb729 (patch)
tree939d208e8e101d4ab400010b4350292142eca225 /resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch
parentde41363b4bb5416fc2ab2abc9bfd5d52df63457b (diff)
downloadlibreboot-b8ef9d9b120526ea7156b7d5f7cf1ef9494eb729.zip
libreboot-b8ef9d9b120526ea7156b7d5f7cf1ef9494eb729.tar.gz
libreboot-b8ef9d9b120526ea7156b7d5f7cf1ef9494eb729.tar.bz2
Update flashrom to revision 99b2468c9eaa97f7209ee919aa254ba536fd84c2
Diffstat (limited to 'resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch')
-rw-r--r--resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch b/resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch
deleted file mode 100644
index 3037b7a..0000000
--- a/resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d4179b662170543bf78e09431e3b880222d324dd Mon Sep 17 00:00:00 2001
-From: "Patrick \"P. J.\" McDermott" <pj@pehjota.net>
-Date: Thu, 11 Jun 2015 07:00:08 -0400
-Subject: [PATCH] Add board enable for Libiquity Taurinus X200
-
-Signed-off-by: Patrick "P. J." McDermott <pj@pehjota.net>
----
- board_enable.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/board_enable.c b/board_enable.c
-index 31984e3..640d392 100644
---- a/board_enable.c
-+++ b/board_enable.c
-@@ -2433,6 +2433,7 @@ const struct board_match board_matches[] = {
- {0x8086, 0x3B07, 0x17AA, 0x2166, 0x8086, 0x3B30, 0x17AA, 0x2167, "^Lenovo X201", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad X201", 0, OK, p2_whitelist_laptop},
- {0x8086, 0x1E22, 0x17AA, 0x21FA, 0x8086, 0x1E55, 0x17AA, 0x21FA, "^ThinkPad X230", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad X230", 0, OK, p2_whitelist_laptop},
- {0x8086, 0x27A0, 0x17AA, 0x2017, 0x8086, 0x27B9, 0x17AA, 0x2009, "^ThinkPad X60", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad X60(s)", 0, OK, p2_whitelist_laptop},
-+ {0x8086, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^Taurinus X200", "Libiquity", "Taurinus X200", P2, "Libiquity", "ThinkPad X200", 0, OK, p2_whitelist_laptop},
- {0x8086, 0x2411, 0x8086, 0x2411, 0x8086, 0x7125, 0x0e11, 0xb165, NULL, NULL, NULL, P3, "Mitac", "6513WU", 0, OK, board_mitac_6513wu},
- {0x8086, 0x8186, 0x8086, 0x8186, 0x8086, 0x8800, 0, 0, "^MSC Vertriebs GmbH$", NULL, NULL, P2, "MSC", "Q7-TCTC", 0, OK, p2_not_a_laptop},
- {0x8086, 0x7190, 0, 0, 0x8086, 0x7110, 0, 0, "^MS-6163 (i440BX)$", NULL, NULL, P3, "MSI", "MS-6163 (MS-6163 Pro)", 0, OK, intel_piix4_gpo14_raise},
---
-2.1.4
-