| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | BaseTools: make static functions when self is not needed | Carsey, Jaben | 2018-04-03 | 1 | -13/+12 |
* | BaseTools: remove uncalled function | Carsey, Jaben | 2018-04-03 | 1 | -15/+0 |
* | BaseTools: change hex parsing to use built in | Carsey, Jaben | 2018-04-03 | 1 | -22/+4 |
* | BaseTools: use new RegEx from FdfParserLite | Carsey, Jaben | 2018-04-03 | 1 | -7/+5 |
* | BaseTools: no need to do int() API work for it | Carsey, Jaben | 2018-03-30 | 1 | -4/+1 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -25/+25 |
* | BaseTools: use new shared GUID regular expressions | Carsey, Jaben | 2018-03-29 | 1 | -1/+1 |
* | BaseTools: FdfParser and FdfParserLite share reg exp | Carsey, Jaben | 2018-03-29 | 1 | -2/+2 |
* | BaseTools: FdfParser remove class never used. | Carsey, Jaben | 2018-03-21 | 1 | -15/+0 |
* | BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDs | Carsey, Jaben | 2018-03-21 | 1 | -2/+2 |
* | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 2018-03-09 | 1 | -0/+2 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -0/+1 |
* | BaseTools: Dsc/Fdf conditional statement parse issue | Feng, YunhuaX | 2018-03-03 | 1 | -0/+4 |
* | BaseTools: Add check for INF statement must be a .inf file | Yonghong Zhu | 2018-02-23 | 1 | -1/+3 |
* | BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF File | Yonghong Zhu | 2017-10-11 | 1 | -1/+1 |
* | BaseTools: PI 1.6 to support FV extended header contain FV used size | Yunhua Feng | 2017-10-03 | 1 | -1/+1 |
* | BaseTools: extend FFS alignment to 16M | Yonghong Zhu | 2017-09-25 | 1 | -8/+16 |
* | BaseTools: Fix FDF file parse !include file issue | Yunhua Feng | 2017-07-10 | 1 | -0/+4 |
* | BaseTools/GenFds: register MM Modules and MM FV file types. | Supreeth Venkatesh | 2017-07-07 | 1 | -2/+2 |
* | BaseTools: Skip module AutoGen by comparing timestamp. | Derek Lin | 2017-03-25 | 1 | -0/+4 |
* | BaseTools: Extend the Macro used in the FDF !include statement | Yonghong Zhu | 2017-01-23 | 1 | -11/+30 |
* | BaseTools: not report error for the optional items in the FmpTokens | Yonghong Zhu | 2017-01-06 | 1 | -8/+5 |
* | BaseTools: FILE DATA to support relative path under Multiple workspace | Yonghong Zhu | 2016-11-15 | 1 | -1/+4 |
* | BaseTools: Fix the bug to support generate FFS by Align=Auto | Yonghong Zhu | 2016-11-15 | 1 | -1/+3 |
* | BaseTools/GenFds: Support FDF sections in any order | Michael Kinney | 2016-10-12 | 1 | -19/+4 |
* | BaseTools: Extend FMP to support FV statement and FD statement | Yonghong Zhu | 2016-10-12 | 1 | -14/+45 |
* | BaseTools: FMP capsule add the support to generate auth info | Yonghong Zhu | 2016-08-19 | 1 | -8/+56 |
* | BaseTools: report error if source module INF is only list in FDF file | Yonghong Zhu | 2016-07-27 | 1 | -0/+15 |
* | BaseTools: Update the FV region name as upper letter | Yonghong Zhu | 2016-07-14 | 1 | -2/+2 |
* | BaseTools: fix the bug for FMP to support use Macro as path description | Yonghong Zhu | 2016-04-29 | 1 | -3/+2 |
* | BaseTools: Update FMP Capsule support to follow FDF spec | Yonghong Zhu | 2016-04-27 | 1 | -26/+34 |
* | BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW file | Yonghong Zhu | 2016-04-05 | 1 | -6/+5 |
* | BaseTools: Remove the unnecessary check for RAW File | Yonghong Zhu | 2016-03-28 | 1 | -2/+0 |
* | BaseTools: Extend the RAW format to support multiple binary files | Yonghong Zhu | 2016-03-27 | 1 | -1/+48 |
* | BaseTools: Add support for INF statement in FD region | Yonghong Zhu | 2015-12-07 | 1 | -21/+36 |
* | BaseTools: Nested !include support in DSC and FDF files | Cecil Sheng | 2015-08-26 | 1 | -14/+84 |
* | BaseTools: Add a keyword FvNameString in FDF | Yingke Liu | 2015-07-28 | 1 | -1/+19 |
* | BaseTools: Supported FMP capsule image. | Yingke Liu | 2015-06-23 | 1 | -16/+106 |
* | Fix SET statement bug which is always evaluated even it is in a False conditi... | Yingke Liu | 2015-01-19 | 1 | -0/+2 |
* | License header updated to match correct format. | Yingke Liu | 2014-08-28 | 1 | -3/+13 |
* | There is a limitation on WINDOWS OS for the length of entire file path can’... | Hess Chen | 2014-08-15 | 1 | -1/+2 |