aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/download
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-09-18 23:42:46 +0100
committerLeah Rowe <info@minifree.org>2016-09-18 23:42:46 +0100
commita0e9268386beaa2c751a485b4e9c7cc0cfbd0597 (patch)
tree06aa084e936a731064ed88ca9c726b49ca3d8c5a /resources/scripts/helpers/download
parentad33160814926407d6f3d5deb62d1edcba552263 (diff)
downloadlibrebootfr-a0e9268386beaa2c751a485b4e9c7cc0cfbd0597.tar.gz
librebootfr-a0e9268386beaa2c751a485b4e9c7cc0cfbd0597.zip
flashrom: add whitelist for imac52
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-xresources/scripts/helpers/download/flashrom4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom
index e7a58949..8c361679 100755
--- a/resources/scripts/helpers/download/flashrom
+++ b/resources/scripts/helpers/download/flashrom
@@ -60,6 +60,10 @@ git am "../resources/flashrom/patch/0002-Add-whitelist-for-Taurinus-X200-laptop.
# for the user to run with the "-c" argument on these systems
printf "Patching flashchips.c to remove the redundant entries\n"
git am "../resources/flashrom/patch/0003-purged-chips.patch"
+
+# add whitelist for imac 5,2
+printf "Adding whitelist for Apple iMac 5,2\n"
+git am "../resources/flashrom/patch/0004-Add-board-enable-for-iMac5-2.patch"
)
printf "\n\n"