summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2012-09-07 08:27:46 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-09-07 08:27:46 +0000
commit4d0cde1bafad05bad62e7fa26d06fffffe6795c1 (patch)
tree3bcc81f0dbb9cb8ecf91188bcb7605cd73832ffc /print.c
parent7145a50f5315c2f2a04d31c4d93e8e1387c9948d (diff)
downloadast2050-flashrom-4d0cde1bafad05bad62e7fa26d06fffffe6795c1.zip
ast2050-flashrom-4d0cde1bafad05bad62e7fa26d06fffffe6795c1.tar.gz
Add untested board enable for ASUS P5LD2-VM
Based on http://patchwork.coreboot.org/patch/2881/ but with the right pin (i.e. 16) according to Joshua Roys. Corresponding to flashrom svn r1596. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.c b/print.c
index 582a49e..eb3edf0 100644
--- a/print.c
+++ b/print.c
@@ -710,6 +710,7 @@ const struct board_info boards_known[] = {
B("ASUS", "P5L-MX", OK, "http://www.asus.com/Motherboards/Intel_Socket_775/P5LMX/", NULL),
B("ASUS", "P5L-VM 1394", OK, "http://www.asus.com/Motherboards/Intel_Socket_775/P5LVM_1394/", NULL),
B("ASUS", "P5LD2", NT, NULL, "Untested board enable."),
+ B("ASUS", "P5LD2-VM", NT, "http://www.asus.com/Motherboards/Intel_Socket_775/P5LD2VM/", "Untested board enable."),
B("ASUS", "P5LP-LE (Lithium-UL8E)", OK, "http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00379616&tmp_task=prodinfoCategory&cc=us&dlc=en&lc=en&product=1159887", "This is an OEM board from HP."),
B("ASUS", "P5LP-LE (Epson OEM)", OK, NULL, "This is an OEM board from Epson (e.g. Endeavor MT7700)."),
B("ASUS", "P5LP-LE", NT, NULL, "This designation is used for OEM boards from HP, Epson and maybe others. The HP names vary and not all of them have been tested yet. Please report any success or failure, thanks."),
OpenPOWER on IntegriCloud