summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix build on FreeBSD and allow use of non-gcc system compilerBruce Cran2015-07-085-10/+15
* Add missing when wync BaseTools from main trunk r16831.Jeff Fan2015-02-131-24/+20
* Update BaseTools from main trunk r16831.Jeff Fan2015-02-123-13/+34
* Update BaseTools from main trunk r16784.Jeff Fan2015-02-099-65/+153
* Sync BaseTool from EDKII trunk r16487.Jeff Fan2014-12-1020-121/+1194
* Sync patch r16338 from main trunk.Yingke Liu2014-11-251-10/+4
* Update externals link to https://svn.code.sf.net/p/edk2-toolbinaries/code/tru...Jeff Fan2014-09-261-1/+1
* Copy BaseTools r16160 to UDK2014.SP1 Branch.Jeff Fan2014-09-26695-0/+326164
* Delete BaseTools from UDK2014.SP1 Branch.Jeff Fan2014-09-26695-326125/+0
* Create UDK2014.SP1 BaseTools branch based on revision 16114Gao, Liming2014-09-17695-0/+326125
* Remove UDK2014.SP1 BaseTools branch.Gao, Liming2014-09-17695-326126/+0
* 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
* BaseTools/CommonLib: Add a step to convert ":\\" to ":\"Hess Chen2014-09-031-0/+8
* BaseTools tools_def: Indicate that NASM 2.07 or later is requiredJordan Justen2014-09-011-1/+1
* BaseTools build_rule: Add .nasm => .obj build ruleJordan Justen2014-09-012-2/+15
* BaseTools tools_def: Add NASM_FLAGSJordan Justen2014-09-011-5/+280
* This patch is going to fix the issue of only Default SkuId is built into the ...Feng, Bob C2014-08-301-27/+1
* BaseTools: Cleanup XCODE build rulesAnderw Fish2014-08-291-2/+2
* BaseTools: Add the XCODE5 tools target to supoprt Xcode 5Anderw Fish2014-08-291-0/+74
* License header updated to match correct format.Yingke Liu2014-08-28135-870/+1190
* BaseTools: Fix BaseTools C compiler flags for Xcode 5Anderw Fish2014-08-281-1/+1
* BaseTools: Fix clang C++ build errorAnderw Fish2014-08-282-2/+2
* [BaseTools] clang warns that since BaseAddress is unsigned it can never be < 0.Anderw Fish2014-08-281-1/+1
* BaseTools: add support Xcode 5 in the EmulatorPkgAndrew Fish2014-08-281-2/+2
* Updated GenBootSector, GenCrc32 and GenPage to remove duplicate “Build” w...lhauch2014-08-274-11/+12
* This patch is going to:Hess Chen2014-08-263-0/+10
* This patch is going to:Hess Chen2014-08-2656-1695/+5930
* This patch is going to correct the external PCD database generation rule to s...Feng, Bob C2014-08-264-16/+209
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output ...lhauch2014-08-253-4/+12
* Fix nmake cleanall bugs.Yingke Liu2014-08-254-5/+6
* This patch is going to:Hess Chen2014-08-2510-12/+228
* Setting the svn property, svn:executable on the new scripts.lhauch2014-08-213-0/+0
* Adding files for proposed replacement for edksetup.bat.lhauch2014-08-213-0/+710
* This patch is going to:Hess Chen2014-08-213-6/+13
* AutoGen.c can only be generated if the module has intermediate object files g...Yingke Liu2014-08-212-1/+6
* 1. AutoGen.c should be generated if it is not empty even if there are no C so...Yingke Liu2014-08-211-1/+4
* BaseTools: Added support for GCC stack protector for ARM architectureOlivier Martin2014-08-201-11/+11
* This patch is going to:Hess Chen2014-08-202-6/+4
* Fix an issue of building BaseTools from sources using VS2013.Yingke Liu2014-08-201-1/+5
* This patch is going to fix a build failure (running of GenFds) in Linux syste...Hess Chen2014-08-192-9/+9
* BaseTools: Add rules to build NASM source file into a binaryJordan Justen2014-08-182-0/+31