summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorkhali <khali>2015-04-21 07:29:03 +0000
committerkhali <khali>2015-04-21 07:29:03 +0000
commitfbc5e88eaa6971d7e1e14adb9c92922be5ea5fe7 (patch)
tree18e9a9bcac9ec844592a8441cff4b0877c6fa000 /CHANGELOG
parent5b0396acbcb739f6e1437baf1ba96cf73557b5d4 (diff)
downloaddmidecode-fbc5e88eaa6971d7e1e14adb9c92922be5ea5fe7.tar.gz
dmidecode: Add reading of SMBIOS tables from sysfs
Add preferential reading of the SMBIOS tables from /sys/firmware/dmi/tables. If these files are not present or not valid, the previously supported methods of locating SMBIOS tables are attempted. Messages indicating which source is used for the tables have been added. These are printed before the tables have been validated so they can go at the top of the output. This also shows what methods have been tried and failed due to invalid tables. The address of the entry point is not known when read from sysfs, so it is not printed in that case. A placeholder print is added where 64-bit entry point processing will be added. Contributed by Roy Franz.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c6830e9..1f30bcd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
* util.c, util.h: Add utility function read_file, which reads an
entire binary file into a buffer.
* dmidecode.c: Add passing of flags parameter to dmi_table.
+ * dmidecode.c: Add reading of SMBIOS tables from sysfs.
2015-04-20 Jean Delvare <jdelvare@suse.de>