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=bowen.zhou@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 13168211546FD for ; Tue, 25 Sep 2018 00:27:35 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 00:27:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,301,1534834800"; d="scan'208,217";a="260015945" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 25 Sep 2018 00:25:34 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Sep 2018 00:25:13 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Sep 2018 00:25:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.220]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0319.002; Tue, 25 Sep 2018 15:25:01 +0800 From: "Zhou, Bowen" To: "edk2-devel@lists.01.org" CC: "Yao, Jiewen" Thread-Topic: [edk2] [PATCH] PurleyOpenBoardPkg: fix build error Thread-Index: AdRUoJuZbivuemXmS5KrRvGw1UUIAQ== Date: Tue, 25 Sep 2018 07:25:01 +0000 Message-ID: <477DBD36544FF849A8AD024E912EEC0F58FFC120@SHSMSX101.ccr.corp.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 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [PATCH] PurleyOpenBoardPkg: fix build error X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 07:27:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Fix format error of gEfiPchSetTmcSrcClkProtocolGuid in PchRcPkg.dec. Build error is: error 3000: Invalid GUID value format gEfiPchSetTmcSrcClkProtocolGuid =3D {0xfbaa2549, 0x53d, 0x4012, 0x86, 0x6c,= 0x7a, 0x86, 0xcc, 0x21, 0xae, 0x21} ( =3D ) Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Xiaohu Zhou --- Silicon/Intel/LewisburgPkg/PchRcPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Intel/LewisburgPkg/PchRcPkg.dec b/Silicon/Intel/Lewisb= urgPkg/PchRcPkg.dec index 69ec66f1c2..441d9e75e3 100644 --- a/Silicon/Intel/LewisburgPkg/PchRcPkg.dec +++ b/Silicon/Intel/LewisburgPkg/PchRcPkg.dec @@ -101,7 +101,7 @@ gPchResetProtocolGuid =3D { 0xdb63592c, 0xb8cc, 0x44c8, { 0x91, 0x8c, 0x= 51, 0xf5, 0x34, 0x59, 0x8a, 0x5a}} gEfiGlobalNvsAreaProtocolGuid =3D {0x74e1e48, 0x8132, 0x47a1, { 0x8c, 0x= 2c, 0x3f, 0x14, 0xad, 0x9a, 0x66, 0xdc }} gPchSmmIoTrapControlGuid =3D {0x514D2AFD, 0x2096, 0x4283, {0x9D, 0xA6, 0= x70, 0x0C, 0xD2, 0x7D, 0xC7, 0xA5 }} - gEfiPchSetTmcSrcClkProtocolGuid =3D {0xfbaa2549, 0x53d, 0x4012, 0x86, 0x= 6c, 0x7a, 0x86, 0xcc, 0x21, 0xae, 0x21} + gEfiPchSetTmcSrcClkProtocolGuid =3D {0xfbaa2549, 0x53d, 0x4012, {0x86, 0= x6c, 0x7a, 0x86, 0xcc, 0x21, 0xae, 0x21}} gPchPlatformPolicyProtocolGuid =3D { 0x782ee5ae, 0x586b, 0x47c1, { 0xa4,= 0x1d, 0xce, 0x7f, 0xa0, 0x9c, 0x25, 0x9a }} gPchInfoProtocolGuid =3D { 0x984eb4e9, 0x5a95, 0x41de, {0xaa, 0xd0, 0x53= , 0x66, 0x8c, 0xa5, 0x13, 0xc0}} gPchNvsAreaProtocolGuid =3D {0x2E058B2B, 0xEDC1, 0x4431, {0x87, 0xD9, 0x= C6, 0xC4, 0xEA, 0x10, 0x2B, 0xE3 }} -- 2.14.3.windows.1