Age | Commit message (Expand) | Author | Files | Lines |
7 days | BaseTools: AutoGen: Remove unnecessary code | Pierre Gondois | 1 | -17/+0 |
2021-01-06 | BaseTools: Fix the improper error logging | Irene Park | 1 | -1/+1 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -3/+3 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 1 | -14/+15 |
2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 1 | -2/+2 |
2019-02-01 | BaseTool:Rename xrange() to range() | Zhijux Fan | 1 | -11/+11 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 1 | -0/+3 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -26/+27 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 1 | -2/+2 |
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 | -11/+11 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -1/+0 |
2018-09-12 | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 1 | -1/+1 |
2018-09-03 | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 1 | -0/+6 |
2018-07-16 | BaseTools: Use absolute import in AutoGen | Gary Lin | 1 | -3/+4 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 1 | -98/+98 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 1 | -2/+2 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 1 | -57/+57 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 1 | -7/+6 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 1 | -1/+1 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 1 | -42/+3 |
2018-05-04 | BaseTools: Refactor to share GUID packing function | Carsey, Jaben | 1 | -15/+2 |
2018-05-04 | BaseTools: AutoGen - move function to clean file namespace | Carsey, Jaben | 1 | -26/+26 |
2018-05-04 | BaseTools: AutoGen - remove function no one calls | Carsey, Jaben | 1 | -11/+0 |
2018-05-04 | BaseTools: refactor __init__ functions to not compute temporary variable | Carsey, Jaben | 1 | -30/+7 |
2018-05-04 | BaseTools: AutoGen - no need to recompute | Carsey, Jaben | 1 | -2/+1 |
2018-05-04 | BaseTools: AutoGen - refactor out a useless class | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 1 | -2/+2 |
2018-04-26 | BaseTools: AutoGen - remove dictionary populated, but never accessed | Carsey, Jaben | 1 | -2/+0 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -12/+12 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -7/+10 |
2018-04-10 | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 1 | -2/+5 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 1 | -1/+1 |
2018-03-23 | BaseTool: Fixed the issue of empty PcdDB. | BobCF | 1 | -4/+5 |
2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 1 | -12/+0 |
2018-01-25 | BaseTools: Fixed build failure for the PCD value initialization. | Feng, Bob C | 1 | -2/+14 |
2017-12-25 | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 1 | -3/+2 |
2017-12-25 | BaseTools: Update SkuId as SKU_ID type to follow current implementation | Liming Gao | 1 | -9/+15 |
2017-12-25 | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 1 | -1/+1 |
2017-12-25 | BaseTools: PcdDataBase Optimization for multiple SkuIds | Liming Gao | 1 | -110/+117 |
2017-12-25 | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 1 | -1/+1 |
2017-12-25 | BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD Value | Liming Gao | 1 | -25/+0 |
2017-12-25 | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 1 | -0/+3 |
2016-09-20 | BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId range | Yonghong Zhu | 1 | -34/+57 |
2016-04-20 | BaseTools: Add mixed PCD support feature | Yonghong Zhu | 1 | -6/+16 |
2016-03-16 | BaseTools: add new command line option to support override PCD value | Yonghong Zhu | 1 | -1/+12 |