From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web08.6523.1612340288504890259 for ; Wed, 03 Feb 2021 00:18:08 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: zhiguang.liu@intel.com) IronPort-SDR: CnhdoZC4DXBNH6p5sMNMbrUC+UZP6hJpvcTabkS5PiAT7gE+mC0k5G/d3crkyelEBG/RuNk008 cGRVRsqRekhA== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="168684157" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="168684157" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2021 00:18:02 -0800 IronPort-SDR: VB06Dd4vXMapKTl8IaXBOf2cL5bpXbQ3DgW1+E2FBG+V9+csEsP4Mt491RNjPlL5nsEncIpTvu hZUmr6luQXwA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="433296851" Received: from fieedk002.ccr.corp.intel.com ([10.239.158.144]) by orsmga001.jf.intel.com with ESMTP; 03 Feb 2021 00:18:01 -0800 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Liming Gao Subject: [Wiki V2] Add update notes for incomaptible patches that fix typos in SmBios.h Date: Wed, 3 Feb 2021 16:17:53 +0800 Message-Id: <20210203081753.862-1-zhiguang.liu@intel.com> X-Mailer: git-send-email 2.30.0.windows.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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,it 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/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf +* Some struct fields in SmBios.h have typos and get fixed in these code change [0db8](https://github.com/tianocore/edk2/commit/0db89a661f38b10012ff4f62e1853bfc48efd462), [bd9d](https://github.com/tianocore/edk2/commit/bd9da7b1da2639fcea8a156fa92a32bbc4209367), [e157](https://github.com/tianocore/edk2/commit/e157c8f9ed173a390d2c9d29069a46e9662e0d04). 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