summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2014-10-14EDK II: Add .gitignoreRyan Harkin1-0/+14
2014-09-25BaseTools: Use '/' as path separator for objcopy --add-gnu-debuglinkNikolai Saoukh1-1/+1
2014-09-24BaseTools: Actually plug in BaseTools build on AArch64Leif Lindholm1-0/+4
2014-09-23BaseTools: Update nmake Makefile to handle the file path with “:\\”.Gao, Liming2-0/+8
2014-09-22BaseTools/ECC: Ignore duplicate check for 'NULL' libraryHess Chen1-1/+1
2014-09-22BaseTools/Upt: Fix several bugsHess Chen2-7/+8
2014-09-19BaseTools/Upt: Fix several bugsHess Chen3-5/+5
2014-09-17BaseTools: Update the BaseTools/Source/Python/Makefile to check for dependent...Gao, Liming1-8/+38
2014-09-16Update Build Tool version from 0.51 to 0.60Gao, Liming1-1/+1
2014-09-16Support DSC and FDF file out of WORKSPACE by GenFds.Yingke Liu2-7/+6
2014-09-16BaseTools/Source/C: Only used '-Wno-self-assign' when BaseTools are built on ...Andrew Fish1-2/+6
2014-09-12The current Makefile only checks the primary python file, such as build.py an...lhauch1-9/+139
2014-09-12This patch is going to fix the issue of the mis-match between the index of Pl...Feng, Bob C1-5/+19
2014-09-12BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF.Yingke Liu1-0/+1
2014-09-11Add support for ${s_*} and ${d_*} macros for in FDF file for the INF files, a...Abner Chang1-0/+26
2014-09-10BaseTools: Fix XCODE5 to work properly with NASMAndrew Fish1-0/+2
2014-09-05This file allows a developer to add a new tool in either the C or Python tree...lhauch1-0/+74
2014-09-04BaseTools/AutoGen: Remove redundant copy action for binary moduleHess Chen1-1/+2
2014-09-03BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.Hess Chen4-50/+47
2014-09-03BaseTools/CommonLib: Add a step to convert ":\\" to ":\"Hess Chen1-0/+8
2014-09-01BaseTools tools_def: Indicate that NASM 2.07 or later is requiredJordan Justen1-1/+1
2014-09-01BaseTools build_rule: Add .nasm => .obj build ruleJordan Justen2-2/+15
2014-09-01BaseTools tools_def: Add NASM_FLAGSJordan Justen1-5/+280
2014-08-30This patch is going to fix the issue of only Default SkuId is built into the ...Feng, Bob C1-27/+1
2014-08-29BaseTools: Cleanup XCODE build rulesAnderw Fish1-2/+2
2014-08-29BaseTools: Add the XCODE5 tools target to supoprt Xcode 5Anderw Fish1-0/+74
2014-08-28License header updated to match correct format.Yingke Liu135-870/+1190
2014-08-28BaseTools: Fix BaseTools C compiler flags for Xcode 5Anderw Fish1-1/+1
2014-08-28BaseTools: Fix clang C++ build errorAnderw Fish2-2/+2
2014-08-28[BaseTools] clang warns that since BaseAddress is unsigned it can never be < 0.Anderw Fish1-1/+1
2014-08-28BaseTools: add support Xcode 5 in the EmulatorPkgAndrew Fish1-2/+2
2014-08-27Updated GenBootSector, GenCrc32 and GenPage to remove duplicate “Build” w...lhauch4-11/+12
2014-08-26This patch is going to:Hess Chen3-0/+10
2014-08-26This patch is going to:Hess Chen56-1695/+5930
2014-08-26This patch is going to correct the external PCD database generation rule to s...Feng, Bob C4-16/+209
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-25BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output ...lhauch3-4/+12
2014-08-25Fix nmake cleanall bugs.Yingke Liu4-5/+6
2014-08-25This patch is going to:Hess Chen10-12/+228
2014-08-21Setting the svn property, svn:executable on the new scripts.lhauch3-0/+0
2014-08-21Adding files for proposed replacement for edksetup.bat.lhauch3-0/+710
2014-08-21This patch is going to:Hess Chen3-6/+13
2014-08-21AutoGen.c can only be generated if the module has intermediate object files g...Yingke Liu2-1/+6
2014-08-211. AutoGen.c should be generated if it is not empty even if there are no C so...Yingke Liu1-1/+4
2014-08-20BaseTools: Added support for GCC stack protector for ARM architectureOlivier Martin1-11/+11
2014-08-20This patch is going to:Hess Chen2-6/+4
2014-08-20Fix an issue of building BaseTools from sources using VS2013.Yingke Liu1-1/+5
2014-08-19This patch is going to fix a build failure (running of GenFds) in Linux syste...Hess Chen2-9/+9
2014-08-18BaseTools: Add rules to build NASM source file into a binaryJordan Justen2-0/+31
2014-08-18This patch is going to retire the top level makefile on BaseTools for support...Hess Chen3-115/+190