Age | Commit message (Expand) | Author | Files | Lines |
2021-09-29 | BaseTools: Remove Makefile/MakefileName fields | Pierre Gondois | 1 | -2/+0 |
2021-07-12 | BaseTools: Enable the flag to treat dynamic pcd as dynamicEx | Bob Feng | 1 | -87/+66 |
2020-11-05 | BaseTools: Enable Module Scope Structure Pcd | Bob Feng | 1 | -0/+12 |
2019-09-10 | BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed | Feng, Bob C | 1 | -0/+10 |
2019-05-10 | BaseTools: Correct the value assignment for StructurePcd | Fan, ZhijuX | 1 | -26/+52 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-03-24 | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 1 | -1/+0 |
2019-02-19 | BaseTools: Add MaxSizeUserSet to Pcd deepcopy function | Feng, Bob C | 1 | -0/+1 |
2019-02-18 | BaseTools: Fixed an issue about StructurePcd | Feng, Bob C | 1 | -1/+1 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -1/+1 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 1 | -2/+2 |
2019-02-01 | BaseTools: nametuple not have verbose parameter in python3 | Yunhua Feng | 1 | -1/+1 |
2019-01-04 | BaseTools: Correct PcdArray value assigment statement | Feng, Bob C | 1 | -1/+0 |
2018-12-18 | BaseTools: Fix PcdArray issue | Feng, Bob C | 1 | -1/+2 |
2018-12-15 | BaseTools: Fixed the build fail issue for cases | Feng, Bob C | 1 | -1/+1 |
2018-12-07 | BaseTools: Customize deepcopy function. | BobCF | 1 | -0/+52 |
2018-12-07 | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 1 | -12/+73 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -2/+2 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Remove the outdated verbose parameter of namedtuple | Yunhua Feng | 1 | -1/+1 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 1 | -0/+2 |
2018-09-26 | BaseTool: Replace dict with OrderedDict. | BobCF | 1 | -6/+10 |
2018-09-20 | BaseTools: Don't save unused workspace data | Carsey, Jaben | 1 | -7/+0 |
2018-09-20 | BaseTools: refactor Build Database objects | Carsey, Jaben | 1 | -23/+9 |
2018-09-12 | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 1 | -1/+3 |
2018-09-12 | BaseTools: Involve Dec default value to calculate Maxsize | Feng, Bob C | 1 | -17/+17 |
2018-09-12 | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 1 | -1/+1 |
2018-08-16 | BaseTools: Clean up not used code in BuildClassObject | Yonghong Zhu | 1 | -11/+2 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 1 | -1/+15 |
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 | -7/+7 |
2018-05-04 | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 1 | -0/+31 |
2018-05-04 | BaseTools: Workspace - refactor a dict | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: remove Compound statements | Carsey, Jaben | 1 | -5/+10 |
2018-05-04 | BaseTools: eliminate {} from dictionary contructor call | Carsey, Jaben | 1 | -5/+5 |
2018-04-10 | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 1 | -1/+2 |
2018-04-08 | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 1 | -2/+2 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 1 | -1/+1 |
2018-03-19 | BaseTool: Error handling for PCD datumtype. | Feng, Bob C | 1 | -0/+2 |
2018-03-09 | BaseTools: Fixed Pcd from command line issue. | BobCF | 1 | -2/+2 |
2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 1 | -0/+4 |
2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 1 | -0/+4 |
2018-02-28 | BaseTools: Fixed the pcd value override issue. | Feng, Bob C | 1 | -0/+4 |
2018-02-08 | BaseTool: Fixed Pcd issues. | Feng, Bob C | 1 | -0/+1 |
2018-02-01 | BaseTools: Support multiple .h file | Feng, Bob C | 1 | -1/+1 |
2018-01-25 | BaseTool: Fixed the StructurePcd incorrect value. | Feng, Bob C | 1 | -3/+6 |
2018-01-25 | BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c file | Feng, Bob C | 1 | -0/+4 |
2017-12-25 | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 1 | -1/+1 |
2017-12-25 | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 1 | -1/+2 |
2017-12-25 | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 1 | -7/+10 |