Age | Commit message (Expand) | Author | Files | Lines |
2019-01-14 | BaseTools: Remove unused logic for IPF | Feng, Bob C | 8 | -523/+14 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 4 | -5/+5 |
2019-01-04 | BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binaries | Ard Biesheuvel | 3 | -3/+3 |
2018-12-25 | BaseTools: Reset FdsGlobalVariable | Feng, Bob C | 1 | -0/+51 |
2018-12-07 | BaseTools: Replace the sqlite database with list | BobCF | 1 | -3/+2 |
2018-12-07 | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 1 | -54/+87 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 4 | -9/+8 |
2018-11-20 | BaseTools: Fix the problem using FILE_GUID override in .dsc | Feng, Bob C | 1 | -5/+13 |
2018-11-01 | BaseTools: Fix merge in FDF parser for OptionROM override | Tomas Pilar | 1 | -2/+2 |
2018-10-26 | BaseTools: Allow multiple PciDeviceId in Fdf OptionROM override | Tomas Pilar | 1 | -4/+6 |
2018-10-26 | BaseTools: Roll back code modify by commit 9e47e6f90880 | Feng, YunhuaX | 1 | -2/+2 |
2018-10-25 | BaseTools/GenFds: create and use new variable in FdfParser | Carsey, Jaben | 1 | -22/+23 |
2018-10-25 | BaseTools/GenFds: refactor FdfParser warnings | Carsey, Jaben | 1 | -300/+303 |
2018-10-25 | BaseTools/GenFds: remove MacroDict parameter | Jaben Carsey | 1 | -32/+16 |
2018-10-25 | Basetools/GenFds: refactor class FV | Carsey, Jaben | 2 | -9/+6 |
2018-10-25 | BaseTools/GenFds: change objects to sets | Carsey, Jaben | 1 | -102/+126 |
2018-10-25 | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 21 | -1946/+1819 |
2018-10-15 | BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5 | Feng, YunhuaX | 1 | -1/+1 |
2018-10-15 | BaseTools: do basic check in FvImage with header size and signature | zhijufan | 1 | -20/+24 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 26 | -78/+96 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 2 | -1/+10 |
2018-10-13 | BaseTools: Rename get_bytes_le() to bytes_le | Yonghong Zhu | 1 | -1/+1 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 7 | -18/+18 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 11 | -31/+32 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 3 | -14/+14 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 26 | -28/+0 |
2018-09-26 | BaseTool: Replace dict with OrderedDict. | BobCF | 1 | -3/+4 |
2018-09-20 | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 1 | -3/+1 |
2018-09-13 | BaseTools\GenFds: remove extra content | Carsey, Jaben | 1 | -56/+0 |
2018-09-11 | BaseTools/GenFds: delete unused file | Carsey, Jaben | 1 | -28/+0 |
2018-09-07 | BaseTools/GenFds: remove function without callers | Carsey, Jaben | 1 | -17/+0 |
2018-09-07 | BaseTools: refactor to remove duplicate functions | Carsey, Jaben | 2 | -25/+7 |
2018-09-05 | BaseTools: Extend the keyword "!include"/"!if" to case-insensitive | zhijufan | 1 | -0/+2 |
2018-08-30 | BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xref | zhijufan | 1 | -0/+11 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -2/+2 |
2018-08-08 | BaseTools: Use gGuidPattern for Guid regular expression | Yunhua Feng | 1 | -5/+2 |
2018-08-03 | BaseTools: Guid.xref doesn't specify the correct GUID value for Driver | Yunhua Feng | 1 | -1/+10 |
2018-07-30 | BaseTools: Fix build crash when fdf is empty file | Yunhua Feng | 1 | -0/+2 |
2018-07-16 | BaseTools: Move ImageBinDict to GenFdsGlobalVariable.py | Gary Lin | 5 | -20/+18 |
2018-07-16 | BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py | Gary Lin | 4 | -95/+95 |
2018-07-16 | BaseTools: Move OverrideAttribs to OptRomInfStatement.py | Gary Lin | 2 | -3/+16 |
2018-07-16 | BaseTools: Use absolute import in GenFds | Gary Lin | 25 | -106/+127 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 1 | -14/+67 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 19 | -219/+219 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 11 | -33/+31 |
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 | 9 | -34/+34 |