summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/Misc.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-1/+1
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-4/+4
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-14/+37
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-2/+2
2018-04-26BaseTools: Share RegEx between filesCarsey, Jaben1-10/+12
2018-04-26BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben1-5/+11
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-6/+6
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-04-17BaseTools: use existing shared variableCarsey, Jaben1-1/+1
2018-04-09BaseTools: dont make temporary dictCarsey, Jaben1-3/+3
2018-04-08BaseTools: Remove unused code from MiscCarsey, Jaben1-279/+1
2018-03-30BaseTools: remove loop and variables.Carsey, Jaben1-13/+0
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-40/+40
2018-03-29BaseTools: dont use enumerate when un-neededCarsey, Jaben1-1/+1
2018-03-18BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu1-8/+0
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu1-25/+16
2018-03-02BaseTools: Fix eval parse string issueFeng, YunhuaX1-4/+26
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX1-13/+18
2018-02-23BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu1-0/+4
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, YunhuaX1-0/+4
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C1-1/+1
2018-01-31BaseTools: Update BPDG to support L'' and '' format as VPD Pcd ValueYonghong Zhu1-3/+3
2018-01-08BaseTools: Fix Sku inherit issue.BobCF1-0/+2
2017-12-31BaseTools: Add DevicePath support for PCD valuesYonghong Zhu1-2/+32
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu1-91/+112
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: Check PCD DataType and the maxsize.BobCF1-3/+21
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao1-3/+7
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao1-1/+4
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao1-6/+53
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 Gao1-16/+112
2017-11-03BaseTools: parse map file generated by Xcode on MacYonghong Zhu1-0/+18
2017-05-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu1-0/+26
2017-04-06BaseTools: update error message for SKUID_IDENTIFIER formatYonghong Zhu1-2/+2
2017-02-08BaseTools: Fix the bug to parse the short varname in map fileYonghong Zhu1-4/+10
2016-12-02BaseTools: Fix the bug to parse the new map file formatYonghong Zhu1-4/+7
2016-10-19BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu1-26/+31
2016-05-18BaseTools: support private package definitionYonghong Zhu1-7/+22
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu1-31/+31
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX1-1/+6
2015-06-23BaseTools: Supported FMP capsule image.Yingke Liu1-0/+21
2015-04-10BaseTools/Build: Add all support skuid to the Pcd DB system skuid tableBob Feng1-4/+14
2015-04-10BaseTools/Build: Add SDL supportBob Feng1-3/+5
2015-02-061. Update UpdateBuildVersion.py; Yingke Liu1-1/+129
2014-09-16Support DSC and FDF file out of WORKSPACE by GenFds.Yingke Liu1-1/+4