Add a bunch of new/tested stuff and various small changes 11
Tested Mainboards:
NOT OK:
- HP dc7800
http://paste.flashrom.org/view.php?id=1084
- add "Low Profile Desktop" to our DMI whitelist
- fix print_wiki (broken since r1488)
Corresponding to flashrom svn r1502.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
diff --git a/dmi.c b/dmi.c
index 5f64b94..2c2551d 100644
--- a/dmi.c
+++ b/dmi.c
@@ -71,7 +71,8 @@
} dmi_chassis_types[] = {
{0x01, 2, "Other"},
{0x02, 2, "Unknown"},
- {0x03, 0, "Desktop",},
+ {0x03, 0, "Desktop"},
+ {0x04, 0, "Low Profile Desktop"},
{0x06, 0, "Mini Tower"},
{0x07, 0, "Tower"},
{0x08, 1, "Portable"},