From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: chasel.chiu@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Wed, 25 Sep 2019 02:51:05 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2019 02:51:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,547,1559545200"; d="scan'208";a="188735692" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by fmsmga008.fm.intel.com with ESMTP; 25 Sep 2019 02:51:03 -0700 Received: from pgsmsx112.gar.corp.intel.com ([169.254.3.2]) by KMSMSX151.gar.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Wed, 25 Sep 2019 17:51:02 +0800 From: "Chiu, Chasel" To: "Kubacki, Michael A" , "devel@edk2.groups.io" CC: "Desimone, Nathaniel L" , "Sinha, Ankit" , Jeremy Soller Subject: Re: [edk2-platforms][PATCH V2 05/15] KabylakeOpenBoardPkg: Move EcCommands.h to KabylakeRvp3 board Thread-Topic: [edk2-platforms][PATCH V2 05/15] KabylakeOpenBoardPkg: Move EcCommands.h to KabylakeRvp3 board Thread-Index: AQHVcwPXlxyGJDmsjkiDAbVtNmPxJKc8J2kg Date: Wed, 25 Sep 2019 09:51:01 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC504E2192@PGSMSX112.gar.corp.intel.com> References: <20190924181248.12816-1-michael.a.kubacki@intel.com> <20190924181248.12816-6-michael.a.kubacki@intel.com> In-Reply-To: <20190924181248.12816-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTU3MmVmMGQtZTg4Yy00ZjY0LWI4YzItODJkYzhjMDIxNTZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU01KZVVDdFA4Y2VsZDVUM011VU5EbFpkR1VkSzVhMGxXTTVJRGt4Z05ZVkNYN214eXJONWx4N1c4TExrSE9PUSJ9 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: Kubacki, Michael A > Sent: Wednesday, September 25, 2019 2:13 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Sinha, Ankit ; > Jeremy Soller > Subject: [edk2-platforms][PATCH V2 05/15] 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