Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | BaseTools: Fix the different token with the same PCD | Yunhua Feng | 1 | -1/+1 |
2018-07-24 | BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value | Yonghong Zhu | 1 | -2/+1 |
2018-07-23 | BaseTools/AutoGen: Update header file for MM modules. | Supreeth Venkatesh | 1 | -8/+8 |
2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 2 | -2/+36 |
2018-07-18 | BaseTools: Remove the duplicate Pcd items | Yonghong Zhu | 1 | -1/+1 |
2018-07-16 | BaseTools: Use absolute import in AutoGen | Gary Lin | 6 | -17/+23 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 2 | -2/+5 |
2018-07-12 | BaseTool: Fixed the incorrect cache key. | bob.c.feng@intel.com | 1 | -2/+2 |
2018-07-10 | BaseTools: Fix the bug that incorrect size info in the Lib autogen | Yonghong Zhu | 1 | -2/+7 |
2018-07-09 | BaseTool: Add cache for the result of SkipAutogen. | Feng, Bob C | 1 | -0/+4 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 8 | -277/+277 |
2018-06-29 | BaseTools: AutoGen - move constructor out of loop | Jaben Carsey | 1 | -2/+4 |
2018-06-29 | BaseTools: AutoGen - clean up access | Jaben Carsey | 2 | -119/+122 |
2018-06-27 | BaseTools: AutoGen - Remove unused variables. | Jaben Carsey | 1 | -10/+0 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 7 | -17/+16 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -2/+2 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 6 | -204/+204 |
2018-06-27 | BaseTools: Remove the deprecated hash_key() | Gary Lin | 1 | -2/+2 |
2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 3 | -4/+4 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 3 | -20/+23 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 4 | -5/+5 |
2018-06-22 | BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file | Yonghong Zhu | 1 | -2/+3 |
2018-06-14 | BaseTools: remove including Base.h if the module type is not BASE | Yonghong Zhu | 1 | -3/+1 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 6 | -199/+164 |
2018-06-13 | BaseTools: refactor to remove functions | Jaben Carsey | 1 | -156/+9 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 7 | -7/+7 |
2018-05-22 | BaseTools: Report more clear error message when PCD type mismatch | Yunhua Feng | 1 | -8/+12 |
2018-05-22 | BaseTools: Library PCD type will inherit from the driver | Yunhua Feng | 1 | -0/+16 |
2018-05-22 | BaseTools: Fix bug PCD type in component is not same with Pcd section | Yunhua Feng | 1 | -0/+2 |
2018-05-16 | BaseTools: Fix --hash Package and Module hash value. | Lin, Derek | 1 | -7/+11 |
2018-05-10 | BaseTools: Remove the redundant code | Yonghong Zhu | 1 | -10/+0 |
2018-05-10 | BaseTools: Fix generating array's size is incorrect in AutoGen.c | Yunhua Feng | 1 | -12/+13 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2 | -9/+9 |
2018-05-04 | BaseTools: refactor Depex optomization | Carsey, Jaben | 1 | -3/+7 |
2018-05-04 | BaseTools: Remove lists form set construction | Carsey, Jaben | 1 | -4/+3 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 3 | -88/+8 |
2018-05-04 | BaseTools: AutoGen - add Opcode constants | Carsey, Jaben | 1 | -57/+54 |
2018-05-04 | BaseTools: remove redundant content in InfSectionParser | Carsey, Jaben | 1 | -5/+4 |
2018-05-04 | BaseTools: remove unused member variable | Carsey, Jaben | 1 | -1/+0 |
2018-05-04 | BaseTools: AutoGen - refactor more functions only called in __init__ | Carsey, Jaben | 1 | -49/+40 |
2018-05-04 | BaseTools: AutoGen - refactor function to remove extra variables | Carsey, Jaben | 1 | -8/+5 |
2018-05-04 | BaseTools: Refactor to share GUID packing function | Carsey, Jaben | 1 | -15/+2 |
2018-05-04 | BaseTools: AutoGen - remove another function no one calls | Carsey, Jaben | 1 | -5/+0 |
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 | 2 | -13/+9 |
2018-05-04 | BaseTools: AutoGen - refactor out a list | Carsey, Jaben | 1 | -7/+3 |
2018-05-04 | BaseTools: AutoGen - refactor out functions only called in __init__ | Carsey, Jaben | 1 | -15/+1 |