Out of range value 0x3d of Type 4 Offset 0x19 and out of range value 0x26 of Type 9 Offset 0x05

Alex Hung alex.hung at canonical.com
Mon Nov 30 08:27:35 UTC 2020


Hi Bryan,

FWTS also checks for the SMBIOS version (= 3.3 currently) like below. In
theory FWTS will skip the dmicheck test. Did you also upgrade your SMBIOS
version to 3.4?


if (version > DMI_VERSION) {
fwts_skipped(fw,
"SMBIOS version %" PRIu16 ".%" PRIu16
" is not supported by the dmicheck "
"test. This test only supports SMBIOS version "
"%" PRIu16 ".%" PRIu16 " and lower.",
VERSION_MAJOR(version), VERSION_MINOR(version),
VERSION_MAJOR(DMI_VERSION), VERSION_MINOR(DMI_VERSION));
return FWTS_ERROR;
}

On Mon, Nov 30, 2020 at 1:11 AM Huang, Bryan <bryanhuang at hpe.com> wrote:

> Hi Alex,
>
>
>
> Thanks for your help.
>
>
>
> Best regards,
>
> Bryan
>
> *From:* Alex Hung [mailto:alex.hung at canonical.com]
> *Sent:* Monday, November 30, 2020 4:09 PM
> *To:* Huang, Bryan <bryanhuang at hpe.com>
> *Cc:* fwts-devel at lists.ubuntu.com; Kuan, Bob <bob.kuan at hpe.com>; Lin,
> Kevin (ISS ROMQA) <kevin.lin at hpe.com>; Chuang, Brian (HPE DVT UEFI) <
> brian.chuang2 at hpe.com>
> *Subject:* Re: Out of range value 0x3d of Type 4 Offset 0x19 and out of
> range value 0x26 of Type 9 Offset 0x05
>
>
>
> Hi Bryan,
>
>
>
> Thanks for keeping us posted. I will add SMBIOS 3.4 support to fwts.
>
>
>
> On Mon, Nov 30, 2020 at 1:01 AM Huang, Bryan <bryanhuang at hpe.com> wrote:
>
> Hi Alex and FWTS members,
>
>
>
> Here is TPE HPE Bryan Huang.
>
> We encountered the following FWTS issue and we tried to track the FAILED
> item by SMBIOS SPEC.
>
> It seems that SMBIOS type 4 offset 0x19 and SMBIOS Type 9 offset 0x05 are
> not out of range.
>
> Would you please help us to confirm it?
>
>
>
> FAILED Item (Please refer to the attachment)
>
> FAILED Out of range value 0x3d (range allowed 0x01..0x3c) while accessing
> entry 'Processor Information (Type 4)' @ 0x533e520e, field 'Upgrade',
> offset 0x19
>
> FAILED Out of range value 0x26 while accessing entry 'System Slot
> Information (Type 9)' @ 0x533e5d04, field 'Slot Type', offset 0x05
>
>
>
> SMBIOS SPEC:
> https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.4.0.pdf
>
>
>
> Processor Information (Type 4) offset 0x19
>
>
>
>
>
> Please refer to the SMBIOS SPEC above.
>
>
>
> System Slot Information (Type 9) offset 0x05
>
>
>
>
>
> Please refer to the SMBIOS SPEC above.
>
>
>
>
>
> Thanks.
>
> Best regards,
>
> Bryan
>
>
>
> --
>
> Cheers,
> Alex Hung
>


-- 
Cheers,
Alex Hung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 9997 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0007.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 9736 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0008.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 6104 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0009.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 4836 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0010.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.jpg
Type: image/jpeg
Size: 9790 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0011.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image006.jpg
Type: image/jpeg
Size: 9403 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0012.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.jpg
Type: image/jpeg
Size: 10416 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20201130/af32764d/attachment-0013.jpg>


More information about the fwts-devel mailing list