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.126, mailfrom: nathaniel.l.desimone@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 23 Sep 2019 01:08:59 -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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 01:08:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,539,1559545200"; d="scan'208";a="363555648" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga005.jf.intel.com with ESMTP; 23 Sep 2019 01:08:59 -0700 Received: from orsmsx116.amr.corp.intel.com (10.22.240.14) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 01:08:58 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.55]) by ORSMSX116.amr.corp.intel.com ([169.254.7.232]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 01:08:58 -0700 From: "Nate DeSimone" To: "devel@edk2.groups.io" , "Kubacki, Michael A" CC: "Chiu, Chasel" , "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+L927GzRuaSxk2P2+MqbgZFdKc47D1A Date: Mon, 23 Sep 2019 08:08:58 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAEF0A65A@ORSMSX114.amr.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmRlNDQwNzQtMzgxYy00ZTQ4LWIzNDMtZmFjMjk0YzFkYWYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQmRWVmxEeXV6a1dxZVBpXC9qdzY5NENNUUNxSTNzUHdDUEpic2UrcTI1TDk5d3FiYXZYdzFwVTN6NU5Kc2FGZEEifQ== x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: nathaniel.l.desimone@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Nate DeSimone -----Original Message----- From: devel@edk2.groups.io On Behalf Of Kubacki, Mi= chael A Sent: Friday, September 20, 2019 11: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] KabylakeOpenBoardPk= g: Move EcCommands.h to KabylakeRvp3 board REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2207 EC command details may vary across Kaby Lake boards. This change moves thi= s set of EC commands to the KabylakeRvp3 directory since these commands are= specifically used by that board at this time. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Ankit Sinha Cc: Jeremy Soller Signed-off-by: Michael Kubacki --- Platform/Intel/KabylakeOpenBoardPkg/{ =3D> KabylakeRvp3}/Include/EcComman= ds.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/EcCommands.h b/Pl= atform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/EcCommands.h similarity index 100% rename from Platform/Intel/KabylakeOpenBoardPkg/Include/EcCommands.h rename to Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/EcComma= nds.h -- 2.16.2.windows.1