summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenPcdDb.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix the improper error loggingIrene Park2021-01-061-1/+1
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Various typoAntoine Coeur2019-02-141-3/+3
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-14/+15
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-2/+2
* BaseTool:Rename xrange() to range()Zhijux Fan2019-02-011-11/+11
* BaseTools: fix importsCarsey, Jaben2019-01-101-0/+3
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-26/+27
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-2/+2
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-2/+2
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-11/+11
* BaseTools: Rename xrange() to range()Yunhua Feng2018-10-131-11/+11
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: Correct DXE_PCD_DATABASE_INIT.Zhao, ZhiqiangX2018-09-121-1/+1
* BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C2018-09-031-0/+6
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-161-3/+4
* BaseTools: Clean up source filesLiming Gao2018-07-091-98/+98
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-57/+57
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-7/+6
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-42/+3
* BaseTools: Refactor to share GUID packing functionCarsey, Jaben2018-05-041-15/+2
* BaseTools: AutoGen - move function to clean file namespaceCarsey, Jaben2018-05-041-26/+26
* BaseTools: AutoGen - remove function no one callsCarsey, Jaben2018-05-041-11/+0
* BaseTools: refactor __init__ functions to not compute temporary variableCarsey, Jaben2018-05-041-30/+7
* BaseTools: AutoGen - no need to recomputeCarsey, Jaben2018-05-041-2/+1
* BaseTools: AutoGen - refactor out a useless classCarsey, Jaben2018-05-041-2/+2
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-2/+2
* BaseTools: AutoGen - remove dictionary populated, but never accessedCarsey, Jaben2018-04-261-2/+0
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-12/+12
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-7/+10
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-2/+5
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-1/+1
* BaseTool: Fixed the issue of empty PcdDB.BobCF2018-03-231-4/+5
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-031-12/+0
* BaseTools: Fixed build failure for the PCD value initialization.Feng, Bob C2018-01-251-2/+14
* BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao2017-12-251-3/+2
* BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao2017-12-251-9/+15
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-251-1/+1
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-251-110/+117
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-1/+1
* BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao2017-12-251-25/+0
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-0/+3
* BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId rangeYonghong Zhu2016-09-201-34/+57
* BaseTools: Add mixed PCD support featureYonghong Zhu2016-04-201-6/+16
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-161-1/+12
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-011-4/+4