summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2016-04-07BaseTools: Add support to merge Prebuild and Postbuild into build ProcessYonghong Zhu8-22/+268
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu2-1/+3
2016-04-06BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2-3/+8
2016-04-05BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu3-42/+23
2016-03-29BaseTools: Add two new sections for PCD in the build reportYonghong Zhu3-17/+104
2016-03-28BaseTools: Remove the unnecessary check for RAW FileYonghong Zhu1-2/+0
2016-03-27BaseTools: generate alignment when the FV content come from the filesystemYonghong Zhu1-1/+19
2016-03-27BaseTools: Extend the RAW format to support multiple binary filesYonghong Zhu3-3/+107
2016-03-25BaseTools AARCH64: move DEBUG GCC49 to the small code modelArd Biesheuvel1-4/+6
2016-03-25BaseTools/GCC: set -Wno-unused-but-set-variables only on RELEASE buildsArd Biesheuvel1-10/+26
2016-03-25BaseTools: Updated BuildNotes URLsPeter Kirmeier1-2/+2
2016-03-23BaseTools: not include the undefined macro in response fileYonghong Zhu2-7/+41
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu4-2/+135
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu6-16/+156
2016-03-15BaseTools: Support recent versions of cx_freeze.Marvin Haeuser1-1/+1
2016-03-15BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu1-0/+2
2016-03-15BaseTools: Mentioned get_vsvars.bat at ReadMePeter Kirmeier1-1/+3
2016-03-14BaseTools/BPDG: Fix the bug to get the PCD SizeYonghong Zhu1-15/+15
2016-03-11BaseTools: update the mail address for stack trace infoYonghong Zhu4-5/+5
2016-03-10BaseTools ConvertMasmToNasm: Support Python 3Jordan Justen1-43/+47
2016-03-10BaseTools ConvertMasmToNasm: Fix exception when no arguments are givenJordan Justen1-48/+37
2016-03-10BaseTools ConvertMasmToNasm: Fix running script outside of a git treeJordan Justen1-1/+3
2016-03-10BaseTools: Update ARM/AArch64 GenFv vector processing for encapsulated FVsCohen, Eugene1-186/+402
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu2-4/+18
2016-03-10BaseTools: Change source files to DOS format.Liming Gao11-55/+55
2016-03-09BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser1-3/+5
2016-03-03BaseTools/LZMA: fix the format issue for last patchYonghong Zhu1-2/+3
2016-02-29BaseTools: fix LzmaCompress VS2013 make failureYonghong Zhu1-1/+2
2016-02-24BaseTools/tools_def.txt: Add -march=i586 for IA32 GCC targetsMichael Kinney1-2/+2
2016-02-19BaseTools/Trim: Fix the bug for stripping when no line directive in fileYonghong Zhu1-3/+34
2016-02-19BaseTools/Conf/XMLSchema: Reformat XML using Visual Studio 2013Larry Hauch1-2631/+3056
2016-02-18BaseTools: LzmaCompress: fix gcc-6 warning "misleading-indentation"Laszlo Ersek1-1/+1
2016-02-18BaseTools/VolInfo: add some generic optionsYonghong Zhu1-47/+94
2016-02-18BaseTools: report an error message when failed to start build commandYonghong Zhu1-1/+2
2016-02-18BaseTools/GenFw: Fix a bug for GCC buildYonghong Zhu2-2/+4
2016-02-17BaseTools/GenFw: Correct datatypes in diagnostic messages and check for strin...Michael LeMay2-6/+24
2016-02-17BaseTools/GenFw: Enhance error message for bad symbol definitionsMichael LeMay3-6/+119
2016-02-17BaseTools/GenFw: Exit with error when header lookup failsMichael LeMay2-5/+12
2016-02-16BaseTools-Source: Update displayed version informationedk2 dev11-59/+65
2016-02-15BaseTools/GenFw AARCH64: add support for relative data relocationsArd Biesheuvel1-10/+12
2016-01-29BaseTools: Update BaseTools to pass VS2015 compilerYonghong Zhu5-31/+29
2016-01-29BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu2-34/+17
2016-01-29BaseTools: Fix the bug for VOID* Patchable PCD declaration in LibraryYonghong Zhu1-3/+12
2016-01-29BaseTools: Fix a bug for VpdOffset calculateYonghong Zhu1-2/+16
2016-01-26BaseTools: Fix the bug when no FD section in the FDF fileYonghong Zhu1-5/+6
2016-01-21BaseTools: make build report tolerant of FVs specified by nameEugene Cohen1-34/+38
2016-01-20BaseTools: Improve LzmaF86Compress wrapperCharles Duffy2-14/+16
2016-01-20BaseTools: Use python2 if available in Tests/GNUmakefileCharles Duffy1-1/+1
2016-01-20BaseTools: Improve shell wrapper for C build commandsCharles Duffy32-480/+480
2016-01-20BaseTools: Improve shell wrappers for Python build commandsCharles Duffy16-32/+180