From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 87FD4740041 for ; Tue, 26 Mar 2024 09:12:25 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=MwCKFZB2fbVcKAxEHsKcYBJHzN2cT7UgiRfKfLu/sXc=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1711444344; v=1; b=l7yFRUK9Go80RooycHVh8qluTtX+rXlZyrskGZQf/LCwlyDft4+hlPOBvpq8Dcqh1oUnh8xd r6loz710GCRvn52IE19ScN+0X7KNb6FVJ48ghnxJO36aw/h7ezuBVzAQS/KXujDLqlXbIltHdhw 4PKUx1SAxH/wRJbWnoxwR+INOSrHUM4UFAUVevA2eXqvkhmaa3IIDdR0G0JkUcknAEdUyhp55wZ DZei0rsEKyoa7Cu+zIBWg2qyIOnVGBE91LRVKXreR1HxVYyE9Kv4mYnYyWDZvRV89Lv8W6kzd5U NDa48CNP9USOg5laS2lIILNGvUZ1hAPWon7Fl1vFVBTjg== X-Received: by 127.0.0.2 with SMTP id ReieYY7687511xtvPQmurrVn; Tue, 26 Mar 2024 02:12:24 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by mx.groups.io with SMTP id smtpd.web10.4248.1711444343497637629 for ; Tue, 26 Mar 2024 02:12:23 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,11024"; a="6670658" X-IronPort-AV: E=Sophos;i="6.07,155,1708416000"; d="scan'208";a="6670658" X-Received: from orviesa001.jf.intel.com ([10.64.159.141]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2024 02:12:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,155,1708416000"; d="scan'208";a="53360495" X-Received: from liencx-desk.gar.corp.intel.com ([10.225.34.86]) by orviesa001.jf.intel.com with ESMTP; 26 Mar 2024 02:12:21 -0700 From: "Lien, HoraceX" To: devel@edk2.groups.io Cc: HoraceX Lien , Zhichao Gao Subject: [edk2-devel] [PATCH] ShellPkg: Update smbiosview type 4 with SMBIOS 3.6 fields Date: Tue, 26 Mar 2024 17:11:14 +0800 Message-ID: <79d6922f33896db278e15ae0545b1bbc18f99680.1711444127.git.horacex.lien@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 26 Mar 2024 02:12:23 -0700 Reply-To: devel@edk2.groups.io,horacex.lien@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Qf6kFOMZXipRAOi9HX9FgpK6x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=l7yFRUK9; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: HoraceX Lien REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4737 update smbiosview type 4 related fileds. Signed-off-by: HoraceX Lien Cc: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintIn= fo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c index f96317b314..48b4488215 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c @@ -520,6 +520,10 @@ SmbiosPrintStructure ( ShellPrintEx (-1, -1, L"Thread Count 2: %u\n", Struct->Type4->Thre= adCount2);=0D }=0D =0D + if (AE_SMBIOS_VERSION (0x3, 0x6) && (Struct->Hdr->Length > 0x2E)) {= =0D + ShellPrintEx (-1, -1, L"Thead Enable: %u\n", Struct->Type4->Thread= Enabled);=0D + }=0D +=0D break;=0D =0D //=0D --=20 2.43.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117106): https://edk2.groups.io/g/devel/message/117106 Mute This Topic: https://groups.io/mt/105155005/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-