Age | Commit message (Expand) | Author | Files | Lines |
7 days | BaseTools: AutoGen: Remove unnecessary code | Pierre Gondois | 1 | -4/+0 |
2022-01-13 | BaseTools: Fix wrong variable header size | Chen, Lin Z | 1 | -1/+5 |
2021-11-11 | BaseTools: Add authenticated variable store support | Chen, Lin Z | 1 | -3/+54 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 1 | -16/+18 |
2018-10-22 | BaseTool: Support different PCDs that refers to the same EFI variable. | Zhaozh1x | 1 | -67/+30 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -13/+13 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 1 | -11/+11 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 1 | -2/+2 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 1 | -17/+54 |
2018-08-16 | BaseTool: Fixed the bug of Boolean Hii Pcd packing. | Liming Gao | 1 | -1/+1 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 1 | -80/+80 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 1 | -1/+1 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 1 | -4/+4 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 1 | -24/+1 |
2018-05-04 | BaseTools: AutoGen - refactor function to remove extra variables | Carsey, Jaben | 1 | -8/+5 |
2018-05-04 | BaseTools: AutoGen - remove another function no one calls | Carsey, Jaben | 1 | -5/+0 |
2018-05-04 | BaseTools: AutoGen - GenVar refactor static methods | Carsey, Jaben | 1 | -25/+36 |
2018-05-04 | BaseTools: AutoGen - refactor dictionary access | Carsey, Jaben | 1 | -4/+4 |
2018-05-04 | BaseTools: AutoGen - refactor assemble_variable | Carsey, Jaben | 1 | -3/+5 |
2018-04-26 | BaseTools: AutoGen - use defaultdict to auto initialize | Carsey, Jaben | 1 | -5/+1 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -13/+13 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -1/+1 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -8/+8 |
2018-04-17 | BaseTools: use existing shared variable | Carsey, Jaben | 1 | -7/+8 |
2018-02-08 | BaseTool: Fixed Pcd issues. | Feng, Bob C | 1 | -1/+18 |
2018-01-25 | BaseTool: Combine the HiiPcd value if they link to same Variable | Feng, Bob C | 1 | -2/+34 |
2017-12-25 | BaseTools: Update SkuId as SKU_ID type to follow current implementation | Liming Gao | 1 | -13/+14 |
2017-12-25 | BaseTools: Update NV Default Header format to include the max size | Liming Gao | 1 | -14/+41 |
2017-12-25 | BaseTools: PcdDataBase Optimization for multiple SkuIds | Liming Gao | 1 | -5/+22 |
2017-12-25 | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 1 | -31/+31 |
2017-12-25 | BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD Value | Liming Gao | 1 | -0/+297 |