From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.5179.1617947916040237873 for ; Thu, 08 Apr 2021 22:58:36 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 09 Apr 2021 13:58:25 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Ni, Ray'" , , "'Lou, Yun'" Cc: "'Kinney, Michael D'" , "'Liu, Zhiguang'" References: <20210409020112.14954-1-yun.lou@intel.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHY0XSBNZGVQa2cvQ3B1aWQuaDogRGVmaW5lIG5ldyBlbGVtZW50IGluIENQVUlEIExlYWYoMDdoKSBkYXRhIHN0cnVjdHVyZS4=?= Date: Fri, 9 Apr 2021 13:58:33 +0800 Message-ID: <002001d72d05$5fe3ccd0$1fab6670$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJIYAzGflyizrBIt5285E7q9NQWKAC+dT6KqcNW+oA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Ni, Ray > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA4=D4=C29=C8=D5 13:02 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io; Lou, Yun > =B3=AD=CB=CD: Kinney, Michael D ; Liming = Gao > ; Liu, Zhiguang > =D6=F7=CC=E2: RE: [edk2-devel] [PATCH v4] MdePkg/Cpuid.h: Define new = element in > CPUID Leaf(07h) data structure. >=20 > Reviewed-by: Ray Ni >=20 > > -----Original Message----- > > From: devel@edk2.groups.io On Behalf Of Jason > Lou > > Sent: Friday, April 9, 2021 10:01 AM > > To: devel@edk2.groups.io > > Cc: Lou, Yun ; Kinney, Michael D > ; Liming Gao ; > > Liu, Zhiguang ; Ni, Ray > > Subject: [edk2-devel] [PATCH v4] MdePkg/Cpuid.h: Define new element = in > CPUID Leaf(07h) data structure. > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3309 > > > > Define new element(Hybird) in > CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS > > (07h) data structure. > > > > Signed-off-by: Jason Lou > > Cc: Michael D Kinney > > Cc: Liming Gao > > Cc: Zhiguang Liu > > Cc: Ray Ni > > --- > > MdePkg/Include/Register/Intel/Cpuid.h | 14 +++++++++++--- > > 1 file changed, 11 insertions(+), 3 deletions(-) > > > > diff --git a/MdePkg/Include/Register/Intel/Cpuid.h > b/MdePkg/Include/Register/Intel/Cpuid.h > > index 19af99b6af..6f77e174c1 100644 > > --- a/MdePkg/Include/Register/Intel/Cpuid.h > > +++ b/MdePkg/Include/Register/Intel/Cpuid.h > > @@ -6,7 +6,7 @@ > > If a register returned is a single 32-bit value, then a data structure is > > > > not provided for that register. > > > > > > > > - Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.
> > > > + Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.
> > > > SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > @par Specification Reference: > > > > @@ -1550,9 +1550,17 @@ typedef union { > > /// > > > > UINT32 AVX512_4FMAPS:1; > > > > /// > > > > - /// [Bit 25:4] Reserved. > > > > + /// [Bit 14:4] Reserved. > > > > /// > > > > - UINT32 Reserved2:22; > > > > + UINT32 Reserved4:11; > > > > + /// > > > > + /// [Bit 15] Hybrid. If 1, the processor is identified as a = hybrid part. > > > > + /// > > > > + UINT32 Hybrid:1; > > > > + /// > > > > + /// [Bit 25:16] Reserved. > > > > + /// > > > > + UINT32 Reserved5:10; > > > > /// > > > > /// [Bit 26] Enumerates support for indirect branch restricted > speculation > > > > /// (IBRS) and the indirect branch pre-dictor barrier (IBPB). > Processors > > > > -- > > 2.28.0.windows.1 > > > > > > > > -=3D-=3D-=3D-=3D-=3D-=3D > > Groups.io Links: You receive all messages sent to this group. > > View/Reply Online (#73891): > https://edk2.groups.io/g/devel/message/73891 > > Mute This Topic: https://groups.io/mt/81959083/1712937 > > Group Owner: devel+owner@edk2.groups.io > > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ray.ni@intel.com] > > -=3D-=3D-=3D-=3D-=3D-=3D > >