[edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation

Pete Batard posted 4 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
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(-)
[edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation
Posted by Pete Batard 6 years, 4 months ago
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
64bit 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
Re: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation
Posted by Zhu, Yonghong 6 years, 4 months ago
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

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 <liming.gao@intel.com>
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 64bit 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
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation
Posted by Gao, Liming 6 years, 4 months ago
Push them in edk2 trunk. 

>-----Original Message-----
>From: Zhu, Yonghong
>Sent: Tuesday, November 28, 2017 9:56 AM
>To: Pete Batard <pete@akeo.ie>; edk2-devel@lists.01.org
>Cc: Gao, Liming <liming.gao@intel.com>; Zhu, Yonghong
><yonghong.zhu@intel.com>
>Subject: RE: [edk2] [PATCH v3 0/4] Add VS2017 tool chain for evaluation
>
>Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
>
>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 <liming.gao@intel.com>
>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 64bit
>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
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel