summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2017-02-17BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu1-6/+18
2017-02-14BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu2-2/+36
2016-12-02BaseTools: add error check for "#image" for idf file formatYonghong Zhu1-1/+4
2016-11-30BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu1-3/+4
2016-11-04BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu1-1/+5
2016-10-19BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu1-0/+14
2016-09-27BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu4-6/+433
2016-09-20BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId rangeYonghong Zhu1-34/+57
2016-08-08BaseTools: Fix the bug when use FILE_GUID override the module in DSCYonghong Zhu1-2/+11
2016-08-08BaseTools: Allow string token identifier to use lower case lettersYonghong Zhu1-6/+6
2016-08-02BaseTools: Keep the Pcd order in the Asbuilt Inf is same with SourceYonghong Zhu1-9/+11
2016-07-29BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu1-0/+4
2016-07-27BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu1-0/+28
2016-07-18BaseTools: Fix a bug for FixedPcd value generation in AutoGen fileYonghong Zhu1-1/+1
2016-06-15BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu1-1/+2
2016-06-04BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu1-0/+13
2016-06-04BaseTools: Add error handling for current_dir is not existYonghong Zhu1-4/+5
2016-05-18BaseTools: support private package definitionYonghong Zhu1-3/+7
2016-05-16BaseTools: Fix bug to not mix comment into Asbuilt inf Depex sectionYonghong Zhu1-2/+3
2016-05-11BaseTools: fix a bug for uni file \x####\ format handlingYonghong Zhu1-1/+1
2016-05-06BaseTools: Support \x####\ in UNI files to specify non-ascii charactersYonghong Zhu1-4/+14
2016-04-27BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu1-21/+16
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu1-0/+5
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu3-75/+274
2016-04-19BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu1-5/+10
2016-04-15BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com1-2/+2
2016-04-14BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu1-3/+6
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu1-0/+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 Zhu2-1/+122
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu3-2/+125
2016-03-15BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu1-0/+2
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu1-2/+8
2016-03-09BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser1-3/+5
2016-01-29BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu1-6/+1
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-19BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu1-1/+28
2016-01-18BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu1-0/+28
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-01BaseTools: Clean some coding style issuesYonghong Zhu7-139/+139
2015-11-30BaseTools: Add build error detection for Dynamic PCD name conflictYonghong Zhu1-16/+36
2015-10-26BaseTools:added extern protocol/PPI/GUID definition in AutoGen for LibraryYonghong Zhu1-15/+12
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX2-9/+11
2015-08-24BaseTools: Update SetPcdPtr in AutoGen CodeLiming Gao1-4/+4
2015-08-24BaseTools: Fix AutoGen issue for Patchable VOID* PCD.Liming Gao1-4/+8
2015-08-24BaseTools: Generate macro for the size of PCD valueBob Feng1-5/+73
2015-08-24BaseTools: Add NULL pointer check in AutoGen codeLiming Gao1-0/+1