From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 71144224CCC3B for ; Tue, 13 Mar 2018 05:46:41 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2018 05:53:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,464,1515484800"; d="scan'208";a="182266490" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 13 Mar 2018 05:53:02 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 13 Mar 2018 05:52:53 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 13 Mar 2018 05:52:52 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.80]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.108]) with mapi id 14.03.0319.002; Tue, 13 Mar 2018 20:52:50 +0800 From: "Zeng, Star" To: Ard Biesheuvel CC: "edk2-devel@lists.01.org" , Thomas Lamprecht , "Gao, Liming" , "Zeng, Star" Thread-Topic: [edk2] [PATCH] MdeModulePkg PCD: Remove PCD_TYPE_SKU_ENABLED in PCD_TYPE_ALL_SET Thread-Index: AQHTuqpTSDFe4grMQka7fMWTVROxo6PNlfcAgACIybA= Date: Tue, 13 Mar 2018 12:52:49 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103BA63F1E@shsmsx102.ccr.corp.intel.com> References: <1520931840-99248-1-git-send-email-star.zeng@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] MdeModulePkg PCD: Remove PCD_TYPE_SKU_ENABLED in PCD_TYPE_ALL_SET X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 12:46:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Not wait more time any more as it is an urgent build failure. Pushed at d154a4dfaec4bf25acaca643e9ac15a3bc8d7a12. Thanks all. Star -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ard = Biesheuvel Sent: Tuesday, March 13, 2018 8:42 PM To: Zeng, Star Cc: edk2-devel@lists.01.org; Thomas Lamprecht ; Ga= o, Liming Subject: Re: [edk2] [PATCH] MdeModulePkg PCD: Remove PCD_TYPE_SKU_ENABLED i= n PCD_TYPE_ALL_SET On 13 March 2018 at 09:04, Star Zeng wrote: > Remove PCD_TYPE_SKU_ENABLED in PCD_TYPE_ALL_SET. > This change was missing at e8d2a9805286a2fd4f613697cf0cccb4a1ebc90d. > > Cc: Liming Gao > Cc: Thomas Lamprecht > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng Acked-by: Ard Biesheuvel Please apply > --- > MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h b/MdeMo= dulePkg/Include/Guid/PcdDataBaseSignatureGuid.h > index 5767ac82da21..c30a3ac7200f 100644 > --- a/MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h > +++ b/MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h > @@ -32,7 +32,7 @@ typedef UINT64 SKU_ID; > #define PCD_TYPE_VPD (0x4U << PCD_TYPE_SHIFT) > #define PCD_TYPE_STRING (0x1U << PCD_TYPE_SHIFT) > > -#define PCD_TYPE_ALL_SET (PCD_TYPE_DATA | PCD_TYPE_HII | PCD_TYPE_V= PD | PCD_TYPE_SKU_ENABLED | PCD_TYPE_STRING) > +#define PCD_TYPE_ALL_SET (PCD_TYPE_DATA | PCD_TYPE_HII | PCD_TYPE_V= PD | PCD_TYPE_STRING) > > #define PCD_DATUM_TYPE_SHIFT 24 > > -- > 2.7.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel