From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 4CA302034A760 for ; Mon, 27 Nov 2017 17:52:33 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2017 17:56:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,466,1505804400"; d="scan'208";a="6643654" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 27 Nov 2017 17:56:54 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 27 Nov 2017 17:56:54 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Tue, 28 Nov 2017 09:56:22 +0800 From: "Zhu, Yonghong" To: Pete Batard , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation Thread-Index: AQHTY66mL/dFni1aH02L2y9oFTzUtaMpD1pg Date: Tue, 28 Nov 2017 01:56:22 +0000 Message-ID: References: <20171122162610.4748-1-pete@akeo.ie> In-Reply-To: <20171122162610.4748-1-pete@akeo.ie> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 0/4] Add VS2017 tool chain for evaluation X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 01:52:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Pete= Batard Sent: Thursday, November 23, 2017 12:26 AM To: edk2-devel@lists.01.org Cc: Gao, Liming Subject: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation This is a re-send of v2, with a small comment update to indicate that VS2017 v15.2 or later is required, due to the vswhere.exe requirement. This patch serial adds VS2017 tool chain in BaseTools tools_def.template. It enables /WHOLEARCHIVE option to detect the potential code issue. It can be used to build source code with Visual Studio 2017 on 32bit or 64b= it Windows OS. After this tool chain is evaluated, ASL, ARM and ARM64 suppo= rt can be provided. And, to avoid more duplicated informations be introduced, the proposal to s= implify tools_def.template will be provided. Liming Gao (4): MdePkg: Disable VS warning 4701 & 4703 for VS2017 BaseTools: Add VS2017 tool chain in BaseTools tools_def.template BaseTools: Update VS batch file to auto detect VS2017 Nt32Pkg: Add VS2017 support in SecMain BaseTools/Conf/tools_def.template | 126 ++++++++++++++++++++ BaseTools/get_vsvars.bat | 8 ++ BaseTools/set_vsprefix_envs.bat | 33 ++++- MdePkg/Include/Ia32/ProcessorBind.h | 4 +- MdePkg/Include/X64/ProcessorBind.h | 4 +- Nt32Pkg/Sec/SecMain.inf | 2 + 6 files changed, 172 insertions(+), 5 deletions(-) -- 2.9.3.windows.2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel