summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorkhali <khali>2015-04-27 08:23:04 +0000
committerkhali <khali>2015-04-27 08:23:04 +0000
commitc001cfff2f8ff2689c87a75623d312e331df31f7 (patch)
tree733b4faa565c3b11eb33d782d379d1b12ab34303 /CHANGELOG
parentd6c691f310b4a5f16b7e2a550ef8b0b006352c10 (diff)
downloaddmidecode-c001cfff2f8ff2689c87a75623d312e331df31f7.tar.gz
dmidecode: Add enums from the SMBIOS 3.0.0 specification
Add 28 new enumerated values from the SMBIOS 3.0.0 specification (3 chassis types, 4 processor families, 4 processor upgrades, 13 slot types and 4 memory device types.)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e207e7..7f7f2c6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@
* dmidecode.c: Add preliminary support for the new _SM3_ 64-bit
entry point defined in the SMBIOS specification version 3.0.0.
+ * dmidecode.c: Add 3 new chassis types (DMI type 3).
+ * dmidecode.c: Add 4 new processor families (DMI type 4).
+ * dmidecode.c: Add 4 new Intel socket types (DMI type 4).
+ * dmidecode.c: Add 13 new slot types (DMI type 9).
+ * dmidecode.c: Add 4 new memory device types (DMI type 17).
2015-04-21 Roy Franz <roy.franz@linaro.org>