[PATCH v2 1/1] dmioem: Update Format in HPE OEM 216

2023-06-06 Thread Jerry Hoemann
Correct mask in HPE OEM 216 type 1. Should be byte, not nibble. Only display internal version number when bit is set to indicate it is valid. Fixes: 9d2bbd5db427 ("dmioem: Decode HPE OEM Record 216") Signed-off-by: Jerry Hoemann --- dmioem.c | 6 -- 1 file changed, 4 insertions(+), 2 dele

[PATCH v2 0/1] dmioem: Update Format in HPE OEM 216

2023-06-06 Thread Jerry Hoemann
dmi_hp_216_version: case 1, specified the masks incorrectly. This record has two 7-bit numbers indicating version of the CPLD firmware. The code specified the mask as nibble, not byte. This record encodes the base version of the firmware plus an potential "internal release" version off that base

Re: [PATCH 1/1] dmioem: Update Format in HPE OEM 216

2023-06-06 Thread Jean Delvare
Hi Jerry, On Mon, 2023-06-05 at 15:45 -0600, Jerry Hoemann wrote: > Correct mask in HPE OEM 216 type 1.  Should be byte, not nibble. > > Only display internal version number when bit is set to indicate it is > valid. > > Signed-off-by: Jerry Hoemann > --- >  dmioem.c | 6 -- >  1 file change