From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: liming.gao@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Wed, 07 Aug 2019 17:36:04 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 17:36:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,358,1559545200"; d="scan'208";a="203389751" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 07 Aug 2019 17:36:03 -0700 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 17:36:03 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 17:36:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.249]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 08:36:01 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Kubacki, Michael A" CC: "Chiu, Chasel" , "Desimone, Nathaniel L" , "Sinha, Ankit" Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 0/2] Fix Duplicated Platform DSC GUID Thread-Topic: [edk2-devel] [edk2-platforms][PATCH V1 0/2] Fix Duplicated Platform DSC GUID Thread-Index: AQHVTWUqKnpaF1COI02JK2DeCTkPOqbwZ7LQ Date: Thu, 8 Aug 2019 00:36:01 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4CC454@SHSMSX104.ccr.corp.intel.com> References: <20190807211431.16104-1-michael.a.kubacki@intel.com> In-Reply-To: <20190807211431.16104-1-michael.a.kubacki@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 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >Kubacki, Michael A >Sent: Thursday, August 08, 2019 5:14 AM >To: devel@edk2.groups.io >Cc: Chiu, Chasel ; Desimone, Nathaniel L >; Gao, Liming ; >Sinha, Ankit >Subject: [edk2-devel] [edk2-platforms][PATCH V1 0/2] Fix Duplicated Platf= orm >DSC GUID > >REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2063 >REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2064 > >The PLATFORM_GUID currently the same in the following DSC files: > * Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.dsc > * Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc > * Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > * Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > >The PLATFORM_GUID was copied from Vlv2TbltDevicePkg. This change >assigns >unique values to ClevoOpenBoardPkg and KabylakeOpenBoardPkg. > >Cc: Chasel Chiu >Cc: Nate DeSimone >Cc: Liming Gao >Cc: Ankit Sinha >Signed-off-by: Michael Kubacki > >Michael Kubacki (2): > ClevoOpenBoardPkg: Fix duplicate GUID in DSC > KabylakeOpenBoardPkg: Fix duplicate GUID in DSC > > Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.dsc | 2 +- > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 >+- > 2 files changed, 2 insertions(+), 2 deletions(-) > >-- >2.16.2.windows.1 > > >