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.88; helo=mga01.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 B13ED203564A6 for ; Tue, 28 Nov 2017 23:59:45 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 00:04:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,471,1505804400"; d="scan'208";a="154292882" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 29 Nov 2017 00:04:08 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Nov 2017 00:04:08 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Wed, 29 Nov 2017 16:04:05 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , Pete Batard , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation Thread-Index: AQHTY66lmHUzwcwBa0KI9SrTXzrZ8KMoirQAgAJ/JKA= Date: Wed, 29 Nov 2017 08:04:05 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E186002@SHSMSX104.ccr.corp.intel.com> References: <20171122162610.4748-1-pete@akeo.ie> In-Reply-To: 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: Wed, 29 Nov 2017 07:59:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Push them in edk2 trunk.=20 >-----Original Message----- >From: Zhu, Yonghong >Sent: Tuesday, November 28, 2017 9:56 AM >To: Pete Batard ; edk2-devel@lists.01.org >Cc: Gao, Liming ; Zhu, Yonghong > >Subject: RE: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation > >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 64= bit >Windows OS. After this tool chain is evaluated, ASL, ARM and ARM64 support >can be provided. >And, to avoid more duplicated informations be introduced, the proposal to >simplify 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