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