summaryrefslogtreecommitdiffstats
path: root/patches/01_board-enable-x200s-x200t-t400-t500-r400.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/01_board-enable-x200s-x200t-t400-t500-r400.patch')
-rw-r--r--patches/01_board-enable-x200s-x200t-t400-t500-r400.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/01_board-enable-x200s-x200t-t400-t500-r400.patch b/patches/01_board-enable-x200s-x200t-t400-t500-r400.patch
deleted file mode 100644
index 4692bcb..0000000
--- a/patches/01_board-enable-x200s-x200t-t400-t500-r400.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Francis Rowe <info@gluglug.org.uk>
-Date: Mon, 18 May 2015 07:00:53 +0000
-Subject: Add whitelist for ThinkPad R400, T400 and T500
-Origin: http://git.savannah.gnu.org/cgit/libreboot.git/tree/resources/flashrom/patch/x200s_x200t_t400_t500_r400_whitelist.diff?id=c5c0191
-
-diff --git a/board_enable.c b/board_enable.c
-index 31984e3..aca7523 100644
---- a/board_enable.c
-+++ b/board_enable.c
-@@ -2429,7 +2429,10 @@ const struct board_match board_matches[] = {
- {0x8086, 0x1E22, 0x17AA, 0x21F6, 0x8086, 0x1E55, 0x17AA, 0x21F6, "^ThinkPad T530", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad T530", 0, OK, p2_whitelist_laptop},
- {0x8086, 0x27a0, 0x17aa, 0x2015, 0x8086, 0x27b9, 0x17aa, 0x2009, "^ThinkPad T60", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad T60", 0, OK, p2_whitelist_laptop},
- {0x8086, 0x27a0, 0x17aa, 0x2017, 0x8086, 0x27b9, 0x17aa, 0x2009, "^ThinkPad T60", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad T60(s)", 0, OK, p2_whitelist_laptop},
-- {0x8086, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^ThinkPad X200$", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad X200", 0, OK, p2_whitelist_laptop},
-+ {0x8086, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^ThinkPad X200", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad X200", 0, OK, p2_whitelist_laptop},
-+ {0x8086, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^ThinkPad R400", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad R400", 0, OK, p2_whitelist_laptop},
-+ {0x8086, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^ThinkPad T400", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad T400", 0, OK, p2_whitelist_laptop},
-+ {0x8086, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^ThinkPad T500", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad T500", 0, OK, p2_whitelist_laptop},
- {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},