summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Ignore BaseTools/Bin/Win32 directory in .gitignoreLiming Gao2015-04-171-0/+2
* Updated for ECC.exelhauch2015-04-101-0/+3
* BaseTools/Build: Add all support skuid to the Pcd DB system skuid tableBob Feng2015-04-103-6/+25
* BaseTools/Build: Add SDL supportBob Feng2015-04-1014-30/+1299
* BaseTools/Ecc: Add ECC (EFI Code Checker) Binary into BaseTools bin directory.Chen, Hesheng2015-04-101-3/+7
* NT32Pkg: Fix build errors from building secure boot with NT32 X64Cinnamon Shia2015-03-231-90/+91
* BaseTools/GenFw: Set the PE/COFF attribute BaseOfData with the address of the...Erik Bjorge2015-02-112-12/+33
* 1. Update UpdateBuildVersion.py; Yingke Liu2015-02-064-59/+140
* */Contributions.txt: Update example email addressJordan Justen2015-02-031-2/+2
* Fix SET statement bug which is always evaluated even it is in a False conditi...Yingke Liu2015-01-191-0/+2
* Fixed build issue with fds target specified.Yingke Liu2015-01-191-22/+17
* BaseTools Fix NASM tool version in comments of tools_def.templateLiming Gao2015-01-091-2/+2
* Fixed VfrCompile crash on efivarstore statement.Eric Dong2015-01-081-1/+6
* Rollback change 16544.Eric Dong2014-12-301-2/+2
* Fix ‘build run’ doesn’t work for NT32 X64 build.Cinnamon Shia2014-12-231-2/+3
* Fixed VfrCompile crash on efivarstore statement.Aaron Pop2014-12-221-2/+2
* BaseTools/ECC: Fix some issues of ECC toolHess Chen2014-12-094-9/+21
* Fix a regression bug to uni parser.Yingke Liu2014-12-031-0/+1
* Fix ARM build failure with gcc 4.6.Scott Duplichan2014-12-021-2/+2
* Enhance error handling for external tool.Yingke Liu2014-12-011-0/+14
* Corrected slash and quote handling in the strings of UNI files.Cecil Sheng2014-12-011-38/+30
* BaseTools/UPT: Fix an issue of storing wrong PCD into XML file.Hess Chen2014-11-252-2/+2
* BaseTools: Extend support for Windows hosted gcc to versions 4.4-4.7.Scott Duplichan2014-11-241-24/+26
* BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building f...Scott Duplichan2014-11-183-12/+37
* BaseTools: Correct NASM output file type for UNIXGCC and CYGGCC. Liming Gao2014-11-181-4/+4
* BaseTools: Fix a cleanall issue.Yingke Liu2014-11-121-10/+4
* BaseTool: Support EDKII style GUID definition for VFR function.Yingke Liu2014-11-112-3/+17
* BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to st...Olivier Martin2014-11-051-6/+8
* EDK II Contributions.txt: Update patch format informationJordan Justen2014-10-311-13/+29
* BaseTools: Add ConvertMasmToNasm.py scriptJordan Justen2014-10-311-0/+986
* BaseTools/UPT: Remove Macro Expend for UserExtension sectionHess Chen2014-10-221-9/+0
* EDK II: Add .gitignoreRyan Harkin2014-10-141-0/+14
* BaseTools: Use '/' as path separator for objcopy --add-gnu-debuglinkNikolai Saoukh2014-09-251-1/+1
* BaseTools: Actually plug in BaseTools build on AArch64Leif Lindholm2014-09-241-0/+4
* BaseTools: Update nmake Makefile to handle the file path with “:\\”.Gao, Liming2014-09-232-0/+8
* BaseTools/ECC: Ignore duplicate check for 'NULL' libraryHess Chen2014-09-221-1/+1
* BaseTools/Upt: Fix several bugsHess Chen2014-09-222-7/+8
* BaseTools/Upt: Fix several bugsHess Chen2014-09-193-5/+5
* BaseTools: Update the BaseTools/Source/Python/Makefile to check for dependent...Gao, Liming2014-09-171-8/+38
* Update Build Tool version from 0.51 to 0.60Gao, Liming2014-09-161-1/+1
* Support DSC and FDF file out of WORKSPACE by GenFds.Yingke Liu2014-09-162-7/+6
* BaseTools/Source/C: Only used '-Wno-self-assign' when BaseTools are built on ...Andrew Fish2014-09-161-2/+6
* The current Makefile only checks the primary python file, such as build.py an...lhauch2014-09-121-9/+139
* This patch is going to fix the issue of the mis-match between the index of Pl...Feng, Bob C2014-09-121-5/+19
* BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF.Yingke Liu2014-09-121-0/+1
* Add support for ${s_*} and ${d_*} macros for in FDF file for the INF files, a...Abner Chang2014-09-111-0/+26
* BaseTools: Fix XCODE5 to work properly with NASMAndrew Fish2014-09-101-0/+2
* This file allows a developer to add a new tool in either the C or Python tree...lhauch2014-09-051-0/+74
* BaseTools/AutoGen: Remove redundant copy action for binary moduleHess Chen2014-09-041-1/+2
* BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.Hess Chen2014-09-034-50/+47