summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenVar.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-16/+18
* BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x2018-10-221-67/+30
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-13/+13
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-11/+11
* BaseTools: Rename xrange() to range()Yunhua Feng2018-10-131-2/+2
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-261-17/+54
* BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao2018-08-161-1/+1
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-80/+80
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-4/+4
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-24/+1
* BaseTools: AutoGen - refactor function to remove extra variablesCarsey, Jaben2018-05-041-8/+5
* BaseTools: AutoGen - remove another function no one callsCarsey, Jaben2018-05-041-5/+0
* 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