| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -4/+4 |
* | BaseTools: standardize GUID and pack size | Carsey, Jaben | 2018-05-04 | 1 | -14/+37 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: Share RegEx between files | Carsey, Jaben | 2018-04-26 | 1 | -10/+12 |
* | BaseTools: Misc - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 2018-04-26 | 1 | -5/+11 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -6/+6 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -1/+1 |
* | BaseTools: use existing shared variable | Carsey, Jaben | 2018-04-17 | 1 | -1/+1 |
* | BaseTools: dont make temporary dict | Carsey, Jaben | 2018-04-09 | 1 | -3/+3 |
* | BaseTools: Remove unused code from Misc | Carsey, Jaben | 2018-04-08 | 1 | -279/+1 |
* | BaseTools: remove loop and variables. | Carsey, Jaben | 2018-03-30 | 1 | -13/+0 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -40/+40 |
* | BaseTools: dont use enumerate when un-needed | Carsey, Jaben | 2018-03-29 | 1 | -1/+1 |
* | BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible format | Yonghong Zhu | 2018-03-18 | 1 | -8/+0 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -25/+16 |
* | BaseTools: Fix eval parse string issue | Feng, YunhuaX | 2018-03-02 | 1 | -4/+26 |
* | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 2018-02-28 | 1 | -13/+18 |
* | BaseTools: Fix the bug to display the single SKUID info | Yonghong Zhu | 2018-02-23 | 1 | -0/+4 |
* | BaseTools: Report error when GUID format is incorrect | Feng, YunhuaX | 2018-02-07 | 1 | -10/+4 |
* | BaseTools: Fix flexible PCD DEVICE_PATH parse issue | Feng, YunhuaX | 2018-02-07 | 1 | -1/+2 |
* | BaseTools: Fix build argument --pcd for flexible format bugs | Feng, YunhuaX | 2018-02-07 | 1 | -2/+2 |
* | BaseTools: Update Expression.py for VOID* to support L'a' and 'a' | Feng, YunhuaX | 2018-02-04 | 1 | -0/+4 |
* | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2018-02-01 | 1 | -1/+1 |
* | BaseTools: Update BPDG to support L'' and '' format as VPD Pcd Value | Yonghong Zhu | 2018-01-31 | 1 | -3/+3 |
* | BaseTools: Fix Sku inherit issue. | BobCF | 2018-01-08 | 1 | -0/+2 |
* | BaseTools: Add DevicePath support for PCD values | Yonghong Zhu | 2017-12-31 | 1 | -2/+32 |
* | BaseTools: Support PCD flexible values format | Yonghong Zhu | 2017-12-27 | 1 | -91/+112 |
* | BaseTools: Update SkuId checker to make sure it be valid UINT64 value | Liming Gao | 2017-12-27 | 1 | -3/+3 |
* | BaseTools: Fixed the issue of structure pcd filed sku inherit override | Liming Gao | 2017-12-25 | 1 | -1/+47 |
* | BaseTools: Check PCD DataType and the maxsize. | BobCF | 2017-12-25 | 1 | -3/+21 |
* | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 2017-12-25 | 1 | -3/+7 |
* | BaseTools: PcdDataBase Optimization for multiple SkuIds | Liming Gao | 2017-12-25 | 1 | -1/+4 |
* | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 2017-12-25 | 1 | -6/+53 |
* | BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD Value | Liming Gao | 2017-12-25 | 1 | -0/+23 |
* | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 2017-12-25 | 1 | -16/+112 |
* | BaseTools: parse map file generated by Xcode on Mac | Yonghong Zhu | 2017-11-03 | 1 | -0/+18 |
* | BaseTools: Fix the bug for CArray PCD override in command line | Yonghong Zhu | 2017-05-12 | 1 | -0/+26 |
* | BaseTools: update error message for SKUID_IDENTIFIER format | Yonghong Zhu | 2017-04-06 | 1 | -2/+2 |
* | BaseTools: Fix the bug to parse the short varname in map file | Yonghong Zhu | 2017-02-08 | 1 | -4/+10 |
* | BaseTools: Fix the bug to parse the new map file format | Yonghong Zhu | 2016-12-02 | 1 | -4/+7 |
* | BaseTools: support PCD value to use expression in the DEC file | Yonghong Zhu | 2016-10-19 | 1 | -26/+31 |
* | BaseTools: support private package definition | Yonghong Zhu | 2016-05-18 | 1 | -7/+22 |
* | BaseTools: Clean some coding style issues | Yonghong Zhu | 2015-12-01 | 1 | -31/+31 |
* | BaseTools: Update Build tool to support multiple workspaces | Li YangX | 2015-10-08 | 1 | -1/+6 |
* | BaseTools: Supported FMP capsule image. | Yingke Liu | 2015-06-23 | 1 | -0/+21 |
* | BaseTools/Build: Add all support skuid to the Pcd DB system skuid table | Bob Feng | 2015-04-10 | 1 | -4/+14 |
* | BaseTools/Build: Add SDL support | Bob Feng | 2015-04-10 | 1 | -3/+5 |
* | 1. Update UpdateBuildVersion.py; | Yingke Liu | 2015-02-06 | 1 | -1/+129 |
* | Support DSC and FDF file out of WORKSPACE by GenFds. | Yingke Liu | 2014-09-16 | 1 | -1/+4 |
* | License header updated to match correct format. | Yingke Liu | 2014-08-28 | 1 | -0/+124 |