Reviewed-by: Liming Gao The change has been merged into edk2 wiki. Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+71098+4905953+8761045@groups.io > 代表 Zhiguang Liu > 发送时间: 2021年2月3日 16:18 > 收件人: devel@edk2.groups.io > 抄送: Liming Gao > 主题: [edk2-devel] [Wiki V2] Add update notes for incomaptible patches that > fix typos in SmBios.h > > Cc: Liming Gao > Signed-off-by: Zhiguang Liu > --- > EDK-II-Release-Planning.md | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > 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锛宨t 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 needs to > configure it in [LibraryClasses] > > 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 ==> FirmwareVersion``` > +In struct ```SMBIOS_TABLE_TYPE4```: > + ```ProcessorManufacture ==> ProcessorManufacturer``` > +In struct ```PROCESSOR_CHARACTERISTIC_FLAGS```: > + ```Processor64BitCapble ==> Processor64BitCapable``` > + ```ProcessorEnhancedVirtulization ==> > ProcessorEnhancedVirtualization``` > + ```Processor128bitCapble ==> Processor128BitCapable``` > +Platform code that uses those fields need modifications. > * TBD > > # edk2-stable202105 tag planning > -- > 2.30.0.windows.2 > > > > >