summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu8-87/+360
2016-04-19BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu1-5/+10
2016-04-19BaseTools/GenFds: remove the old logic since ActivePlatform is abs. pathYonghong Zhu1-9/+1
2016-04-19BaseTools: enhance error handling for DSC fileYonghong Zhu3-4/+8
2016-04-19BaseTools/Build: Consider only build-specified architecturesThomas Palmer2-30/+14
2016-04-15BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com1-2/+2
2016-04-15BaseTools: Fix the bug to correctly handle the [BuildOptions]Yonghong Zhu1-7/+10
2016-04-14BaseTools: fix the bug for [BuildOptions] of multiple workspace supportYonghong Zhu1-7/+12
2016-04-14BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu1-3/+6
2016-04-12BaseTools: generate hash value in build report for each output EFI imageYonghong Zhu2-3/+54
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-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-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: 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 Gao5-20/+20
2016-03-09BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser1-3/+5
2016-02-19BaseTools/Trim: Fix the bug for stripping when no line directive in fileYonghong Zhu1-3/+34
2016-02-18BaseTools: report an error message when failed to start build commandYonghong Zhu1-1/+2
2016-02-16BaseTools-Source: Update displayed version informationedk2 dev5-21/+20
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-19BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu1-1/+28
2016-01-18BaseTools: VPD Tool to allocate VPD region be aligned based on value typeYonghong Zhu1-12/+26
2016-01-18BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu1-0/+28
2016-01-18BaseTools: Fix GenPatchPcdTable to support '-' characters in file namesYonghong Zhu1-1/+1
2015-12-30BaseTool/UPT: Fix a typo issueHess Chen1-1/+1
2015-12-30BaseTool/ECC: Add UTF-8 support on ECC toolHess Chen1-2/+4
2015-12-23BaseTools: Fix Makefile to correctly break during a build failureLarry Hauch1-17/+23
2015-12-17BaseTools: Fix one bug in FD region for multiple workspace supportYonghong Zhu1-3/+3
2015-12-14BaseTools/Ecc: Fix a bug to report fake issueHess Chen1-0/+4
2015-12-08Revert the change in r19143 for BUILDRULEORDER.Yonghong Zhu1-27/+0
2015-12-07BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu1-0/+27
2015-12-07BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID overrideYonghong Zhu1-1/+4
2015-12-07BaseTools: Enhance GenFv Tool to report error messageYonghong Zhu1-20/+23
2015-12-07BaseTools: Fix a bug in the VPD report generationYonghong Zhu1-3/+3