| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 2019-03-24 | 1 | -1/+0 |
* | BaseTools: Add MaxSizeUserSet to Pcd deepcopy function | Feng, Bob C | 2019-02-19 | 1 | -0/+1 |
* | BaseTools: Fixed an issue about StructurePcd | Feng, Bob C | 2019-02-18 | 1 | -1/+1 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -2/+2 |
* | BaseTools: nametuple not have verbose parameter in python3 | Yunhua Feng | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: Correct PcdArray value assigment statement | Feng, Bob C | 2019-01-04 | 1 | -1/+0 |
* | BaseTools: Fix PcdArray issue | Feng, Bob C | 2018-12-18 | 1 | -1/+2 |
* | BaseTools: Fixed the build fail issue for cases | Feng, Bob C | 2018-12-15 | 1 | -1/+1 |
* | BaseTools: Customize deepcopy function. | BobCF | 2018-12-07 | 1 | -0/+52 |
* | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2018-12-07 | 1 | -12/+73 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -2/+2 |
* | BaseTools: remove the super() function argument | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the outdated verbose parameter of namedtuple | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2018-09-26 | 1 | -0/+2 |
* | BaseTool: Replace dict with OrderedDict. | BobCF | 2018-09-26 | 1 | -6/+10 |
* | BaseTools: Don't save unused workspace data | Carsey, Jaben | 2018-09-20 | 1 | -7/+0 |
* | BaseTools: refactor Build Database objects | Carsey, Jaben | 2018-09-20 | 1 | -23/+9 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+3 |
* | BaseTools: Involve Dec default value to calculate Maxsize | Feng, Bob C | 2018-09-12 | 1 | -17/+17 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 1 | -1/+1 |
* | BaseTools: Clean up not used code in BuildClassObject | Yonghong Zhu | 2018-08-16 | 1 | -11/+2 |
* | BaseTools: Enable structure pcd in FDF file | BobCF | 2018-07-13 | 1 | -1/+15 |
* | 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 | -7/+7 |
* | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2018-05-04 | 1 | -0/+31 |
* | BaseTools: Workspace - refactor a dict | Carsey, Jaben | 2018-05-04 | 1 | -1/+1 |
* | BaseTools: remove Compound statements | Carsey, Jaben | 2018-05-04 | 1 | -5/+10 |
* | BaseTools: eliminate {} from dictionary contructor call | Carsey, Jaben | 2018-05-04 | 1 | -5/+5 |
* | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 2018-04-10 | 1 | -1/+2 |
* | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 1 | -2/+2 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -1/+1 |
* | BaseTool: Error handling for PCD datumtype. | Feng, Bob C | 2018-03-19 | 1 | -0/+2 |
* | BaseTools: Fixed Pcd from command line issue. | BobCF | 2018-03-09 | 1 | -2/+2 |
* | BaseTools: Fixed Pcd value override issue. | BobCF | 2018-03-03 | 1 | -0/+4 |
* | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 2018-02-28 | 1 | -0/+4 |
* | BaseTools: Fixed the pcd value override issue. | Feng, Bob C | 2018-02-28 | 1 | -0/+4 |
* | BaseTool: Fixed Pcd issues. | Feng, Bob C | 2018-02-08 | 1 | -0/+1 |
* | BaseTools: Support multiple .h file | Feng, Bob C | 2018-02-01 | 1 | -1/+1 |
* | BaseTool: Fixed the StructurePcd incorrect value. | Feng, Bob C | 2018-01-25 | 1 | -3/+6 |
* | BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c file | Feng, Bob C | 2018-01-25 | 1 | -0/+4 |
* | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 2017-12-25 | 1 | -1/+1 |
* | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 2017-12-25 | 1 | -1/+2 |
* | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 2017-12-25 | 1 | -7/+10 |
* | BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD Value | Liming Gao | 2017-12-25 | 1 | -0/+4 |
* | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 2017-12-25 | 1 | -0/+58 |
* | BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF value | Yonghong Zhu | 2017-10-11 | 1 | -2/+5 |
* | BaseTools/Build: Add SDL support | Bob Feng | 2015-04-10 | 1 | -2/+5 |
* | This patch is going to correct the external PCD database generation rule to s... | Feng, Bob C | 2014-08-26 | 1 | -0/+2 |
* | There is a limitation on WINDOWS OS for the length of entire file path can’... | Hess Chen | 2014-08-15 | 1 | -2/+2 |