summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenVar.py
AgeCommit message (Expand)AuthorFilesLines
7 daysBaseTools: AutoGen: Remove unnecessary codePierre Gondois1-4/+0
2022-01-13BaseTools: Fix wrong variable header sizeChen, Lin Z1-1/+5
2021-11-11BaseTools: Add authenticated variable store supportChen, Lin Z1-3/+54
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-16/+18
2018-10-22BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x1-67/+30
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-13/+13
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-11/+11
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng1-2/+2
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com1-17/+54
2018-08-16BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao1-1/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-80/+80
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-24/+1
2018-05-04BaseTools: AutoGen - refactor function to remove extra variablesCarsey, Jaben1-8/+5
2018-05-04BaseTools: AutoGen - remove another function no one callsCarsey, Jaben1-5/+0
2018-05-04BaseTools: AutoGen - GenVar refactor static methodsCarsey, Jaben1-25/+36
2018-05-04BaseTools: AutoGen - refactor dictionary accessCarsey, Jaben1-4/+4
2018-05-04BaseTools: AutoGen - refactor assemble_variableCarsey, Jaben1-3/+5
2018-04-26BaseTools: AutoGen - use defaultdict to auto initializeCarsey, Jaben1-5/+1
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-13/+13
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-8/+8
2018-04-17BaseTools: use existing shared variableCarsey, Jaben1-7/+8
2018-02-08BaseTool: Fixed Pcd issues.Feng, Bob C1-1/+18
2018-01-25BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C1-2/+34
2017-12-25BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao1-13/+14
2017-12-25BaseTools: Update NV Default Header format to include the max sizeLiming Gao1-14/+41
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao1-5/+22
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao1-31/+31
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao1-0/+297