dmidecode-devel
[Top][All Lists]
Advanced

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

[dmidecode] [PATCH v2 0/1] dmidecode: Extensions to Memory Device (Type


From: Jerry Hoemann
Subject: [dmidecode] [PATCH v2 0/1] dmidecode: Extensions to Memory Device (Type 17)
Date: Mon, 18 Jun 2018 16:23:01 -0600


Changes in v2
Addressed the following review comments
1. Name of variable in dmi_memory_techology()
2. Comment values in hex to match code
3. Consistency in range check code >= 0x01.
4. Typo on capibility
5. Name of variable in dmi_memory_operating_mode_capability()
6. Collapse to single function to print product id.
7. Use dmi_print_memory_size in dmi_memory_size.
8. Print "None" when size is 0 in dmi_memory_size.
9. Removed extra blank line.
10. Upercase 0x4c
11. Range check on 0x54.
12. First block upto 0x34 length single range check, then each
    additioinal field is range checked.

v1
dmidecode: Extensions to Memory Device (Type 17)

The DSP0134 v3.2.0 extended the Memory Device (Type 17) structure
starting at offset 28h continuing to 4Ch to reflect persistent memory.


Jerry Hoemann (1):
  dmidecode: Extensions to Memory Device (Type 17)

 dmidecode.c | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 110 insertions(+)

-- 
2.13.6




reply via email to

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