Age | Commit message (Expand) | Author | Files | Lines |
2019-07-12 | BaseTools: Add HOST_APPLICATION module type. | Jiewen Yao | 1 | -1/+1 |
2019-06-10 | BaseTools:Make BaseTools support new rules to generate RAW FFS FILE | Fan, ZhijuX | 1 | -2/+12 |
2019-05-10 | BaseTools:Enables FFS to support the GUID value format | Fan, ZhijuX | 1 | -1/+6 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -15/+15 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 1 | -2/+2 |
2019-02-01 | BaseTools: replace long by int | Yunhua Feng | 1 | -9/+9 |
2019-01-14 | BaseTools: Remove unused logic for IPF | Feng, Bob C | 1 | -219/+4 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 1 | -2/+2 |
2019-01-04 | BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binaries | Ard Biesheuvel | 1 | -1/+1 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 1 | -3/+2 |
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-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 | 1 | -5/+1 |
2018-10-25 | BaseTools/GenFds: change objects to sets | Carsey, Jaben | 1 | -102/+126 |
2018-10-25 | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 1 | -1557/+1467 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -11/+13 |
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 | 1 | -9/+9 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -2/+0 |
2018-09-26 | BaseTool: Replace dict with OrderedDict. | BobCF | 1 | -3/+4 |
2018-09-13 | BaseTools\GenFds: remove extra content | Carsey, Jaben | 1 | -56/+0 |
2018-09-05 | BaseTools: Extend the keyword "!include"/"!if" to case-insensitive | zhijufan | 1 | -0/+2 |
2018-07-30 | BaseTools: Fix build crash when fdf is empty file | Yunhua Feng | 1 | -0/+2 |
2018-07-16 | BaseTools: Move OverrideAttribs to OptRomInfStatement.py | Gary Lin | 1 | -1/+1 |
2018-07-16 | BaseTools: Use absolute import in GenFds | Gary Lin | 1 | -27/+28 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 1 | -14/+67 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 1 | -73/+73 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 1 | -13/+13 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 1 | -3/+4 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 1 | -5/+5 |
2018-06-22 | BaseTools: introduce !error statement | Yunhua Feng | 1 | -0/+12 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 1 | -4/+4 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 1 | -2/+2 |
2018-05-28 | BaseTools/GenFds: Remove redundant GetRealFileLine call | Zurcher, Christopher J | 1 | -4/+3 |
2018-05-07 | BaseTools: Correct the variable name | Yonghong Zhu | 1 | -1/+1 |
2018-05-04 | BaseTools: FdfParser - update to remove duplicate constant value | Carsey, Jaben | 1 | -15/+14 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -46/+46 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 1 | -1/+1 |
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 | 1 | -8/+8 |
2018-04-26 | BaseTools: GenFds - simplify testing for Hex number | Carsey, Jaben | 1 | -8/+1 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -3/+3 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -9/+9 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -6/+7 |