summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu2017-11-141-4/+6
* BaseTools: parse map file generated by Xcode on MacYonghong Zhu2017-11-032-1/+36
* BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi2017-11-031-2/+6
* BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu2017-10-163-1/+3
* BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu2017-10-111-1/+1
* BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu2017-10-113-15/+18
* BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu2017-10-101-1/+1
* BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2017-10-034-4/+39
* BaseTools: Fix the regression bug to build single moduleYonghong Zhu2017-09-281-0/+12
* BaseTools: add support for BIOS build with binary cacheYonghong Zhu2017-09-273-9/+189
* BaseTools: report build time measured by module of EDKII BuildYonghong Zhu2017-09-263-11/+92
* BaseTools: extend FFS alignment to 16MYonghong Zhu2017-09-2512-56/+140
* BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi2017-09-218-490/+1196
* BaseTool/VfrCompile: Support Union type in VFRDandan Bi2017-09-213-37/+65
* BaseTools: Fix a bug to correct SourceFileListYonghong Zhu2017-09-191-0/+7
* BaseTools: Fix a bug for Mixed Pcd value display in the reportYonghong Zhu2017-09-111-1/+11
* BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu2017-09-091-3/+3
* BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu2017-09-091-26/+32
* BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu2017-09-091-1/+1
* BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu2017-09-051-1/+1
* BaseTools/EfiRom: Add multiple device id supportDaniel Verkamp2017-08-262-23/+129
* BaseTools/UPT: Fix UNI file name issueHess Chen2017-08-244-4/+16
* BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entryLiming Gao2017-08-241-7/+1
* BaseTools: Fix Segmentation fault: 11 when build AppPkg with XCODE5Andrew Fish2017-08-141-1/+11
* BaseTools: Support TabSpace between section tag in DEC fileYanyan Zhang2017-08-131-1/+1
* BaseTools: Don't need to add extra quotes when UI string from fileBin Wang2017-08-121-2/+1
* BaseTools/UPT: Support Multiple InstallationHess Chen2017-08-128-102/+145
* BaseTools/build: Expand PREBUILD/POSTBUILD DSC actionsMichael D Kinney2017-08-112-30/+82
* BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefinedYonghong Zhu2017-08-112-4/+4
* BaseTools/VfrCompile: Remove the MAX_PATH limitationDandan Bi2017-08-042-26/+1
* BaseTools/VfrCompile: Fix segmentation fault issuesDandan Bi2017-08-041-7/+7
* BaseTools/GenCrc32: Fix a bug to hand empty file for decodeYonghong Zhu2017-08-011-2/+6
* BaseTools/EfiLdrImage: Fix a segmentation fault from vfprintf()Yonghong Zhu2017-08-011-3/+3
* BaseTools/EfiRom: Fix a segmentation fault from vsprintf()/vfprintf()Yonghong Zhu2017-08-011-3/+3
* BaseTools/GenFfs: Fix a segmentation fault from vsprintf()/vfprintf()Yonghong Zhu2017-08-011-3/+3
* BaseTools/GenSec: Fix a segmentation fault in main()Yonghong Zhu2017-08-011-2/+6
* BaseTools/Split: Fix the segmentation fault in GetSplitValue()Yonghong Zhu2017-08-011-3/+7
* BaseTools: Fix the bug to correctly check Pcd type that in FDF fileYonghong Zhu2017-08-011-0/+7
* BaseTools: Fix the bug that warn() function with only 1 argumentYonghong Zhu2017-07-261-1/+1
* BaseTools: add some comment for .PrebuildEnv file's usageYonghong Zhu2017-07-261-0/+5
* BaseTools/Build: Support python scripts in PREBUILD/POSTBUILDMichael Kinney2017-07-131-2/+2
* BaseTools: Report Fd File Path in build logYunhua Feng2017-07-101-6/+3
* BaseTools: Fix FDF file parse !include file issueYunhua Feng2017-07-101-0/+4
* BaseTools: Add PCDs conditional operator functionYunhua Feng2017-07-101-5/+17
* BaseTools/Eot: register MM Module types with FFS class.Supreeth Venkatesh2017-07-071-0/+2
* BaseTools/Workspace: check MM module type compatibility with PI version.Supreeth Venkatesh2017-07-071-0/+5
* BaseTools/build: register MM module types with build tools.Supreeth Venkatesh2017-07-072-2/+4
* BaseTools/GenFds: register MM Modules and MM FV file types.Supreeth Venkatesh2017-07-073-4/+11
* BaseTools/CommonDataClass: register MM Modules.Supreeth Venkatesh2017-07-072-4/+4
* BaseTools/Common: add support in FDF Parser to parse MM Modules.Supreeth Venkatesh2017-07-071-2/+2