diff options
Diffstat (limited to 'resources/flashrom/patch/0004-Add-board-enable-for-iMac5-2.patch')
-rw-r--r-- | resources/flashrom/patch/0004-Add-board-enable-for-iMac5-2.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/resources/flashrom/patch/0004-Add-board-enable-for-iMac5-2.patch b/resources/flashrom/patch/0004-Add-board-enable-for-iMac5-2.patch deleted file mode 100644 index f3ff98d1..00000000 --- a/resources/flashrom/patch/0004-Add-board-enable-for-iMac5-2.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 1b0d44e2f81a7967e6a9caf07f25c029f4d06a47 Mon Sep 17 00:00:00 2001 -From: Arthur Heymans <arthur@aheymans.xyz> -Date: Sun, 18 Sep 2016 20:35:50 +0200 -Subject: [PATCH] Add board enable for iMac5,2 - -Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> - -diff --git a/board_enable.c b/board_enable.c -index 2f0c1c0..1b7b4ee 100644 ---- a/board_enable.c -+++ b/board_enable.c -@@ -2326,6 +2326,7 @@ const struct board_match board_matches[] = { - {0x8086, 0x27b9, 0xa0a0, 0x0632, 0x8086, 0x27da, 0xa0a0, 0x0632, NULL, NULL, NULL, P3, "AOpen", "i945GMx-VFX", 0, OK, intel_ich_gpio38_raise}, - {0x8086, 0x277c, 0xa0a0, 0x060b, 0x8086, 0x27da, 0xa0a0, 0x060b, NULL, NULL, NULL, P3, "AOpen", "i975Xa-YDG", 0, OK, board_aopen_i975xa_ydg}, - {0x8086, 0x27A0, 0x8086, 0x7270, 0x8086, 0x27B9, 0x8086, 0x7270, "^MacBook2,1$", NULL, NULL, P2, "Apple", "MacBook2,1", 0, OK, p2_whitelist_laptop}, -+ {0x8086, 0x27A0, 0x8086, 0x7270, 0x8086, 0x27B9, 0x8086, 0x7270, "^iMac5,2$", NULL, NULL, P2, "Apple", "iMac5,2", 0, OK, p2_whitelist_laptop}, - {0x8086, 0x27b8, 0x1849, 0x27b8, 0x8086, 0x27da, 0x1849, 0x27da, "^ConRoeXFire-eSATA2", NULL, NULL, P3, "ASRock", "ConRoeXFire-eSATA2", 0, OK, intel_ich_gpio16_raise}, - {0x1022, 0x1536, 0x1849, 0x1536, 0x1022, 0x780e, 0x1849, 0x780e, "^Kabini CRB$", NULL, NULL, P2, "ASRock", "IMB-A180(-H)", 0, OK, p2_not_a_laptop}, - {0x1039, 0x0741, 0x1849, 0x0741, 0x1039, 0x5513, 0x1849, 0x5513, "^K7S41 $", NULL, NULL, P3, "ASRock", "K7S41", 0, OK, w836xx_memw_enable_2e}, --- -2.9.3 - |