summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common
AgeCommit message (Expand)AuthorFilesLines
2018-03-21BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben1-3/+3
2018-03-19BaseTools: RangeExpression - remove unused variableCarsey, Jaben1-8/+1
2018-03-19BaseTools: Expression - remove variableCarsey, Jaben1-3/+0
2018-03-19BaseTools: Expression - change from series of if to elifCarsey, Jaben1-4/+4
2018-03-19BaseTools: Expression refactor functionCarsey, Jaben1-6/+5
2018-03-19BaseTools: Expression - remove redundant variableCarsey, Jaben1-6/+4
2018-03-18BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu1-8/+0
2018-03-09BaseTools: GlobalData remove unused variableCarsey, Jaben1-2/+1
2018-03-09BaseTools: Fix parse OFFSET_OF get wrong offsetFeng, YunhuaX1-1/+2
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2-26/+36
2018-03-02BaseTools: report error if flag in LABEL() invalidFeng, YunhuaX1-4/+10
2018-03-02BaseTools: Fix the bug for display incorrect *M flag in reportYonghong Zhu1-10/+10
2018-03-02BaseTools: Fix eval parse string issueFeng, YunhuaX1-4/+26
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX3-47/+90
2018-02-25BaseTools: Update ValueExpressionEx for flexible PCDFeng, YunhuaX1-75/+130
2018-02-25BaseTools/Expression: Use 2nd passes on PCD valuesKinney, Michael D1-1/+25
2018-02-23BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu1-0/+4
2018-02-10BaseTools: Fix VOID* type bugFeng, YunhuaX1-0/+2
2018-02-09BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng1-30/+11
2018-02-07BaseTools: Report error when GUID format is incorrectFeng, YunhuaX1-10/+4
2018-02-07BaseTools: Fix flexible PCD DEVICE_PATH parse issueFeng, YunhuaX1-1/+2
2018-02-07BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX1-2/+2
2018-02-04BaseTools: Update Expression.py for VOID* to support L'a' and 'a'Feng, YunhuaX2-3/+20
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C2-2/+2
2018-01-31BaseTools: Update BPDG to support L'' and '' format as VPD Pcd ValueYonghong Zhu1-3/+3
2018-01-30BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng1-143/+162
2018-01-08BaseTools: Fix Sku inherit issue.BobCF1-0/+2
2017-12-31BaseTools: Add DevicePath support for PCD valuesYonghong Zhu1-2/+32
2017-12-29BaseTools: Fix the bug for QuarkPlatformPkg build failureZhu, Yonghong1-1/+1
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu2-100/+349
2017-12-27BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao1-3/+3
2017-12-25BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao1-1/+47
2017-12-25BaseTools: Fix VPD data optimization issueLiming Gao1-12/+9
2017-12-25BaseTools: Check PCD DataType and the maxsize.BobCF1-3/+21
2017-12-25BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao1-0/+6
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2-3/+10
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao3-3/+8
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao3-7/+57
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao1-0/+23
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao4-17/+116
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu1-0/+1
2017-11-03BaseTools: parse map file generated by Xcode on MacYonghong Zhu1-0/+18
2017-10-16BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu2-1/+2
2017-09-27BaseTools: add support for BIOS build with binary cacheYonghong Zhu1-0/+7
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu1-7/+13
2017-07-10BaseTools: Add PCDs conditional operator functionYunhua Feng1-5/+17
2017-07-07BaseTools/Common: add support in FDF Parser to parse MM Modules.Supreeth Venkatesh1-2/+2
2017-07-07BaseTools/Common: add MM Module data types.Supreeth Venkatesh1-1/+3
2017-06-24BaseTools: Fix the bug that use '|' or '||' in DSC file's Pcd valueYunhua Feng1-1/+6
2017-05-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu1-0/+26