summaryrefslogtreecommitdiff
path: root/dmi.c
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-02-17 20:03:37 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-02-17 20:03:37 +0000
commit5b2f35cc872eca9b361204722c650a68b36809d0 (patch)
tree2efd9c1c9e14f8330e6c28c776b4c977176b6dd3 /dmi.c
parenta71d2e1c8936871300bc190c27dcfa0b761a7ade (diff)
downloadflashrom-5b2f35cc872eca9b361204722c650a68b36809d0.tar.gz
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) Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1502 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'dmi.c')
-rw-r--r--dmi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmi.c b/dmi.c
index 5f64b94..2c2551d 100644
--- a/dmi.c
+++ b/dmi.c
@@ -71,7 +71,8 @@ static const struct {
} 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"},