summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-11-21 15:59:52 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-11-21 15:59:52 +0000
commit309dd2c7c24b8656ca50be5ab0ca3dc74d9c5eda (patch)
tree40b5a4505d29b2e2f99137e2906727ce3b6d2265 /print.c
parentd1045d8b245ab231bed5419d91a6bf380678932d (diff)
downloadflashrom-309dd2c7c24b8656ca50be5ab0ca3dc74d9c5eda.tar.gz
flashrom-309dd2c7c24b8656ca50be5ab0ca3dc74d9c5eda.tar.bz2
flashrom-309dd2c7c24b8656ca50be5ab0ca3dc74d9c5eda.zip
Add board enable for ASUS P5LD2-VM DH
Tested on real hardware by TeslaBIOS. Besides the usual board_enable stuff the GPIO definitions for the ICH7 DH were also missing. Apparently Intel forgot to add the PCI IDs for the desktop version in the spec update, but the normal datasheet mentions the DH desktop version so this should be fine... Corresponding to flashrom svn r1764. 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 dc55e9be8..6001cdffe 100644
--- a/print.c
+++ b/print.c
@@ -696,6 +696,7 @@ const struct board_info boards_known[] = {
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", "P5LD2-VM DH", OK, "http://www.asus.com/Motherboards/Intel_Socket_775/P5LD2VM_DH/", NULL),
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."),