summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2018-03-30BaseTools: no need to do int() API work for itCarsey, Jaben1-4/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben9-120/+120
2018-03-29BaseTools: Use precompiled RegExpCarsey, Jaben1-3/+4
2018-03-27BaseTools: Autogen - modify to use standard parent/child class relationshipsCarsey, Jaben1-39/+54
2018-03-23BaseTool: Fixed the issue of empty PcdDB.BobCF1-4/+5
2018-03-21BaseTools: StrGather remove functions no one callsCarsey, Jaben1-30/+0
2018-03-21BaseTools: StrGather simplify string/int conversion functionsCarsey, Jaben1-14/+4
2018-03-21BaseTools: StrGather has redundant declarationCarsey, Jaben1-7/+2
2018-03-17BaseTools: --hash --binary-destination generate wrong binary pathFeng, YunhuaX1-1/+1
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF2-30/+13
2018-03-03BaseTools: Fixed Pcd value override issue.BobCF2-38/+0
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C1-20/+19
2018-02-28BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu1-1/+14
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX1-7/+13
2018-02-27BaseTools:Override the MAKE_FLAGS by BuildOptions in DSCYonghong Zhu1-0/+7
2018-02-08BaseTools: Enhance error handling for unsupported toolchain Flags/PathYonghong Zhu1-1/+5
2018-02-08BaseTool: Fixed Pcd issues.Feng, Bob C1-1/+18
2018-02-07BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX1-0/+2
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C1-88/+22
2018-01-30BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng1-14/+2
2018-01-25BaseTools: Fixed incorrect VPD size.BobCF1-6/+4
2018-01-25BaseTools: Fixed some small issuesFeng, Bob C1-2/+2
2018-01-25BaseTools: Fixed build failure for the PCD value initialization.Feng, Bob C1-2/+14
2018-01-25BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C2-3/+35
2018-01-23BaseTools: Enhance binary file in [Binaries] section use relative pathYonghong Zhu1-0/+2
2018-01-23BaseTools: Add "processing meta-data" string backYonghong Zhu1-3/+3
2018-01-10BaseTools: Correct Target Path in CodaTargetList replace PathYunhua Feng1-1/+2
2018-01-08BaseTools: Fix an issue in HiiPcd generationBobCF1-3/+2
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu2-0/+41
2017-12-25BaseTools: Fix VPD data optimization issueLiming Gao1-3/+18
2017-12-25BaseTools: Generate correct VPD PCD value to store the default settingLiming Gao1-34/+34
2017-12-25BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao2-4/+4
2017-12-25BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao1-27/+44
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 Gao2-43/+122
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao1-1/+1
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao3-117/+151
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao4-49/+53
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao3-25/+329
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao3-36/+52
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