summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2017-12-13BaseTools: back up the binary files when hash value is sameYonghong Zhu1-2/+11
2017-12-13BaseTools: Not cache the .efi file location into build optionYonghong Zhu1-3/+0
2017-12-10BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu1-0/+2
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu2-5/+108
2017-11-20BaseTools: Fix the bug to collect source files per build rule familyYonghong Zhu1-4/+4
2017-11-14BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu1-4/+6
2017-10-16BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu1-0/+1
2017-09-27BaseTools: add support for BIOS build with binary cacheYonghong Zhu1-9/+152
2017-09-26BaseTools: report build time measured by module of EDKII BuildYonghong Zhu1-0/+1
2017-09-19BaseTools: Fix a bug to correct SourceFileListYonghong Zhu1-0/+7
2017-09-11BaseTools: Fix a bug for Mixed Pcd value display in the reportYonghong Zhu1-1/+11
2017-07-07BaseTools/AutoGen: auto generate MM template APIs and dependencies.Supreeth Venkatesh2-3/+162
2017-06-24BaseTools: Copy "TianoCore" userextensions into As Built InfYonghong Zhu2-0/+54
2017-06-24BaseTools: Copy "MODULE_UNI_FILE" file into OUTPUT directoryYonghong Zhu1-0/+5
2017-06-07BaseTools: Fix incremental build failure that override file be removedYonghong Zhu1-0/+2
2017-05-25BaseTools: Correct if condition expression for DatumType == 'VOID*'Yonghong Zhu1-1/+1
2017-05-24BaseTools: Fix the bug that different DSC file use same build outputYonghong Zhu1-1/+8
2017-05-24BaseTools: Fix incremental build bug on DynamicPcd Token GenerationYonghong Zhu1-0/+17
2017-05-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu2-29/+12
2017-05-12BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu2-6/+6
2017-05-11BaseTools: Correct VOID* PatchPcd Size in Library AutogenYonghong Zhu1-3/+4
2017-05-06BaseTools: PCD can only use single access method by source buildYonghong Zhu1-0/+16
2017-04-27BaseTools: Fix a bug for BOOLEAN type value in Asbuilt infYonghong Zhu1-0/+7
2017-04-18BaseTools: Update the Conf directory to use the absolute pathYonghong Zhu1-4/+4
2017-04-13BaseTools: Fix re-build issue after tools_def/build_rule updated.Derek Lin1-0/+8
2017-04-13BaseTools: Fix build fail after clean or cleanall target.Derek Lin1-1/+2
2017-04-01BaseTools: Enhance StrDefs.h to include ImageDefs.hYonghong Zhu1-0/+3
2017-03-27BaseTools: Fix build failure for DynamicEx Pcd used in the LibraryYonghong Zhu1-5/+3
2017-03-25BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin2-0/+139
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