dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmidecode] [Patch v2 0/4] dmidecode: add dmi sysfs support


From: Ivan Khoronzhuk
Subject: [dmidecode] [Patch v2 0/4] dmidecode: add dmi sysfs support
Date: Wed, 25 Feb 2015 17:56:42 +0200

This series adds dmi sysfs support for dmidecode.
It's needed when access to /dev/mem is forbidden. In this case
to get needed information the dmi sysfs can be used.

To add support of dmi sysfs the newly introduced dmifs library were
used - libdmifs. Currently it's situated at
https://git.linaro.org/people/ivan.khoronzhuk/libdmifs.git
The library is needed to simplify working with DMI sysfs.

For convenience dmidecode git mirror:
https://git.linaro.org/people/ivan.khoronzhuk/dmidecode.git

v2..v1:
  dmidecode: add dmi sysfs support
        - try EFI and memory scan if an issue with dmi sysfs scan occurred.
  dmidecode: use common function to get SMBIOS version
  dmidecode: use common function to put SMBIOS in dumpfile
  dmidecode: move memory map function from dmi_decode
        - nothing was changed


Ivan Khoronzhuk (4):
  dmidecode: use common function to get SMBIOS version
  dmidecode: use common function to put SMBIOS in dumpfile
  dmidecode: move memory map function from dmi_decode
  dmidecode: add dmi sysfs support

 Makefile    |   2 +-
 dmidecode.c | 184 ++++++++++++++++++++++++++++++++++++++++--------------------
 version.h   |   2 +-
 3 files changed, 126 insertions(+), 62 deletions(-)

-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]