Submitter | Stefan Tauner |
---|---|
Date | 2011-11-14 19:23:18 |
Message ID | <1321298598-13925-1-git-send-email-stefan.tauner@student.tuwien.ac.at> |
Download | mbox | patch |
Permalink | /patch/3459/ |
State | Accepted |
Commit | r1467 |
Headers | show |
Comments
Am 14.11.2011 20:23 schrieb Stefan Tauner: > The Reverse engineering was done by Joshua. The actual patch was > fabricated by Stefan. > Signed-off-by: Joshua Roys <roysjosh@gmail.com> > Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Regards, Carl-Daniel
On Mon, 14 Nov 2011 23:32:42 +0100 Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> wrote: > Am 14.11.2011 20:23 schrieb Stefan Tauner: > > The Reverse engineering was done by Joshua. The actual patch was > > fabricated by Stefan. > > Signed-off-by: Joshua Roys <roysjosh@gmail.com> > > Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> > > Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> i forgot the print.c entry because i was in a hurry. it was added before committing this in r1467. Success report: http://paste.flashrom.org/view.php?id=914
Patch
diff --git a/board_enable.c b/board_enable.c index 1173b9c..7ef3db4 100644 --- a/board_enable.c +++ b/board_enable.c @@ -2111,6 +2111,7 @@ const struct board_match board_matches[] = { {0x8086, 0x1A30, 0x1043, 0x8025, 0x8086, 0x244B, 0x104D, 0x80F0, NULL, NULL, NULL, P3, "ASUS", "P4B266-LM", 0, OK, intel_ich_gpio21_raise}, {0x8086, 0x1a30, 0x1043, 0x8070, 0x8086, 0x244b, 0x1043, 0x8028, NULL, NULL, NULL, P3, "ASUS", "P4B266", 0, OK, intel_ich_gpio22_raise}, {0x8086, 0x1A30, 0x1043, 0x8088, 0x8086, 0x24C3, 0x1043, 0x8089, NULL, NULL, NULL, P3, "ASUS", "P4B533-E", 0, NT, intel_ich_gpio22_raise}, + {0x8086, 0x2560, 0x103C, 0x2A00, 0x8086, 0x24C3, 0x103C, 0x2A01, "^Guppy", NULL, NULL, P3, "ASUS", "P4GV-LA (Guppy)", 0, OK, intel_ich_gpio21_raise}, {0x8086, 0x24D3, 0x1043, 0x80A6, 0x8086, 0x2578, 0x1043, 0x80F6, NULL, NULL, NULL, P3, "ASUS", "P4C800-E Deluxe", 0, OK, intel_ich_gpio21_raise}, {0x8086, 0x2570, 0x1043, 0x80F2, 0x8086, 0x24D5, 0x1043, 0x80F3, NULL, NULL, NULL, P3, "ASUS", "P4P800", 0, NT, intel_ich_gpio21_raise}, {0x8086, 0x2570, 0x1043, 0x80F2, 0x8086, 0x24D3, 0x1043, 0x80A6, "^P4P800-E$", NULL, NULL, P3, "ASUS", "P4P800-E Deluxe", 0, OK, intel_ich_gpio21_raise},