From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 CD16181C98 for ; Tue, 29 Nov 2016 14:12:54 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 29 Nov 2016 14:12:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,570,1473145200"; d="scan'208";a="1092281403" Received: from mdkinney-mobl.amr.corp.intel.com ([10.232.100.16]) by fmsmga002.fm.intel.com with ESMTP; 29 Nov 2016 14:12:54 -0800 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Jiewen Yao , David Wei , Mang Guo Date: Tue, 29 Nov 2016 14:12:49 -0800 Message-Id: <1480457572-10564-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [Patch 0/3] Vlv2TbltDevicePkg: Update build scripts X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 22:12:54 -0000 Clean up MinnowMax build scripts removing extra null output file and adding flags to enable multi-processor builds and report file generation. Cc: Jiewen Yao Cc: David Wei Cc: Mang Guo Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Michael Kinney (3): Vlv2TbltDevicePkg: Fix typo in name of nul output file Vlv2TbltDevicePkg: Add /y flag to generate report files Vlv2TbltDevicePkg: Add /m flag for multi-processor build Vlv2TbltDevicePkg/Build_IFWI.bat | 10 ++++++++++ Vlv2TbltDevicePkg/bld_vlv.bat | 24 ++++++++++++++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) -- 2.6.3.windows.1