| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -15/+15 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -2/+2 |
* | BaseTools: replace long by int | Yunhua Feng | 2019-02-01 | 1 | -9/+9 |
* | BaseTools: Remove unused logic for IPF | Feng, Bob C | 2019-01-14 | 1 | -219/+4 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -2/+2 |
* | BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binaries | Ard Biesheuvel | 2019-01-04 | 1 | -1/+1 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -3/+2 |
* | BaseTools: Fix the problem using FILE_GUID override in .dsc | Feng, Bob C | 2018-11-20 | 1 | -5/+13 |
* | BaseTools: Fix merge in FDF parser for OptionROM override | Tomas Pilar | 2018-11-01 | 1 | -2/+2 |
* | BaseTools: Allow multiple PciDeviceId in Fdf OptionROM override | Tomas Pilar | 2018-10-26 | 1 | -4/+6 |
* | BaseTools/GenFds: create and use new variable in FdfParser | Carsey, Jaben | 2018-10-25 | 1 | -22/+23 |
* | BaseTools/GenFds: refactor FdfParser warnings | Carsey, Jaben | 2018-10-25 | 1 | -300/+303 |
* | BaseTools/GenFds: remove MacroDict parameter | Jaben Carsey | 2018-10-25 | 1 | -32/+16 |
* | Basetools/GenFds: refactor class FV | Carsey, Jaben | 2018-10-25 | 1 | -5/+1 |
* | BaseTools/GenFds: change objects to sets | Carsey, Jaben | 2018-10-25 | 1 | -102/+126 |
* | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 2018-10-25 | 1 | -1557/+1467 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -11/+13 |
* | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2018-10-13 | 1 | -2/+2 |
* | BaseTools: Rename long() to int() | Yunhua Feng | 2018-10-13 | 1 | -9/+9 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTool: Replace dict with OrderedDict. | BobCF | 2018-09-26 | 1 | -3/+4 |
* | BaseTools\GenFds: remove extra content | Carsey, Jaben | 2018-09-13 | 1 | -56/+0 |
* | BaseTools: Extend the keyword "!include"/"!if" to case-insensitive | zhijufan | 2018-09-05 | 1 | -0/+2 |
* | BaseTools: Fix build crash when fdf is empty file | Yunhua Feng | 2018-07-30 | 1 | -0/+2 |
* | BaseTools: Move OverrideAttribs to OptRomInfStatement.py | Gary Lin | 2018-07-16 | 1 | -1/+1 |
* | BaseTools: Use absolute import in GenFds | Gary Lin | 2018-07-16 | 1 | -27/+28 |
* | BaseTools: Enable structure pcd in FDF file | BobCF | 2018-07-13 | 1 | -14/+67 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -73/+73 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -13/+13 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -3/+4 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -5/+5 |
* | BaseTools: introduce !error statement | Yunhua Feng | 2018-06-22 | 1 | -0/+12 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -4/+4 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -2/+2 |
* | BaseTools/GenFds: Remove redundant GetRealFileLine call | Zurcher, Christopher J | 2018-05-28 | 1 | -4/+3 |
* | BaseTools: Correct the variable name | Yonghong Zhu | 2018-05-07 | 1 | -1/+1 |
* | BaseTools: FdfParser - update to remove duplicate constant value | Carsey, Jaben | 2018-05-04 | 1 | -15/+14 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -46/+46 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -3/+3 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -8/+8 |
* | BaseTools: GenFds - simplify testing for Hex number | Carsey, Jaben | 2018-04-26 | 1 | -8/+1 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -3/+3 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -9/+9 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -6/+7 |
* | BaseTools: FdfParser - refactor functions to make static | Carsey, Jaben | 2018-04-17 | 1 | -5/+6 |
* | BaseTools: FdfParser refactor to remove a dictionary | Carsey, Jaben | 2018-04-17 | 1 | -5/+4 |
* | BaseTools: Remove FdfParserLite.py from source since it is not used | Feng, YunhuaX | 2018-04-09 | 1 | -1/+2 |
* | BaseTools: GenFds - move RegEx compile | Carsey, Jaben | 2018-04-08 | 1 | -3/+2 |