summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Fix the bug for display incorrect *M flag in reportYonghong Zhu2018-03-021-10/+10
* BaseTools: Fix eval parse string issueFeng, YunhuaX2018-03-021-4/+26
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-283-47/+90
* BaseTools: Update ValueExpressionEx for flexible PCDFeng, YunhuaX2018-02-251-75/+130
* BaseTools/Expression: Use 2nd passes on PCD valuesKinney, Michael D2018-02-251-1/+25
* BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu2018-02-231-0/+4
* BaseTools: Fix VOID* type bugFeng, YunhuaX2018-02-101-0/+2
* BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng2018-02-091-30/+11
* BaseTools: Report error when GUID format is incorrectFeng, YunhuaX2018-02-071-10/+4
* BaseTools: Fix flexible PCD DEVICE_PATH parse issueFeng, YunhuaX2018-02-071-1/+2
* BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX2018-02-071-2/+2
* BaseTools: Update Expression.py for VOID* to support L'a' and 'a'Feng, YunhuaX2018-02-042-3/+20
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-012-2/+2
* BaseTools: Update BPDG to support L'' and '' format as VPD Pcd ValueYonghong Zhu2018-01-311-3/+3
* BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2018-01-301-143/+162
* BaseTools: Fix Sku inherit issue.BobCF2018-01-081-0/+2
* BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2017-12-311-2/+32
* BaseTools: Fix the bug for QuarkPlatformPkg build failureZhu, Yonghong2017-12-291-1/+1
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-272-100/+349
* BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao2017-12-271-3/+3
* BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao2017-12-251-1/+47
* BaseTools: Fix VPD data optimization issueLiming Gao2017-12-251-12/+9
* BaseTools: Check PCD DataType and the maxsize.BobCF2017-12-251-3/+21
* BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao2017-12-251-0/+6
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-252-3/+10
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-253-3/+8
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-253-7/+57
* BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao2017-12-251-0/+23
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-254-17/+116
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-051-0/+1
* BaseTools: parse map file generated by Xcode on MacYonghong Zhu2017-11-031-0/+18
* BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu2017-10-162-1/+2
* BaseTools: add support for BIOS build with binary cacheYonghong Zhu2017-09-271-0/+7
* BaseTools: extend FFS alignment to 16MYonghong Zhu2017-09-251-7/+13
* BaseTools: Add PCDs conditional operator functionYunhua Feng2017-07-101-5/+17
* BaseTools/Common: add support in FDF Parser to parse MM Modules.Supreeth Venkatesh2017-07-071-2/+2
* BaseTools/Common: add MM Module data types.Supreeth Venkatesh2017-07-071-1/+3
* BaseTools: Fix the bug that use '|' or '||' in DSC file's Pcd valueYunhua Feng2017-06-241-1/+6
* BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu2017-05-121-0/+26
* BaseTools: update error message for SKUID_IDENTIFIER formatYonghong Zhu2017-04-061-2/+2
* BaseTools: Enhance expression to support some more operationYonghong Zhu2017-04-011-5/+23
* BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu2017-02-141-1/+2
* BaseTools: Fix the bug to parse the short varname in map fileYonghong Zhu2017-02-081-4/+10
* BaseTools: Fix the bug to parse the new map file formatYonghong Zhu2016-12-021-4/+7
* BaseTools: Fix a bug for ExpandMacros to support mixed case ENV varYonghong Zhu2016-11-021-4/+7
* BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu2016-10-191-26/+31
* BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu2016-09-271-0/+1
* BaseTools: Update python tool to call external tools with shell true modeLiming Gao2016-09-211-3/+4
* BaseTools: Fix bad macro expansion during tools_def.txt parsingMichael Zimmermann2016-05-271-25/+26
* BaseTools: add '!include' support to tools_def.txt parserMichael Zimmermann2016-05-261-7/+64