From nobody Sun May 19 17:57:53 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+98632+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+98632+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1673927583; cv=none; d=zohomail.com; s=zohoarc; b=UIyljr/f8NndiX9TTVflNB86g9S7ZINE9mYH92oY6IBHGqLcKinhu3belwx23o+HtvcPZKqXcrjcIgrJCh1VRMrWvGBQ79wsmiVJHiwt1/Cc7HTAjBqJHlRcWAjwJHUWKO4Ygd4agq45SWGC5nbMlu/uHcY2tUMuTMsF6nq+Bjo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1673927583; 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=ZpaSZLmakduOphzGmOiBgv4DEVGkcxm/rtnYitug9ho=; b=m5Vj5wFSJhHPt7ownQTK3KR7cJTSvdT0Ljwd25qwwGGAQ9y84B2LKHhHRTvl32Ngo/h/Vui6RGqb4NCae4PvxfIVUqNLftHhZKmVuGOsNCe17vD4I2gSfFIo5AdnHEYA2avmrsTbjH4X3vjJG9CTPCvIgLLgU2LhmFhanfhT6sA= 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+98632+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 1673927583162831.7180891817746; Mon, 16 Jan 2023 19:53:03 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0QIsYY1788612xFxuOLajaPh; Mon, 16 Jan 2023 19:53:02 -0800 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.189008.1673927582025571607 for ; Mon, 16 Jan 2023 19:53:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10592"; a="312466555" X-IronPort-AV: E=Sophos;i="5.97,222,1669104000"; d="scan'208";a="312466555" X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jan 2023 19:53:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10592"; a="722501572" X-IronPort-AV: E=Sophos;i="5.97,222,1669104000"; d="scan'208";a="722501572" X-Received: from william4-desk.gar.corp.intel.com ([10.5.215.176]) by fmsmga008.fm.intel.com with ESMTP; 16 Jan 2023 19:52:59 -0800 From: william2.wang@intel.com To: devel@edk2.groups.io Cc: William2 Wang , Michael D Kinney , Liming Gao , Ray Ni , Donald Kuo , Chandana C Kumar Subject: [edk2-devel] [PATCH v5] Update CPUID Leaf 06H to follow latest SDM. Date: Tue, 17 Jan 2023 11:52:55 +0800 Message-Id: <20230117035255.1163-1-william2.wang@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,william2.wang@intel.com X-Gm-Message-State: GWLMTYjc06sh6wbPj1MOPLnQx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1673927582; bh=XVpfb8VNixdfhngtiak8tpI9vdvdelN9eBiSBGNnaDU=; h=Cc:Date:From:Reply-To:Subject:To; b=dqnCKoz6n23TWADo95T0hFFsLCSdkYpbl2Rf5/57FgM+cOvPz4qHJ9nUSMpkKat8erU wyKeJ01RauslHL1Q9I2nZE0Yzc1mExC+tBaPgKskZVsutmM0+lGGH9RyNoLbvJleXUA6g WukBEkqXv1wPQS/OX0F9jBOzP0C0t5+BtDU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1673927585176100001 Content-Type: text/plain; charset="utf-8" From: William2 Wang REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4262 Update CPUID Leaf 06H to follow latest SDM. Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Cc: Donald Kuo Cc: Chandana C Kumar --- MdePkg/Include/Register/Intel/Cpuid.h | 59 +++++++++++++++++++- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Register/Intel/Cpuid.h b/MdePkg/Include/Registe= r/Intel/Cpuid.h index 350bf60252..44ceb85803 100644 --- a/MdePkg/Include/Register/Intel/Cpuid.h +++ b/MdePkg/Include/Register/Intel/Cpuid.h @@ -1195,12 +1195,24 @@ typedef union { /// [Bit 18] Fast access mode for the IA32_HWP_REQUEST MSR is supporte= d if set. /// UINT32 FastAccessMode : 1; - UINT32 Reserved4 : 1; + /// + /// [Bit 19] IA32_HW_FEEDBACK_PTR MSR, IA32_HW_FEEDBACK_CONFIG MSR, + /// IA32_PACKAGE_THERM_STATUS MSR bit 26, and IA32_PACKAGE_THERM_INTER= RUPT MSR bit 25 are supported if set. + UINT32 HW_FEEDBACK : 1; /// /// [Bit 20] Ignoring Idle Logical Processor HWP request is supported = if set. /// UINT32 IgnoringIdleLogicalProcessorHWPRequest : 1; - UINT32 Reserved5 : 11; + UINT32 Reserved6 : 2; + /// + /// [Bit 23] Intel Thread Director supported if set. IA32_HW_FEEDBACK_= CHAR and + /// IA32_HW_FEEDBACK_THREAD_CONFIG MSRs are supported if set. + UINT32 ThreadDirector : 1; + /// + /// [Bit 24] IA32_THERM_INTERRUPT MSR bit 25 is supported if set. + /// + UINT32 IA32_THERM_INTERRUPT : 1; + UINT32 Reserved7 : 7; } Bits; /// /// All bit fields as a 32-bit value @@ -1252,7 +1264,13 @@ typedef union { /// (1B0H). /// UINT32 PerformanceEnergyBias : 1; - UINT32 Reserved2 : 28; + UINT32 Reserved2 : 4; + /// + /// {Bit 15:8] Number of Intel Thread Director classes supported by th= e processor. Information for that + /// many classes is written into the Intel Thread Director Table by th= e hardware. + /// + UINT32 ThreadDirectorClasses : 8; + UINT32 Reserved3 : 16; } Bits; /// /// All bit fields as a 32-bit value @@ -1260,6 +1278,41 @@ typedef union { UINT32 Uint32; } CPUID_THERMAL_POWER_MANAGEMENT_ECX; =20 +/** + CPUID Thermal and Power Management Information returned in EDX for CPUID= leaf + #CPUID_THERMAL_POWER_MANAGEMENT. +**/ +typedef union { + /// + /// Individual bit fields + /// + struct { + /// + /// {Bits 7:0] Bitmap of supported hardware feedback interface capabil= ities. + /// 0 =3D When set to 1, indicates support for performance capabilit= y reporting. + /// 1 =3D When set to 1, indicates support for energy efficiency cap= ability reporting. + /// 2-7 =3D Reserved + /// + UINT32 InterfaceCapability : 8; + /// + /// {Bits 11:8] Enumerates the size of the hardware feedback interface= structure in number of 4 KB pages; + /// add one to the return value to get the result. + /// + UINT32 InterfaceStructureSize : 4; + UINT32 Reserved : 4; + /// + /// {Bits 31:16] : Index (starting at 0) of this logical processor's r= ow in the hardware feedback interface structure. + /// Note that on some parts the index may be same for multiple logical= processors. On some parts the + /// indices may not be contiguous, i.e., there may be unused rows in t= he hardware feedback interface structure. + /// + UINT32 LogicalProcessorRowIndex : 16; + } Bits; + /// + /// All bit fields as a 32-bit value + /// + UINT32 Uint32; +} CPUID_THERMAL_POWER_MANAGEMENT_EDX; + /** CPUID Structured Extended Feature Flags Enumeration =20 --=20 2.34.1.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 (#98632): https://edk2.groups.io/g/devel/message/98632 Mute This Topic: https://groups.io/mt/96324028/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-