From nobody Tue Apr 30 04:09:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+82445+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+82445+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1634786907; cv=none; d=zohomail.com; s=zohoarc; b=NOdfhK69dv29A5wm85za0AkCd4cVYr3w+IVZQjVypiLGdD3azAM7MV3M45A7RMlhQD+dVfWR5oTcLsLlrKWpFrSXzh0Odntz1ajJGJq0HylvWzVRA2E1G7hi7OdKsbgkkVd09t40mRq12MXV6A9BHvNoZmYMMfze9aWztdDENoo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1634786907; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=yXK6tlsnzileVEcVs030+Q8YIgFwOAvmS6u3dPPDjPU=; b=JXLQZQr5QeOpgAuwdUkkdB6KY0bYRvvQN2ohiRUDRUiiuxKv88oq8c5nZ1+gczIDq84V3Su+MWILdhuwxM2LKTURg3jj56AcZamc3qbdjUGwYCm7838h7oFYMbkfVXdnIgf0Bl7PQeAZp1GRSkU0OJRfrBu9XQ2qpSEzPbb2i4s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+82445+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1634786907698296.1170535653931; Wed, 20 Oct 2021 20:28:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id jPDWYY1788612xe8IHPnCkxq; Wed, 20 Oct 2021 20:28:27 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web09.4462.1634786906568674693 for ; Wed, 20 Oct 2021 20:28:26 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10143"; a="228882333" X-IronPort-AV: E=Sophos;i="5.87,168,1631602800"; d="scan'208";a="228882333" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2021 20:28:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,168,1631602800"; d="scan'208";a="721084610" X-Received: from shwdeopenlab103.ccr.corp.intel.com ([10.239.56.20]) by fmsmga005.fm.intel.com with ESMTP; 20 Oct 2021 20:28:23 -0700 From: "Zeng, Star" To: devel@edk2.groups.io Cc: Star Zeng , Michael D Kinney , Liming Gao , Zhiguang Liu , Ray Ni Subject: [edk2-devel] [PATCH] MdePkg Cpuid.h: Define CPUID.(EAX=7,ECX=0):EDX[30] Date: Thu, 21 Oct 2021 11:28:20 +0800 Message-Id: <20211021032820.355-1-star.zeng@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,star.zeng@intel.com X-Gm-Message-State: w5dcK45h9rsHHIDCrha4yQ7vx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1634786907; bh=lRDymwqxqGGD9nw9fFMt0Y5sQIUtfHInvNVdrq/87ak=; h=Cc:Date:From:Reply-To:Subject:To; b=nwLDg0HlW7egkeAo/Ic4aXR3Rwf6maksK9kSQdMt4sd7kNoK3ItpNACLJTdFW3ulQfT eht8vdkW3WdcTi1JVnigjP2jvDqthhRIjwfsBE8S5fc18Fm2W0thXPpckytxJwONEGPOB yQH6S0m+BE/6Th6lw87SDnIsURgWOqVi+S0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1634786908642100002 Content-Type: text/plain; charset="utf-8" This patch follows new Intel SDM to define CPUID.(EAX=3D7,ECX=3D0):EDX[30]. Signed-off-by: Star Zeng Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Ray Ni Reviewed-by: Liming Gao Reviewed-by: Ray Ni --- MdePkg/Include/Register/Intel/Cpuid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Register/Intel/Cpuid.h b/MdePkg/Include/Registe= r/Intel/Cpuid.h index 6f77e174c115..5ec85ba561ac 100644 --- a/MdePkg/Include/Register/Intel/Cpuid.h +++ b/MdePkg/Include/Register/Intel/Cpuid.h @@ -1587,9 +1587,9 @@ typedef union { /// UINT32 EnumeratesSupportForCapability:1; /// - /// [Bit 30] Reserved. + /// [Bit 30] Enumerates support for the IA32_CORE_CAPABILITIES MSR. /// - UINT32 Reserved3:1; + UINT32 EnumeratesSupportForCoreCapabilitiesMsr:1; /// /// [Bit 31] Enumerates support for Speculative Store Bypass Disable (= SSBD). /// Processors that set this bit sup-port the IA32_SPEC_CTRL MSR. They= allow --=20 2.27.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82445): https://edk2.groups.io/g/devel/message/82445 Mute This Topic: https://groups.io/mt/86482397/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-