ACK: [PATCH 1/4] dmicheck: update Processor Upgrade field in Type 4
ivanhu
ivan.hu at canonical.com
Tue Jul 3 09:26:58 UTC 2018
On 06/30/2018 08:55 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/dmi/dmicheck/dmicheck.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
> index 3cca9db..c75eebf 100644
> --- a/src/dmi/dmicheck/dmicheck.c
> +++ b/src/dmi/dmicheck/dmicheck.c
> @@ -1240,7 +1240,7 @@ static void dmicheck_entry(fwts_framework *fw,
> dmi_min_max_uint8_check(fw, table, addr, "Processor Type", hdr, 0x5, 0x1, 0x6);
> dmi_str_check(fw, table, addr, "Processor Manufacturer", hdr, 0x7);
> dmi_str_check(fw, table, addr, "Processor Version", hdr, 0x10);
> - dmi_min_max_uint8_check(fw, table, addr, "Upgrade", hdr, 0x19, 0x1, 0x38);
> + dmi_min_max_uint8_check(fw, table, addr, "Upgrade", hdr, 0x19, 0x1, 0x3c);
> if (hdr->length < 0x23)
> break;
> dmi_str_check(fw, table, addr, "Serial Number", hdr, 0x20);
Acked-by: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180703/dc9c1c90/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180703/dc9c1c90/attachment-0001.sig>
More information about the fwts-devel
mailing list