summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2011-08-25 14:06:50 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-08-25 14:06:50 +0000
commit14ab8d456a994ec3d84aaa43cc5e20a580aac0c0 (patch)
treef19961c7d45651ceb4d9560b742b5b45eff62610 /board_enable.c
parent44ffd58aa375d0293dea7aefef8511c0b4c814d0 (diff)
downloadast2050-flashrom-14ab8d456a994ec3d84aaa43cc5e20a580aac0c0.zip
ast2050-flashrom-14ab8d456a994ec3d84aaa43cc5e20a580aac0c0.tar.gz
Add board enable for ASUS P5LP-LE
Based on the REing of Michael Karcher and a good guess of Idwer Vollering. Corresponding to flashrom svn r1419. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Tested-by: Leon Zhang <leoncamel at gmail.com> http://www.coreboot.org/pipermail/flashrom/2010-August/004500.html Tested-by: medhi <nefkongo@hotmail.com> http://paste.flashrom.org/view.php?id=779 Acked-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index b362b54..72f4cfe 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1517,6 +1517,9 @@ static int intel_ich_gpio22_raise(void)
/*
* Suited for:
* - ASUS A8Jm (laptop): Intel 945 + ICH7
+ * - ASUS P5LP-LE used in ...
+ * - HP Media Center m7270.fr Desktop PC as "Lithium-UL8E"
+ * - Epson Endeavor MT7700
*/
static int intel_ich_gpio34_raise(void)
{
@@ -2024,6 +2027,8 @@ const struct board_pciid_enable board_pciid_enables[] = {
{0x8086, 0x266a, 0x1043, 0x80a6, 0x8086, 0x2668, 0x1043, 0x814e, NULL, NULL, NULL, P3, "ASUS", "P5GD1 Pro", 0, OK, intel_ich_gpio21_raise},
{0x8086, 0x266a, 0x1043, 0x80a6, 0x8086, 0x2668, 0x1043, 0x813d, "^P5GD2-Premium$", NULL, NULL, P3, "ASUS", "P5GD2 Premium", 0, OK, intel_ich_gpio21_raise},
{0x8086, 0x266a, 0x1043, 0x80a6, 0x8086, 0x2668, 0x1043, 0x813d, NULL, NULL, NULL, P3, "ASUS", "P5GDC Deluxe", 0, OK, intel_ich_gpio21_raise},
+ {0x8086, 0x27b8, 0x103c, 0x2a22, 0x8086, 0x2770, 0x103c, 0x2a22, "^LITHIUM$", NULL, NULL, P3, "ASUS", "P5LP-LE (Lithium-UL8E)",0, OK, intel_ich_gpio34_raise},
+ {0x8086, 0x27b8, 0x1043, 0x2a22, 0x8086, 0x2770, 0x1043, 0x2a22, "^P5LP-LE$", NULL, NULL, P3, "ASUS", "P5LP-LE (Epson OEM)", 0, OK, intel_ich_gpio34_raise},
{0x8086, 0x27da, 0x1043, 0x8179, 0x8086, 0x27b8, 0x1043, 0x8179, "^P5LD2$", NULL, NULL, P3, "ASUS", "P5LD2", 0, NT, intel_ich_gpio16_raise},
{0x10DE, 0x0030, 0x1043, 0x818a, 0x8086, 0x100E, 0x1043, 0x80EE, NULL, NULL, NULL, P3, "ASUS", "P5ND2-SLI Deluxe", 0, OK, nvidia_mcp_gpio10_raise},
{0x8086, 0x24dd, 0x1043, 0x80a6, 0x8086, 0x2570, 0x1043, 0x8157, NULL, NULL, NULL, P3, "ASUS", "P5PE-VM", 0, OK, intel_ich_gpio21_raise},
OpenPOWER on IntegriCloud