summaryrefslogtreecommitdiffstats
path: root/resources/flashrom/patch/x200s_x200t_whitelist.diff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-17 14:02:59 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-17 14:51:08 (EDT)
commit364de4be3787614d742c0a57171582a05249b2d1 (patch)
tree3f662bbccdf7eda24c748416277647c5379bc93c /resources/flashrom/patch/x200s_x200t_whitelist.diff
parent7c74e5672ecc35d401a83c0ebb5c0a71bdd598b5 (diff)
downloadlibreboot-364de4be3787614d742c0a57171582a05249b2d1.zip
libreboot-364de4be3787614d742c0a57171582a05249b2d1.tar.gz
libreboot-364de4be3787614d742c0a57171582a05249b2d1.tar.bz2
Update flashrom and rebase patches
Rebase the patch to purge unwanted flash chip definitions. Remove the X200 whitelist patch (merged upstream). Add a patch to enable X200 Tablet and X200S whitelist.
Diffstat (limited to 'resources/flashrom/patch/x200s_x200t_whitelist.diff')
-rw-r--r--resources/flashrom/patch/x200s_x200t_whitelist.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/flashrom/patch/x200s_x200t_whitelist.diff b/resources/flashrom/patch/x200s_x200t_whitelist.diff
new file mode 100644
index 0000000..5b9da6b
--- /dev/null
+++ b/resources/flashrom/patch/x200s_x200t_whitelist.diff
@@ -0,0 +1,13 @@
+Index: board_enable.c
+===================================================================
+--- board_enable.c (revision 1889)
++++ board_enable.c (working copy)
+@@ -2429,7 +2429,7 @@
+ {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, 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},