Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
buildall | 2015-06-17 | ||
readme.txt | 2014-12-21 | 1.2 kB | |
build-basetools.bat | 2014-11-09 | 1.5 kB | |
build.exe_10-19-2014.7z | 2014-11-09 | 1.2 MB | |
simnow-ati-mako.bat | 2014-11-03 | 989 Bytes | |
BuildFatImage.exe | 2014-11-03 | 37.9 kB | |
python273_10-19-2014.7z | 2014-10-21 | 6.7 MB | |
Totals: 7 Items | 7.9 MB | 0 |
build-basetools.bat - rebuilds all of edk2\BaseTools\Bin\Win32 from source code. Rebuilding BaseTools requires a Microsoft C compiler. This batch file finds and uses the newest of VS2003, VS2005, VS2008, VS2010, VS2012 or VS2013 that it finds installed on your machine. VS2014 is commented out to avoid a build failure caused by a new warning it reports. Rebuilding BaseTools also requires Python 2.7 with cx_freeze instelled. Unzip python273_10-19-2014.7z into a directory named tools to meet that requirement. build.exe_10-19-2014.7z - a prebuilt version of edk2\BaseTools\Bin\Win32\build.exe that incorporates the patch: windows-hosted-gcc48-gcc49_10-28-2014.patch. This file can be used if you are unable to rebuild BaseTools after applying the patch. simnow-ati-mako.bat - a batch file for booting the EDK2 Duet project on AMD simnow. See http://notabs.org/uefi/Edk2DuetBoot.htm. BuildFatImage.exe - utility for building the FAT image used by the EDK2 Duet project. See http://notabs.org/uefi/Edk2DuetBoot.htm. python273_10-19-2014.7z - Python 2.7.3 with cx_freeze preinstalled. This one archive takes care of the python and cx_freeze requirements for building EDK2 BaseTools.