summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenVar.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: AutoGen - GenVar refactor static methodsCarsey, Jaben2018-05-041-25/+36
* BaseTools: AutoGen - refactor dictionary accessCarsey, Jaben2018-05-041-4/+4
* BaseTools: AutoGen - refactor assemble_variableCarsey, Jaben2018-05-041-3/+5
* BaseTools: AutoGen - use defaultdict to auto initializeCarsey, Jaben2018-04-261-5/+1
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-13/+13
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-1/+1
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-8/+8
* BaseTools: use existing shared variableCarsey, Jaben2018-04-171-7/+8
* BaseTool: Fixed Pcd issues.Feng, Bob C2018-02-081-1/+18
* BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C2018-01-251-2/+34
* BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao2017-12-251-13/+14
* BaseTools: Update NV Default Header format to include the max sizeLiming Gao2017-12-251-14/+41
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-251-5/+22
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-31/+31
* BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao2017-12-251-0/+297