diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-06-11 07:58:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-06-11 07:58:47 (EDT) |
commit | 06a11644caeb5f1bbbe24bfc0049772d349bafe4 (patch) | |
tree | 3b377b317b0f1a7a5764dd860dfd1d501896ee6d /resources/scripts/helpers | |
parent | 32de3d015c4c419946d405afdbeb94d96872e64a (diff) | |
download | libreboot-feature/flashrom-board-enable-taurinus-x200.zip libreboot-feature/flashrom-board-enable-taurinus-x200.tar.gz libreboot-feature/flashrom-board-enable-taurinus-x200.tar.bz2 |
flashrom: Add whitelist for Libiquity Taurinus X200feature/flashrom-board-enable-taurinus-x200
Diffstat (limited to 'resources/scripts/helpers')
-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 8006432..fd71af5 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 |