summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-03 16:15:12 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-03 16:15:12 +0000
commitb4a3d1c422f9db75259b7c331a121229d3751771 (patch)
tree30509dad0be4f0a66ccdb40363476f2650d52122
parent0bdc0929f54feda41687aa5180a17f7d9661f7ed (diff)
downloadast2050-flashrom-b4a3d1c422f9db75259b7c331a121229d3751771.zip
ast2050-flashrom-b4a3d1c422f9db75259b7c331a121229d3751771.tar.gz
Board enable for Abit IP35 Pro
This board is like the IP35. Just changed the IDs to match. Corresponding to flashrom svn r920. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Timothy Lepre <Klavious@gmail.com>
-rw-r--r--board_enable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index a479924..d28490c 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -891,6 +891,7 @@ static int intel_ich_gpio_set(int gpio, int raise)
/**
* Suited for Abit IP35: Intel P35 + ICH9R.
+ * Suited for Abit IP35 Pro: Intel P35 + ICH9R.
*/
static int intel_ich_gpio16_raise(const char *name)
{
@@ -1253,6 +1254,7 @@ struct board_pciid_enable board_pciid_enables[] = {
/* first pci-id set [4], second pci-id set [4], dmi identifier coreboot id [2], vendor name board name max_rom_... OK? flash enable */
{0x8086, 0x2926, 0x147b, 0x1084, 0x11ab, 0x4364, 0x147b, 0x1084, NULL, NULL, NULL, "Abit", "IP35", 0, OK, intel_ich_gpio16_raise},
+ {0x8086, 0x2930, 0x147b, 0x1083, 0x10ec, 0x8167, 0x147b, 0x1083, NULL, NULL, NULL, "Abit", "IP35 Pro", 0, OK, intel_ich_gpio16_raise},
{0x105a, 0x0d30, 0x105a, 0x4d33, 0x8086, 0x1130, 0x8086, 0, NULL, NULL, NULL, "Acorp", "6A815EPD", 0, OK, board_acorp_6a815epd},
{0x8086, 0x24D4, 0x1849, 0x24D0, 0x8086, 0x24D5, 0x1849, 0x9739, NULL, NULL, NULL, "ASRock", "P4i65GV", 0, OK, intel_ich_gpio23_raise},
{0x1022, 0x746B, 0, 0, 0, 0, 0, 0, NULL, "AGAMI", "ARUMA", "agami", "Aruma", 0, OK, w83627hf_gpio24_raise_2e},
OpenPOWER on IntegriCloud