summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: back up the binary files when hash value is sameYonghong Zhu2017-12-131-2/+11
* BaseTools: Not cache the .efi file location into build optionYonghong Zhu2017-12-131-3/+0
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-051-4/+19
* BaseTools: Fix the bug to collect source files per build rule familyYonghong Zhu2017-11-201-4/+4
* BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu2017-11-141-4/+6
* BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu2017-10-161-0/+1
* BaseTools: add support for BIOS build with binary cacheYonghong Zhu2017-09-271-9/+152
* BaseTools: report build time measured by module of EDKII BuildYonghong Zhu2017-09-261-0/+1
* BaseTools: Fix a bug for Mixed Pcd value display in the reportYonghong Zhu2017-09-111-1/+11
* BaseTools: Copy "TianoCore" userextensions into As Built InfYonghong Zhu2017-06-241-0/+36
* BaseTools: Copy "MODULE_UNI_FILE" file into OUTPUT directoryYonghong Zhu2017-06-241-0/+5
* BaseTools: Fix incremental build failure that override file be removedYonghong Zhu2017-06-071-0/+2
* BaseTools: Fix the bug that different DSC file use same build outputYonghong Zhu2017-05-241-1/+8
* BaseTools: Fix incremental build bug on DynamicPcd Token GenerationYonghong Zhu2017-05-241-0/+17
* BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu2017-05-121-27/+2
* BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu2017-05-121-4/+1
* BaseTools: PCD can only use single access method by source buildYonghong Zhu2017-05-061-0/+16
* BaseTools: Fix a bug for BOOLEAN type value in Asbuilt infYonghong Zhu2017-04-271-0/+7
* BaseTools: Update the Conf directory to use the absolute pathYonghong Zhu2017-04-181-4/+4
* BaseTools: Fix re-build issue after tools_def/build_rule updated.Derek Lin2017-04-131-0/+8
* BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin2017-03-251-0/+136
* BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu2017-02-171-6/+18
* BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu2017-02-141-1/+12
* BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu2016-09-271-2/+29
* BaseTools: Fix the bug when use FILE_GUID override the module in DSCYonghong Zhu2016-08-081-2/+11
* BaseTools: Keep the Pcd order in the Asbuilt Inf is same with SourceYonghong Zhu2016-08-021-9/+11
* BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu2016-07-291-0/+4
* BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu2016-07-271-0/+28
* BaseTools: support private package definitionYonghong Zhu2016-05-181-3/+7
* BaseTools: Fix bug to not mix comment into Asbuilt inf Depex sectionYonghong Zhu2016-05-161-2/+3
* BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu2016-04-271-21/+16
* BaseTools: Add mixed PCD support featureYonghong Zhu2016-04-201-17/+188
* BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu2016-04-191-5/+10
* BaseTools: Enhance --Pcd which override by build optionYonghong Zhu2016-04-071-0/+2
* BaseTools: not include the undefined macro in response fileYonghong Zhu2016-03-231-0/+6
* BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu2016-03-221-0/+9
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-161-0/+99
* BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu2016-03-151-0/+2
* BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu2016-03-101-2/+8
* BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu2016-01-291-6/+1
* 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: process the files by the priority in BUILDRULEORDERYonghong Zhu2016-01-191-1/+28
* BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu2016-01-181-0/+28
* Revert the change in r19143 for BUILDRULEORDER.Yonghong Zhu2015-12-081-27/+0
* BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu2015-12-071-0/+27
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-011-103/+103
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-081-7/+9
* BaseTools: Fixed BuildOptions bug.Yingke Liu2015-07-021-11/+3
* BaseTools: The token values cannot be numeric same with different PCDs.Yingke Liu2015-06-231-4/+4