summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
AgeCommit message (Expand)Author
2018-04-25Remove unused filesGuo Mang
2017-07-12BaseTools: Fix incremental build failure that override file be removedYonghong Zhu
2017-07-12BaseTools: Fix the bug that different DSC file use same build outputYonghong Zhu
2017-07-12BaseTools: Fix incremental build bug on DynamicPcd Token GenerationYonghong Zhu
2017-07-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu
2017-07-12BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu
2017-07-12BaseTools: PCD can only use single access method by source buildYonghong Zhu
2017-07-12BaseTools: Fix a bug for BOOLEAN type value in Asbuilt infYonghong Zhu
2017-07-12BaseTools: Update the Conf directory to use the absolute pathYonghong Zhu
2017-04-13BaseTools: Fix re-build issue after tools_def/build_rule updated.Derek Lin
2017-03-25BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin
2017-02-17BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu
2017-02-14BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu
2016-09-27BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu
2016-08-08BaseTools: Fix the bug when use FILE_GUID override the module in DSCYonghong Zhu
2016-08-02BaseTools: Keep the Pcd order in the Asbuilt Inf is same with SourceYonghong Zhu
2016-07-29BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu
2016-07-27BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu
2016-05-18BaseTools: support private package definitionYonghong Zhu
2016-05-16BaseTools: Fix bug to not mix comment into Asbuilt inf Depex sectionYonghong Zhu
2016-04-27BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu
2016-04-19BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu
2016-03-23BaseTools: not include the undefined macro in response fileYonghong Zhu
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu
2016-03-15BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu
2016-01-29BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu
2016-01-29BaseTools: Fix a bug for VpdOffset calculateYonghong Zhu
2016-01-26BaseTools: Fix the bug when no FD section in the FDF fileYonghong Zhu
2016-01-19BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu
2016-01-18BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu
2015-12-08Revert the change in r19143 for BUILDRULEORDER.Yonghong Zhu
2015-12-07BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX
2015-07-02BaseTools: Fixed BuildOptions bug.Yingke Liu
2015-06-23BaseTools: The token values cannot be numeric same with different PCDs.Yingke Liu
2015-06-19BaseTools: Fixed Build Option override bugs.Yingke Liu
2015-06-12BaseTools: Generate a FV EXT entry for FV UI name.Yingke Liu
2015-06-11BaseTools: Generate a binary file and list it in Binary section of As Built INF.Yingke Liu
2015-06-11BaseTools: Support build options for specific module type in DSC.Yingke Liu
2015-06-10BaseTools: Append FILE_GUID to BaseName.Yingke Liu
2015-05-26BaseTools: Implement BUILDRULEORDER for tools_defYingke Liu
2015-04-10BaseTools/Build: Add SDL supportBob Feng
2014-11-11BaseTool: Support EDKII style GUID definition for VFR function.Yingke Liu
2014-09-04BaseTools/AutoGen: Remove redundant copy action for binary moduleHess Chen
2014-08-30This patch is going to fix the issue of only Default SkuId is built into the ...Feng, Bob C