summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Add support to merge Prebuild and Postbuild into build ProcessYonghong Zhu2016-04-078-22/+268
* BaseTools: Enhance --Pcd which override by build optionYonghong Zhu2016-04-072-1/+3
* BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2016-04-062-3/+8
* BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu2016-04-053-42/+23
* BaseTools: Add two new sections for PCD in the build reportYonghong Zhu2016-03-293-17/+104
* BaseTools: Remove the unnecessary check for RAW FileYonghong Zhu2016-03-281-2/+0
* BaseTools: generate alignment when the FV content come from the filesystemYonghong Zhu2016-03-271-1/+19
* BaseTools: Extend the RAW format to support multiple binary filesYonghong Zhu2016-03-273-3/+107
* BaseTools AARCH64: move DEBUG GCC49 to the small code modelArd Biesheuvel2016-03-251-4/+6
* BaseTools/GCC: set -Wno-unused-but-set-variables only on RELEASE buildsArd Biesheuvel2016-03-251-10/+26
* BaseTools: Updated BuildNotes URLsPeter Kirmeier2016-03-251-2/+2
* BaseTools: not include the undefined macro in response fileYonghong Zhu2016-03-232-7/+41
* BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu2016-03-224-2/+135
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-166-16/+156
* BaseTools: Support recent versions of cx_freeze.Marvin Haeuser2016-03-151-1/+1
* BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu2016-03-151-0/+2
* BaseTools: Mentioned get_vsvars.bat at ReadMePeter Kirmeier2016-03-151-1/+3
* BaseTools/BPDG: Fix the bug to get the PCD SizeYonghong Zhu2016-03-141-15/+15
* BaseTools: update the mail address for stack trace infoYonghong Zhu2016-03-114-5/+5
* BaseTools ConvertMasmToNasm: Support Python 3Jordan Justen2016-03-101-43/+47
* BaseTools ConvertMasmToNasm: Fix exception when no arguments are givenJordan Justen2016-03-101-48/+37
* BaseTools ConvertMasmToNasm: Fix running script outside of a git treeJordan Justen2016-03-101-1/+3
* BaseTools: Update ARM/AArch64 GenFv vector processing for encapsulated FVsCohen, Eugene2016-03-101-186/+402
* BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu2016-03-102-4/+18
* BaseTools: Change source files to DOS format.Liming Gao2016-03-1011-55/+55
* BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser2016-03-091-3/+5
* BaseTools/LZMA: fix the format issue for last patchYonghong Zhu2016-03-031-2/+3
* BaseTools: fix LzmaCompress VS2013 make failureYonghong Zhu2016-02-291-1/+2
* BaseTools/tools_def.txt: Add -march=i586 for IA32 GCC targetsMichael Kinney2016-02-241-2/+2
* BaseTools/Trim: Fix the bug for stripping when no line directive in fileYonghong Zhu2016-02-191-3/+34
* BaseTools/Conf/XMLSchema: Reformat XML using Visual Studio 2013Larry Hauch2016-02-191-2631/+3056
* BaseTools: LzmaCompress: fix gcc-6 warning "misleading-indentation"Laszlo Ersek2016-02-181-1/+1
* BaseTools/VolInfo: add some generic optionsYonghong Zhu2016-02-181-47/+94
* BaseTools: report an error message when failed to start build commandYonghong Zhu2016-02-181-1/+2
* BaseTools/GenFw: Fix a bug for GCC buildYonghong Zhu2016-02-182-2/+4
* BaseTools/GenFw: Correct datatypes in diagnostic messages and check for strin...Michael LeMay2016-02-172-6/+24
* BaseTools/GenFw: Enhance error message for bad symbol definitionsMichael LeMay2016-02-173-6/+119
* BaseTools/GenFw: Exit with error when header lookup failsMichael LeMay2016-02-172-5/+12
* BaseTools-Source: Update displayed version informationedk2 dev2016-02-1611-59/+65
* BaseTools/GenFw AARCH64: add support for relative data relocationsArd Biesheuvel2016-02-151-10/+12
* BaseTools: Update BaseTools to pass VS2015 compilerYonghong Zhu2016-01-295-31/+29
* BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu2016-01-292-34/+17
* BaseTools: Fix the bug for VOID* Patchable PCD declaration in LibraryYonghong Zhu2016-01-291-3/+12
* BaseTools: Fix a bug for VpdOffset calculateYonghong Zhu2016-01-291-2/+16
* BaseTools: Fix the bug when no FD section in the FDF fileYonghong Zhu2016-01-261-5/+6
* BaseTools: make build report tolerant of FVs specified by nameEugene Cohen2016-01-211-34/+38
* BaseTools: Improve LzmaF86Compress wrapperCharles Duffy2016-01-202-14/+16
* BaseTools: Use python2 if available in Tests/GNUmakefileCharles Duffy2016-01-201-1/+1
* BaseTools: Improve shell wrapper for C build commandsCharles Duffy2016-01-2032-480/+480
* BaseTools: Improve shell wrappers for Python build commandsCharles Duffy2016-01-2016-32/+180