Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | BaseTools: GenFds - use existing shared string | Carsey, Jaben | 1 | -17/+16 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 1 | -19/+3 |
2018-05-04 | BaseTools: refactor to use list not dict | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: FdfParser - update to remove duplicate constant value | Carsey, Jaben | 1 | -15/+14 |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 2 | -18/+18 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 14 | -113/+116 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2 | -3/+3 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 3 | -21/+2 |
2018-05-02 | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 1 | -3/+3 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 11 | -65/+74 |
2018-04-26 | BaseTools: GenFds - simplify testing for Hex number | Carsey, Jaben | 1 | -8/+1 |
2018-04-26 | BaseTools: Remove extra .keys() | Carsey, Jaben | 1 | -1/+1 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 3 | -7/+7 |
2018-04-23 | BaseTools: remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -1/+1 |
2018-04-18 | BaseTools: merge towards minimum PCD MAX <something> methods | Carsey, Jaben | 1 | -5/+3 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 10 | -74/+65 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 6 | -22/+26 |
2018-04-17 | BaseTools: FfsInfStatement - remove unused function | Carsey, Jaben | 1 | -21/+0 |
2018-04-17 | BaseTools: FdfParser - refactor functions to make static | Carsey, Jaben | 2 | -10/+11 |
2018-04-17 | BaseTools: FdfParser refactor to remove a dictionary | Carsey, Jaben | 1 | -5/+4 |
2018-04-17 | BaseTools: refactor DepexSection.GenSection | Carsey, Jaben | 1 | -10/+4 |
2018-04-17 | BaseTools: fix None comparisons | Carsey, Jaben | 1 | -3/+2 |
2018-04-11 | BaseTools: fix --genfds-multi-thread generate makefile issue | Feng, YunhuaX | 4 | -7/+21 |
2018-04-10 | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 2 | -5/+2 |
2018-04-09 | BaseTools: Remove FdfParserLite.py from source since it is not used | Feng, YunhuaX | 1 | -1/+2 |
2018-04-08 | BaseTools: GenFds - move RegEx compile | Carsey, Jaben | 1 | -3/+2 |
2018-04-08 | BaseTools: remove unused import statement | Carsey, Jaben | 1 | -1/+0 |
2018-04-03 | BaseTools: make static functions when self is not needed | Carsey, Jaben | 1 | -13/+12 |
2018-04-03 | BaseTools: remove uncalled function | Carsey, Jaben | 1 | -15/+0 |
2018-04-03 | BaseTools: change hex parsing to use built in | Carsey, Jaben | 1 | -22/+4 |
2018-04-03 | BaseTools: use new RegEx from FdfParserLite | Carsey, Jaben | 1 | -7/+5 |
2018-03-30 | BaseTools: no need to do int() API work for it | Carsey, Jaben | 1 | -4/+1 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 22 | -180/+180 |
2018-03-29 | BaseTools: compare GUID value should not case-sensitive | Bin Wang | 1 | -1/+1 |
2018-03-29 | BaseTools: use new shared GUID regular expressions | Carsey, Jaben | 1 | -1/+1 |
2018-03-29 | BaseTools: FdfParser and FdfParserLite share reg exp | Carsey, Jaben | 1 | -2/+2 |
2018-03-21 | BaseTools: FdfParser remove class never used. | Carsey, Jaben | 1 | -15/+0 |
2018-03-21 | BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDs | Carsey, Jaben | 1 | -2/+2 |
2018-03-09 | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 2 | -1/+3 |
2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 3 | -57/+11 |
2018-03-03 | BaseTools: DSC Components section support flexible PCD | Yunhua Feng | 1 | -0/+15 |
2018-03-03 | BaseTools: Dsc/Fdf conditional statement parse issue | Feng, YunhuaX | 1 | -0/+4 |
2018-03-02 | BaseTools: GlobalData.gConfDirectory is None when run GenFds | Feng, YunhuaX | 1 | -1/+3 |
2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 1 | -0/+1 |
2018-02-23 | BaseTools: Add check for INF statement must be a .inf file | Yonghong Zhu | 1 | -1/+3 |
2018-02-09 | BaseTool: correct the generate compress section process | Feng, YunhuaX | 1 | -8/+5 |
2018-02-07 | BaseTools: Fix COMPRESS alignment incorrect issue | Feng, YunhuaX | 1 | -0/+14 |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2 | -3/+2 |
2018-01-21 | BaseTools: Fix GenFds increment build bug that missing cover command option's... | Yunhua Feng | 1 | -3/+3 |
2018-01-03 | BaseTools: Fix the regression bug of a74398 for SubFv Image | Yonghong Zhu | 1 | -2/+2 |