diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-06-11 07:58:47 -0400 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-26 16:47:50 +0100 |
commit | 3dc63663309d121a98ebe412a5ac74dbf319d6bd (patch) | |
tree | 7e4adbf2c591faeb1f8f198251349f6ba1fab05b /resources/scripts/helpers/download/flashrom | |
parent | 39b90f02ab13dc04314fa0888c57df78c1ec3ca0 (diff) | |
download | librebootfr-3dc63663309d121a98ebe412a5ac74dbf319d6bd.tar.gz librebootfr-3dc63663309d121a98ebe412a5ac74dbf319d6bd.zip |
flashrom: Add whitelist for Libiquity Taurinus X200
Diffstat (limited to 'resources/scripts/helpers/download/flashrom')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 80064328..fd71af51 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -46,6 +46,9 @@ cd "flashrom/" printf "Enabling whitelist for X200S, X200 Tablet, T400, T500 and R400\n" patch "board_enable.c" < "../resources/flashrom/patch/x200s_x200t_t400_t500_r400_whitelist.diff" +printf "Enabling whitelist for Libiquity Taurinus X200\n" +patch "board_enable.c" < "../resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch" + # Remove redundant definitions for the flash chips that # supported libreboot machines use. This removes the need # for the user to run with the "-c" argument on these machines |