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.93, mailfrom: chasel.chiu@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Mon, 23 Sep 2019 01:25:21 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 01:25:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,539,1559545200"; d="scan'208";a="363559799" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga005.jf.intel.com with ESMTP; 23 Sep 2019 01:25:19 -0700 Received: from pgsmsx112.gar.corp.intel.com ([169.254.3.2]) by PGSMSX103.gar.corp.intel.com ([169.254.2.183]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 16:25:18 +0800 From: "Chiu, Chasel" To: "devel@edk2.groups.io" , "Kubacki, Michael A" CC: "Desimone, Nathaniel L" , "Sinha, Ankit" , Jeremy Soller Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 05/12] KabylakeOpenBoardPkg: Move EcCommands.h to KabylakeRvp3 board Thread-Topic: [edk2-devel] [edk2-platforms][PATCH V1 05/12] KabylakeOpenBoardPkg: Move EcCommands.h to KabylakeRvp3 board Thread-Index: AQHVb+L0nApfWiQ0pUmYodkNekm0eqc48Qww Date: Mon, 23 Sep 2019 08:25:18 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC504DE18B@PGSMSX112.gar.corp.intel.com> References: <20190920184030.6148-1-michael.a.kubacki@intel.com> <20190920184030.6148-6-michael.a.kubacki@intel.com> In-Reply-To: <20190920184030.6148-6-michael.a.kubacki@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDZmZjU4OWItMjg0OC00NTllLWE4ZTctYjBiY2I0M2Q4ZDJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSVdFdXlHcE5NSWJ4OGFsSUU4XC82WGl5cEllWWdLZ3ZDQlBWWTg1azJEVFRPcXNmZStjYWxXOW5tOVJrVHJ0dHEifQ== x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.206] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Kubacki, > Michael A > Sent: Saturday, September 21, 2019 2:40 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Sinha, Ankit ; > Jeremy Soller > Subject: [edk2-devel] [edk2-platforms][PATCH V1 05/12] > KabylakeOpenBoardPkg: Move EcCommands.h to KabylakeRvp3 board >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2207 >=20 > EC command details may vary across Kaby Lake boards. This change moves > this set of EC commands to the KabylakeRvp3 directory since these > commands are specifically used by that board at this time. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Ankit Sinha > Cc: Jeremy Soller > Signed-off-by: Michael Kubacki > --- > Platform/Intel/KabylakeOpenBoardPkg/{ =3D> > KabylakeRvp3}/Include/EcCommands.h | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) >=20 > diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/EcCommands.h > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/EcCommand > s.h > similarity index 100% > rename from Platform/Intel/KabylakeOpenBoardPkg/Include/EcCommands.h > rename to > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/EcCommands. > h > -- > 2.16.2.windows.1 >=20 >=20 >=20