Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-29 | BaseTools: Fix a bug for different FV use same FILE statement Guid | Yonghong Zhu | 3 | -4/+7 |
2017-12-13 | BaseTools: Fix the incorrect indent introduced by 37de70 | Yonghong Zhu | 1 | -1/+1 |
2017-12-08 | BaseTools: Fix GenSec can't found the depex file | Yunhua Feng | 2 | -4/+5 |
2017-12-05 | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 20 | -400/+642 |
2017-11-20 | BaseTools: Guid.xref contain information from FILE statements in FDF | Yonghong Zhu | 1 | -2/+86 |
2017-10-11 | BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF File | Yonghong Zhu | 1 | -1/+1 |
2017-10-03 | BaseTools: PI 1.6 to support FV extended header contain FV used size | Yunhua Feng | 2 | -2/+17 |
2017-09-25 | BaseTools: extend FFS alignment to 16M | Yonghong Zhu | 7 | -28/+55 |
2017-09-09 | BaseTools: Fix the bug that same region print twice in the build log | Yonghong Zhu | 1 | -26/+32 |
2017-08-12 | BaseTools: Don't need to add extra quotes when UI string from file | Bin Wang | 1 | -2/+1 |