summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorJoshua Roys <roysjosh@gmail.com>2011-08-11 04:21:34 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-08-11 04:21:34 +0000
commit966338825b4d28be504b0cf9a473042c58211c61 (patch)
tree7e73fef25d21a3321a4740e82e76f63cca33f7c0 /print.c
parent5e8f5f3ddd3a619e5bb286f96bf9dc2e109f3b10 (diff)
downloadflashrom-966338825b4d28be504b0cf9a473042c58211c61.zip
flashrom-966338825b4d28be504b0cf9a473042c58211c61.tar.gz
Add (untested) board enable for Asus P5LD2
There are numerous other variants of the P5LD2 which vary wildly not only in PCB layout but also in northbridges used, number of PCI, PCI-E and DIMM slots etc. This one is for the plain P5LD2 without any suffixes. This patch is essentially a rebased version of Joshua's patch, which was never tested (user did not reply). I have added additional PCI IDs and the DMI pattern and also changed the status to NT. An entry in the print.c table was also added. http://www.flashrom.org/pipermail/flashrom/2010-October/005080.html Corresponding to flashrom svn r1410. Signed-off-by: Joshua Roys <roysjosh@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 37746f6..ea9b8b0 100644
--- a/print.c
+++ b/print.c
@@ -482,6 +482,7 @@ const struct board_info boards_known[] = {
B("ASUS", "P5GDC Deluxe", 1, "http://www.asus.com/product.aspx?P_ID=AbeoopyNpI2TZixg", NULL),
B("ASUS", "P5KC", 1, "http://www.asus.com/product.aspx?P_ID=fFZ8oUIGmLpwNMjj", NULL),
B("ASUS", "P5L-MX", 1, "http://www.asus.com/product.aspx?P_ID=X70d3NCzH2DE9vWH", NULL),
+ B("ASUS", "P5LD2", 0, NULL, "Untested board enable."),
B("ASUS", "P5GD1 Pro", 1, "http://www.asus.com/product.aspx?P_ID=50M49xQh71EZOeM1", NULL),
B("ASUS", "P5N-E SLI", 0, "http://www.asus.com/product.aspx?P_ID=KyHOsOKWujC2QguJ", "Needs a board enable (http://patchwork.coreboot.org/patch/3298/)."),
B("ASUS", "P5N32-E SLI", 1, "http://www.asus.com/product.aspx?P_ID=vBZLIBtPzYB2bLcb", NULL),
OpenPOWER on IntegriCloud