summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2018-01-301-14/+2
* BaseTools: Fixed incorrect VPD size.BobCF2018-01-251-6/+4
* BaseTools: Fixed some small issuesFeng, Bob C2018-01-251-2/+2
* BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C2018-01-251-1/+1
* BaseTools: Enhance binary file in [Binaries] section use relative pathYonghong Zhu2018-01-231-0/+2
* BaseTools: Add "processing meta-data" string backYonghong Zhu2018-01-231-3/+3
* BaseTools: Correct Target Path in CodaTargetList replace PathYunhua Feng2018-01-101-1/+2
* BaseTools: Fix an issue in HiiPcd generationBobCF2018-01-081-3/+2
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+39
* BaseTools: Fix VPD data optimization issueLiming Gao2017-12-251-3/+18
* BaseTools: Generate correct VPD PCD value to store the default settingLiming Gao2017-12-251-34/+34
* BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao2017-12-251-1/+2
* BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao2017-12-251-27/+44
* BaseTools: Update NV Default Header format to include the max sizeLiming Gao2017-12-251-29/+81
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-251-2/+12
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-17/+16
* BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao2017-12-251-0/+32
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-3/+10
* 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