From 05d821cecb953efd2cbc2d7cb21278a33a59000b Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 29 Dec 2014 18:40:17 -0500 Subject: X200: add whitelist to flashrom A future release of flashrom will have this upstreamed. Adding to libreboot temporarily as an external patch. --- (limited to 'getflashrom') diff --git a/getflashrom b/getflashrom index 23d0562..2a20b14 100755 --- a/getflashrom +++ b/getflashrom @@ -35,8 +35,11 @@ rm -rf flashrom # download it using subversion svn co -r 1858 svn://flashrom.org/flashrom/trunk flashrom -# there are no permanent patches needed to be applied here: -# the patches are applied selectively at build time (when running "builddeps-flashrom") +# apply patches +cd flashrom/ +# Add whitelist for X200: +patch board_enable.c < ../resources/flashrom/patch/x200whitelist.diff +cd ../ echo "FINISHED DOWNLOADING FLASHROM" -- cgit v0.9.1