summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu9-114/+430
2017-12-27BaseTools: Add Platform Override Build Options for PcdValueInitYonghong Zhu1-4/+73
2017-12-27BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu3-3/+3
2017-12-27BaseTools: Update Python Makefile to include the new added python filesLiming Gao1-0/+4
2017-12-27BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao1-3/+3
2017-12-26BaseTools: Fix building FatPkg failed issueFeng, Bob C1-2/+16
2017-12-25BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao2-58/+118
2017-12-25BaseTools: Fix VPD data optimization issueLiming Gao3-16/+29
2017-12-25BaseTools: Support nest field name in DSC/DECLiming Gao2-13/+16
2017-12-25BaseTools: Check PCD DataType and the maxsize.BobCF2-6/+33
2017-12-25BaseTools: Correct PCD generation logic to make sure DB is useLiming Gao1-12/+12
2017-12-25BaseTools: Generate correct VPD PCD value to store the default settingLiming Gao2-34/+42
2017-12-25BaseTools: Add error message if Structure PCD value is wrongLiming Gao1-3/+35
2017-12-25BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao5-35/+67
2017-12-25BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao2-27/+50
2017-12-25BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao2-22/+29
2017-12-25BaseTools: Update NV Default Header format to include the max sizeLiming Gao3-81/+130
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao9-67/+299
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao8-172/+254
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao13-280/+533
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao5-25/+356
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao15-2985/+3806
2017-12-13BaseTools: enable hash value check for single module buildYonghong Zhu1-1/+4
2017-12-13BaseTools: back up the binary files when hash value is sameYonghong Zhu2-2/+16
2017-12-13BaseTools: Not cache the .efi file location into build optionYonghong Zhu1-3/+0
2017-12-13BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu1-1/+1
2017-12-10BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu1-0/+2
2017-12-08BaseTools: Fix GenSec can't found the depex fileYunhua Feng2-4/+5
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu24-411/+793
2017-12-05BaseTools: Update Trim to generate VfrBinOffset BinaryYonghong Zhu1-3/+78
2017-11-20BaseTools: Fix a bug for single module build with GenC/GenMake optionYonghong Zhu1-5/+0
2017-11-20BaseTools: Guid.xref contain information from FILE statements in FDFYonghong Zhu1-2/+86
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-11-03BaseTools: parse map file generated by Xcode on MacYonghong Zhu2-1/+36
2017-10-16BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu3-1/+3
2017-10-11BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu1-1/+1
2017-10-11BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu3-15/+18
2017-10-10BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu1-1/+1
2017-10-03BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2-2/+17
2017-09-28BaseTools: Fix the regression bug to build single moduleYonghong Zhu1-0/+12
2017-09-27BaseTools: add support for BIOS build with binary cacheYonghong Zhu3-9/+189
2017-09-26BaseTools: report build time measured by module of EDKII BuildYonghong Zhu3-11/+92
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu8-35/+68
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-09-09BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu1-3/+3
2017-09-09BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu1-26/+32
2017-09-09BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu1-1/+1
2017-09-05BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu1-1/+1