dmidecode-devel
[Top][All Lists]
Advanced

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

[dmidecode] [PATCH v3 0/4] dmidecode: Decode HPE OEM Records 203 and 240


From: Jerry Hoemann
Subject: [dmidecode] [PATCH v3 0/4] dmidecode: Decode HPE OEM Records 203 and 240.
Date: Wed, 13 Jan 2021 10:48:22 -0700

Decode the following OEM records:

HP Firmware Inventory Record (Type OEM Record 240)
HP Device Correlation Record (Type OEM Record 203)

----------------------------------------
Update for version 2 of patches

Added new patch to make dmi_print_memory_size() a global function.

Rewrote decoding of record 240 and 203 based up code review.

Added new patch to check minimal length of record when decoing HPE OEM 236.


----------------------------------------
Update for version 3 of patches

patch 0001: dmidecode: Make dmi_print_memory_size global.
        No Change

patch 0002: dmioem: Decode HPE OEM Record 240
        Updated with code review comments
        Corrected length check.
        Removed inadvertant change to OEM Record 236.
        Removed unnecessary %s from pr_attr.

patch 0003: dmioem: Decode HPE OEM Record 203
        Updated with code review comments
        Simplified dmi_hp_203_pciinfo, dmi_hp_203_bayenc, dmi_hp_203_bayenc
        dmi_hp_203_bayenc decimal output.
        Fixed bug in decode of "Associated SMBus Record"
        Removed unnecessary %s from pr_attr.
        Fixed length check of 0x22 as not all fields on some systems were being 
displayed.
        Capitialization of hex numbers.

patch 0004: dmioem: Fix HPE OEM 236
        No Change.




Jerry Hoemann (4):
  dmidecode: Make dmi_print_memory_size global.
  dmioem: Decode HPE OEM Record 240
  dmioem: Decode HPE OEM Record 203
  dmioem: Fix HPE OEM 236

 dmidecode.c |   2 +-
 dmidecode.h |   1 +
 dmioem.c    | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 236 insertions(+), 1 deletion(-)

-- 
2.26.2




reply via email to

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