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.24, mailfrom: nathaniel.l.desimone@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Mon, 23 Sep 2019 00:45:37 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 00:45:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,539,1559545200"; d="scan'208";a="190586091" Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga003.jf.intel.com with ESMTP; 23 Sep 2019 00:45:37 -0700 Received: from orsmsx155.amr.corp.intel.com (10.22.240.21) by ORSMSX101.amr.corp.intel.com (10.22.225.128) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 00:45:36 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.55]) by ORSMSX155.amr.corp.intel.com ([169.254.7.185]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 00:45:36 -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 01/12] Platform/Intel: Remove N1xxWU board build option Thread-Topic: [edk2-devel] [edk2-platforms][PATCH V1 01/12] Platform/Intel: Remove N1xxWU board build option Thread-Index: AQHVb+Ls7PKbTA7dSU+cdfsiC78SAKc45fWg Date: Mon, 23 Sep 2019 07:45:35 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAEF0A4BE@ORSMSX114.amr.corp.intel.com> References: <20190920184030.6148-1-michael.a.kubacki@intel.com> <20190920184030.6148-2-michael.a.kubacki@intel.com> In-Reply-To: <20190920184030.6148-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzA4ZmZjMzEtZmNkNy00OWI4LWEzOGUtOWU5N2Y3NzE1ZDdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoielVuRFhIUndHMnl6RExxRnJONVVzOHNRdVZkK3Z3MTJHS08wWGZuT0REK245aXQ1TXU4ak81c2xGc1V2c1FzSiJ9 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 01/12] Platform/Intel: Rem= ove N1xxWU board build option REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2207 The N1xxWU board contents will be moved to KabylakeOpenBoardPkg to reduce = code duplication between ClevoOpenBoardPkg and KabylakeOpenBoardPkg. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Ankit Sinha Cc: Jeremy Soller Signed-off-by: Michael Kubacki --- Platform/Intel/build.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/Platform/Intel/build.cfg b/Platform/Intel/build.cfg index 75c= b446aa5..04e8f4fa64 100644 --- a/Platform/Intel/build.cfg +++ b/Platform/Intel/build.cfg @@ -55,6 +55,4 @@ NUMBER_OF_PROCESSORS =3D 0 BoardMtOlympus =3D PurleyOpe= nBoardPkg/BoardMtOlympus/build_config.cfg BoardX58Ich10 =3D SimicsOpenBoardPkg/BoardX58Ich10/build_config.cfg KabylakeRvp3 =3D KabylakeOpenBoardPkg/KabylakeRvp3/build_config.cfg -N1xxWU =3D ClevoOpenBoardPkg/N1xxWU/build_config.cfg WhiskeylakeURvp =3D WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/build_config.= cfg - -- 2.16.2.windows.1