summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenPcdDb.py
AgeCommit message (Expand)AuthorFilesLines
7 daysBaseTools: AutoGen: Remove unnecessary codePierre Gondois1-17/+0
2021-01-06BaseTools: Fix the improper error loggingIrene Park1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-3/+3
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-14/+15
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-2/+2
2019-02-01BaseTool:Rename xrange() to range()Zhijux Fan1-11/+11
2019-01-10BaseTools: fix importsCarsey, Jaben1-0/+3
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-26/+27
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-2/+2
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-2/+2
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-11/+11
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng1-11/+11
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-12BaseTools: Correct DXE_PCD_DATABASE_INIT.Zhao, ZhiqiangX1-1/+1
2018-09-03BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C1-0/+6
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin1-3/+4
2018-07-09BaseTools: Clean up source filesLiming Gao1-98/+98
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-57/+57
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-7/+6
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-42/+3
2018-05-04BaseTools: Refactor to share GUID packing functionCarsey, Jaben1-15/+2
2018-05-04BaseTools: AutoGen - move function to clean file namespaceCarsey, Jaben1-26/+26
2018-05-04BaseTools: AutoGen - remove function no one callsCarsey, Jaben1-11/+0
2018-05-04BaseTools: refactor __init__ functions to not compute temporary variableCarsey, Jaben1-30/+7
2018-05-04BaseTools: AutoGen - no need to recomputeCarsey, Jaben1-2/+1
2018-05-04BaseTools: AutoGen - refactor out a useless classCarsey, Jaben1-2/+2
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-2/+2
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-2/+2
2018-04-26BaseTools: AutoGen - remove dictionary populated, but never accessedCarsey, Jaben1-2/+0
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-12/+12
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-7/+10
2018-04-10BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu1-2/+5
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-1/+1
2018-03-23BaseTool: Fixed the issue of empty PcdDB.BobCF1-4/+5
2018-03-03BaseTools: Fixed Pcd value override issue.BobCF1-12/+0
2018-01-25BaseTools: Fixed build failure for the PCD value initialization.Feng, Bob C1-2/+14
2017-12-25BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao1-3/+2
2017-12-25BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao1-9/+15
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao1-1/+1
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao1-110/+117
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao1-1/+1
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao1-25/+0
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao1-0/+3
2016-09-20BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId rangeYonghong Zhu1-34/+57
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu1-6/+16
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu1-1/+12