diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-29 19:39:15 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-29 19:39:15 +0000 |
commit | 399dc58cc336072181425405e3ff33ddc16774dd (patch) | |
tree | 4195aaee585348d33a478e58b0495d3daa1c5a3b /projects/flashrom/patches | |
parent | ee9449d8bdac8954278d34f5a150a87083f6a4c7 (diff) | |
parent | 8de7b071b3ba190e57f0590ab09ccc558ea7aa4d (diff) | |
download | librebootfr-399dc58cc336072181425405e3ff33ddc16774dd.tar.gz librebootfr-399dc58cc336072181425405e3ff33ddc16774dd.zip |
Merge branch 'boards/w500-port' of libreboot/libreboot into master
Diffstat (limited to 'projects/flashrom/patches')
-rw-r--r-- | projects/flashrom/patches/0004-Whitelist-ThinkPad-W500.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/projects/flashrom/patches/0004-Whitelist-ThinkPad-W500.patch b/projects/flashrom/patches/0004-Whitelist-ThinkPad-W500.patch new file mode 100644 index 00000000..bb1c2bc3 --- /dev/null +++ b/projects/flashrom/patches/0004-Whitelist-ThinkPad-W500.patch @@ -0,0 +1,24 @@ +From 8c970dcf19661bc3d128a10e3ca79c24b4479186 Mon Sep 17 00:00:00 2001 +From: Gauvain Roussel-Tarbouriech <govanify@protonmail.com> +Date: Sat, 29 Apr 2017 19:01:11 +0200 +Subject: [PATCH 1/1] Whitelist ThinkPad W500 + +--- + board_enable.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/board_enable.c b/board_enable.c +index fc99615..a418e4f 100644 +--- a/board_enable.c ++++ b/board_enable.c +@@ -2430,6 +2430,7 @@ const struct board_match board_matches[] = { + {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, 0x2917, 0x17AA, 0x20F5, 0x8086, 0x2930, 0x17AA, 0x20F9, "^ThinkPad W500", NULL, NULL, P2, "IBM/Lenovo", "ThinkPad W500", 0, OK, p2_whitelist_laptop}, + {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}, +-- +2.12.2 + |