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 8978BD80A07 for ; Sun, 25 Feb 2024 09:06:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=gaxhEbKMFA658GlGjSFcE8Xvj+CguTSvN+UTFCUdEzI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1708851977; v=1; b=O9owlKM6qOtoVEkI8B8rXHSwaxvnpnHsUuCjwrGaFf4knNzwhr2L1g6Op6sEmwgC2FvNWy5n X1X1vNj2jo81NOR81yjvU1uIzWVnatMO7tcnSXWwCxyHHjec4OM+SSQHNJBn42H9rU7aA//6KUZ gIItQUeH8PaVh2xRutCF1BcI= X-Received: by 127.0.0.2 with SMTP id dPcDYY7687511xbSsLAJcDJt; Sun, 25 Feb 2024 01:06:17 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by mx.groups.io with SMTP id smtpd.web10.36038.1708851975443840379 for ; Sun, 25 Feb 2024 01:06:16 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10994"; a="6961268" X-IronPort-AV: E=Sophos;i="6.06,183,1705392000"; d="scan'208";a="6961268" X-Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2024 01:06:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,183,1705392000"; d="scan'208";a="6343243" X-Received: from shwdeopenlab102.ccr.corp.intel.com ([10.239.55.177]) by fmviesa010.fm.intel.com with ESMTP; 25 Feb 2024 01:06:14 -0800 From: "Jason Lou" To: devel@edk2.groups.io Cc: Jason Lou , Liming Gao , Zhichao Gao Subject: [edk2-devel] [PATCH v4 2/2] ShellPkg/SmbiosView: Support New ProcessorFamily for SMBIOS Type4 Date: Sun, 25 Feb 2024 17:06:09 +0800 Message-Id: <20240225090609.2796-2-yun.lou@intel.com> In-Reply-To: <20240225090609.2796-1-yun.lou@intel.com> References: <20240225090609.2796-1-yun.lou@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 Reply-To: devel@edk2.groups.io,yun.lou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: sHbEUloSMa7C3rRYs7oiLwJwx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=O9owlKM6; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) From: Jason Lou The patch updates SmbiosView to support new ProcessorFamily for SMBIOS Type4 based on SMBIOS 3.8.0. Signed-off-by: Jason Lou Cc: Liming Gao Cc: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 34 ++= +++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintIn= fo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c index 4f29eedc58..f96317b314 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c @@ -1,7 +1,7 @@ /** @file=0D Module for clarifying the content of the smbios structure element inform= ation.=0D =0D - Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
=0D + Copyright (c) 2005 - 2024, Intel Corporation. All rights reserved.
=0D Copyright (c) 1985 - 2022, American Megatrends International LLC.
=0D (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
=0D (C) Copyright 2015-2019 Hewlett Packard Enterprise Development LP
=0D @@ -2678,6 +2678,38 @@ DisplayProcessorFamily2 ( Print (L"MultiCoreLoongson3D\n");=0D break;=0D =0D + case 0x300:=0D + Print (L"IntelCore3\n");=0D + break;=0D +=0D + case 0x301:=0D + Print (L"IntelCore5\n");=0D + break;=0D +=0D + case 0x302:=0D + Print (L"IntelCore7\n");=0D + break;=0D +=0D + case 0x303:=0D + Print (L"IntelCore9\n");=0D + break;=0D +=0D + case 0x304:=0D + Print (L"IntelCoreUltra3\n");=0D + break;=0D +=0D + case 0x305:=0D + Print (L"IntelCoreUltra5\n");=0D + break;=0D +=0D + case 0x306:=0D + Print (L"IntelCoreUltra7\n");=0D + break;=0D +=0D + case 0x307:=0D + Print (L"IntelCoreUltra9\n");=0D + break;=0D +=0D default:=0D ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_SMBIOSVIEW_PRINTINF= O_UNDEFINED_PROC_FAMILY), gShellDebug1HiiHandle);=0D }=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115922): https://edk2.groups.io/g/devel/message/115922 Mute This Topic: https://groups.io/mt/104560571/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-