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.100; helo=mga07.intel.com; envelope-from=prince.agyeman@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 78AD52194EB7C for ; Mon, 1 Apr 2019 14:13:34 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 14:13:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,298,1549958400"; d="scan'208";a="130580531" Received: from paagyema-desk2.amr.corp.intel.com ([10.7.159.148]) by orsmga008.jf.intel.com with ESMTP; 01 Apr 2019 14:13:33 -0700 From: Agyeman To: edk2-devel@lists.01.org Date: Mon, 1 Apr 2019 14:13:33 -0700 Message-Id: X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Subject: [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:13:34 -0000 Content-Transfer-Encoding: 8bit *** BLURB HERE *** Agyeman (2): Platform/Intel: Added python build script. ReadMe.md: Update the build instructions 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 -- 2.19.1.windows.1