History log of /device/linaro/bootloader/edk2/Edk2Setup.bat
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3b25ca839bf84ff53f11e969698b85a51b8efb96 04-Nov-2016 Cinnamon Shia <cinnamon.shia@hpe.com> Edk2Setup.bat: Fix build errors from VS tools PREFIX ENV missing

BaseTools/set_vsprefix_envs.bat is introduced for setting the PREFIX ENV
of VS tools in tools_def.template.
For example:

DEFINE VS2015_BIN = ENV(VS2015_PREFIX)Vc\bin
DEFINE VS2015_DLL = ENV(VS2015_PREFIX)Common7\IDE;DEF(VS2015_BIN)
DEFINE VS2015_BINX64 = DEF(VS2015_BIN)\x86_amd64

The issue is EdkSetup.bat calls BaseTools\set_vsprefix_envs.bat but
Edk2Setup.bat does not.

Edk2Setup.bat should call BaseTools/set_vsprefix_envs.bat to set up the
PREFIX ENV of VS tools.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
/device/linaro/bootloader/edk2/Edk2Setup.bat
b8e54b012126a90911e9602b9f6e10d4e16d01d9 21-Oct-2016 Cinnamon Shia <cinnamon.shia@hpe.com> Edk2Setup.bat: Support building platforms with Python source

Following the same approach as toolsetup.bat:
If build.exe, TargetTool.exe, Trim.exe or GenFds.exe is missing, run its
Python source instead.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
/device/linaro/bootloader/edk2/Edk2Setup.bat
485eb3a252b21becb5bace55320ddbfdc8e1c83f 08-Oct-2015 Liming Gao <liming.gao@intel.com> BaseTools: Update Edk2Setup.bat to support multiple workspaces

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Wu Hao A <hao.a.wu@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18583 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat
c31d3701734d07cd0d3d7211cb6a92c7d1e4d831 16-Jun-2015 Liming Gao <liming.gao@intel.com> Edk2: Update Edk2Setup.bat

Fix the issue when configure X64 NT32, replace NT32_X64 by NT32_64 env.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17644 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat
83185c5a0e3e79fa22bf33c61d4e228cedd22ef5 22-Aug-2014 lhauch <larry.hauch@intel.com> Updated version, missed the last two commits and to add the SVN Revision property (last part of the version value).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by:


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15883 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat
cd92f93847f8d79e2e4e1e81dead208d0feec5f6 22-Aug-2014 lhauch <larry.hauch@intel.com> Fixed the PATH again.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by:


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15881 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat
bd4fa6f53c489df94acd2a414f0cb2c11be6c7a4 22-Aug-2014 lhauch <larry.hauch@intel.com> Updated to check for NASM_PREFIXE system environment variable, also to fix an issue with path environment variable.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by:


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15880 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat
bf47c6a11b1fca90fe17070e0197963d4d586603 21-Aug-2014 lhauch <larry.hauch@intel.com> Setting the svn property, svn:executable on the new scripts.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15868 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat
bd63012c73486e306a90bc28805d8914b70c8859 21-Aug-2014 lhauch <larry.hauch@intel.com> Adding files for proposed replacement for edksetup.bat.
This changes includes new scripts that breaks out some of the functionality in edksetup.bat and eliminates calling the toolsetup.bat file in BaseTools directory.

Edk2Setup.bat is to be used for testing. If no bugs are reported by the end of September, 2014, the file will be renamed to edksetup.bat.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15867 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/Edk2Setup.bat