From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 84F8D1A1E59 for ; Tue, 6 Sep 2016 18:57:03 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP; 06 Sep 2016 18:57:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,294,1470726000"; d="scan'208";a="5373647" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 06 Sep 2016 18:57:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 6 Sep 2016 18:57:02 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.109]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.166]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 09:56:44 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH 0/2] Follow PI1.4a to fix artificial limitation of PCD SkuId range Thread-Index: AQHSBRGM/ri7r6UshUeBtcbUjhkGZaBtS/vg Date: Wed, 7 Sep 2016 01:56:44 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B3E2EDB@shsmsx102.ccr.corp.intel.com> References: <1472817558-234220-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1472817558-234220-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Follow PI1.4a to fix artificial limitation of PCD SkuId range X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 01:57:03 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Star Zeng > Sent: Friday, September 02, 2016 7:59 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star > Subject: [edk2] [PATCH 0/2] Follow PI1.4a to fix artificial limitation of= PCD > SkuId range >=20 > Current BaseTools follow previous PI spec to use UINT8 for SkuId, to > follow PI1.4a, BaseTools need to be updated to fix artificial limitation > of PCD SkuId range. >=20 > BaseTools is updated to use UINT64 for SkuId, since the PCD database > structure needs to be naturally aligned, the PCD database structure > layout is adjusted to keep the natural alignment and version > is updated to 6. >=20 > The structure definition in MdeModulePkg/Include/Guid/ > PcdDataBaseSignatureGuid.h and PCD drivers are also updated to match > BaseTools. >=20 > Note: The source code and BaseTools need to be upgraded at the same time, > and if they are not upgraded at the same time, build error like below wil= l > be triggered to help user identify the problem. >=20 > "Please make sure the version of PCD PEIM Service and the generated > PCD PEI Database match." >=20 > Star Zeng (1): > MdeModulePkg PCD: Update PCD database structure definition to match > BaseTools >=20 > Yonghong Zhu (1): > BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId > range >=20 > BaseTools/Source/Python/AutoGen/GenPcdDb.py | 91 > ++++++++++++++-------- > .../Include/Guid/PcdDataBaseSignatureGuid.h | 14 ++-- > MdeModulePkg/Universal/PCD/Dxe/Pcd.c | 2 +- > MdeModulePkg/Universal/PCD/Dxe/Service.c | 2 +- > MdeModulePkg/Universal/PCD/Dxe/Service.h | 4 +- > MdeModulePkg/Universal/PCD/Pei/Pcd.c | 2 +- > MdeModulePkg/Universal/PCD/Pei/Service.c | 4 +- > MdeModulePkg/Universal/PCD/Pei/Service.h | 4 +- > 8 files changed, 73 insertions(+), 50 deletions(-) >=20 > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel