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.1053.1613612675698274148 for ; Wed, 17 Feb 2021 17:44:37 -0800 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 ; Thu, 18 Feb 2021 09:44:29 +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: , References: <20210203081753.862-1-zhiguang.liu@intel.com> In-Reply-To: <20210203081753.862-1-zhiguang.liu@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1dpa2kgVjJdIEFkZCB1cGRhdGUgbm90ZXMgZm9yIGluY29tYXB0aWJsZSBwYXRjaGVzIHRoYXQgZml4IHR5cG9zIGluIFNtQmlvcy5o?= Date: Thu, 18 Feb 2021 09:44:33 +0800 Message-ID: <000101d70597$9b884a80$d298df80$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQG5jvlWBY800OhP8Cjkpv2cUzXZJqqYEIHA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao The change has been merged into edk2 wiki.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+71098+4905953+8761045@groups.io > =B4=FA=B1=ED Zhiguang Liu > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA2=D4=C23=C8=D5 16:18 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Liming Gao > =D6=F7=CC=E2: [edk2-devel] [Wiki V2] Add update notes for incomaptible p= atches that > fix typos in SmBios.h >=20 > Cc: Liming Gao > Signed-off-by: Zhiguang Liu > --- > EDK-II-Release-Planning.md | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/EDK-II-Release-Planning.md b/EDK-II-Release-Planning.md > index 336d8d2..7d75bea 100644 > --- a/EDK-II-Release-Planning.md > +++ b/EDK-II-Release-Planning.md > @@ -32,6 +32,16 @@ > * If the user has the windows bat script that calls Split in it=EF=BC= =8Cit needs to > change to "call Split" because Split will be a bat script but not an executable > file. > * Shell depends on library class OrderedCollectionLib. Platform DSC nee= ds to > configure it in [LibraryClasses] >=20 > OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLi > b/BaseOrderedCollectionRedBlackTreeLib.inf > +* Some struct fields in SmBios.h have typos and get fixed in these code > change > [0db8](https://github.com/tianocore/edk2/commit/0db89a661f38b10012ff4f > 62e1853bfc48efd462), > [bd9d](https://github.com/tianocore/edk2/commit/bd9da7b1da2639fcea8a1 > 56fa92a32bbc4209367), > [e157](https://github.com/tianocore/edk2/commit/e157c8f9ed173a390d2c9 > d29069a46e9662e0d04). Details are listed below. > +In struct ```SMBIOS_TABLE_TYPE17```: > + ```FirwareVersion =3D=3D> FirmwareVersion``` > +In struct ```SMBIOS_TABLE_TYPE4```: > + ```ProcessorManufacture =3D=3D> ProcessorManufacturer``` > +In struct ```PROCESSOR_CHARACTERISTIC_FLAGS```: > + ```Processor64BitCapble =3D=3D> Processor64BitCapable``` > + ```ProcessorEnhancedVirtulization =3D=3D> > ProcessorEnhancedVirtualization``` > + ```Processor128bitCapble =3D=3D> Processor128BitCapable``` > +Platform code that uses those fields need modifications. > * TBD >=20 > # edk2-stable202105 tag planning > -- > 2.30.0.windows.2 >=20 >=20 >=20 >=20 >=20