From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 10567211E82FB for ; Mon, 1 Apr 2019 14:17:10 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 14:17:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,298,1549958400"; d="scan'208";a="160422140" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 01 Apr 2019 14:17:09 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 1 Apr 2019 14:17:09 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.108]) by FMSMSX125.amr.corp.intel.com ([169.254.2.4]) with mapi id 14.03.0415.000; Mon, 1 Apr 2019 14:17:09 -0700 From: "Carsey, Jaben" To: "Agyeman, Prince" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [edk2-platforms][PATCH v2 0/2] Adding python build scripts to ClevoOpenBoardPkg , KabylakeOpenBoardPkg and PurleyOpenBoardPkg Thread-Index: AQHU6M/RFdQsggwafUmRVbT1hsCBZ6Ynzniw Date: Mon, 1 Apr 2019 21:17:08 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTllMGI0MWEtNDEwOS00OGEwLTkwOTctNGVjOTAzZDM2MDc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVFBcL0cyV2QyZGVrZDNlMDhcL2xUZUZRY1pOVU5RRk9pT1hPeithRXFuQ0c5aWpkN05MZzRsODl1V3IwOVpveE5jIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.107] MIME-Version: 1.0 Subject: Re: [edk2-platforms][PATCH v2 0/2] Adding python build scripts to ClevoOpenBoardPkg , KabylakeOpenBoardPkg and PurleyOpenBoardPkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2019 21:17:11 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Blurb missing. > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Agyeman > Sent: Monday, April 01, 2019 2:14 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [edk2-platforms][PATCH v2 0/2] Adding python build script= s > to ClevoOpenBoardPkg , KabylakeOpenBoardPkg and PurleyOpenBoardPkg >=20 > *** BLURB HERE *** >=20 > Agyeman (2): > Platform/Intel: Added python build script. > ReadMe.md: Update the build instructions >=20 > Platform/Intel/BuildBios.py | 866 ++++++++++++++++++ > .../ClevoOpenBoardPkg/N1xxWU/buildConfig.json | 31 + > .../KabylakeRvp3/BuildEx.py | 17 + > .../KabylakeRvp3/buildConfig.json | 32 + > .../BoardMtOlympus/BuildBoard.py | 100 ++ > .../BoardMtOlympus/buildConfig.json | 35 + > Platform/Intel/build.json | 55 ++ > ReadMe.md | 14 + > 8 files changed, 1150 insertions(+) > create mode 100644 Platform/Intel/BuildBios.py > create mode 100644 > Platform/Intel/ClevoOpenBoardPkg/N1xxWU/buildConfig.json > create mode 100644 > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/BuildEx.py > create mode 100644 > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/buildConfig.json > create mode 100644 > Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/BuildBoard.py > create mode 100644 > Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/buildConfig.json > create mode 100644 Platform/Intel/build.json >=20 > -- > 2.19.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel