Age | Commit message (Expand) | Author | Files | Lines |
2018-05-02 | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 1 | -17/+2 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 2 | -33/+33 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -2/+2 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2 | -14/+12 |
2018-04-17 | BaseTools: use dictionary.get() when we have value if not found | Carsey, Jaben | 1 | -3/+1 |
2018-04-10 | BaseTools: copy a dictionary from InfClassObject to BuildReport | Carsey, Jaben | 1 | -1/+15 |
2018-04-10 | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 1 | -3/+1 |
2018-04-09 | BaseTools: Pcds in [Components] are not display correct in the report | Yonghong Zhu | 1 | -0/+1 |
2018-04-09 | BaseTools: Pcd not used info should not in Module PCD section | Yonghong Zhu | 1 | -5/+6 |
2018-04-08 | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 1 | -4/+6 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 2 | -60/+60 |
2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 1 | -1/+3 |
2018-03-03 | BaseTools: Fix the bug to search Fv.txt file relative to workspace | Yonghong Zhu | 1 | -6/+9 |
2018-03-03 | BaseTools: Correct Structure Pcd value in the report | Yonghong Zhu | 1 | -9/+63 |
2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 1 | -1/+1 |
2018-03-02 | BaseTools: Fix the bug for single module build with GenC/GenMake | Yonghong Zhu | 1 | -0/+8 |
2018-03-01 | BaseTools: Enhance FV info report file path to support absolute path | Yonghong Zhu | 1 | -1/+7 |
2018-02-28 | BaseTools: Fix report not used --pcd value incorrectly | Feng, YunhuaX | 1 | -0/+1 |
2018-02-25 | BaseTools: Add *B Flag for the field that from command line | Yonghong Zhu | 1 | -7/+3 |
2018-02-09 | BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER | Yonghong Zhu | 1 | -1/+2 |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 1 | -1/+1 |
2018-01-30 | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 1 | -2/+7 |
2018-01-21 | BaseTools: Optimizing DscDefaultValue process in BuildReport | From: Yunhua Feng | 1 | -2/+2 |
2018-01-19 | BaseTools: enhance error handling for option --binary-source | Yonghong Zhu | 1 | -0/+6 |
2018-01-15 | BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 feature | Yunhua Feng | 1 | -2/+6 |
2018-01-09 | BaseTools: Add back the cc71d8 version's fix | Yonghong Zhu | 1 | -6/+6 |
2018-01-09 | BaseTools: Not print SKUID info for PCD when it is only Single SKUID | Yonghong Zhu | 1 | -35/+59 |
2017-12-27 | BaseTools: Support PCD flexible values format | Yonghong Zhu | 1 | -0/+6 |
2017-12-25 | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 1 | -5/+5 |
2017-12-25 | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 2 | -38/+260 |
2017-12-13 | BaseTools: enable hash value check for single module build | Yonghong Zhu | 1 | -1/+4 |
2017-12-13 | BaseTools: back up the binary files when hash value is same | Yonghong Zhu | 1 | -0/+5 |
2017-12-05 | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 1 | -6/+42 |
2017-11-20 | BaseTools: Fix a bug for single module build with GenC/GenMake option | Yonghong Zhu | 1 | -5/+0 |
2017-10-11 | BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF value | Yonghong Zhu | 1 | -3/+4 |
2017-10-10 | BaseTools: Fix a bug to use module's Name attribute as compare | Yonghong Zhu | 1 | -1/+1 |
2017-09-28 | BaseTools: Fix the regression bug to build single module | Yonghong Zhu | 1 | -0/+12 |
2017-09-27 | BaseTools: add support for BIOS build with binary cache | Yonghong Zhu | 1 | -0/+30 |
2017-09-26 | BaseTools: report build time measured by module of EDKII Build | Yonghong Zhu | 2 | -11/+91 |
2017-09-09 | BaseTools: Not show *B when Pcd value in build option same with DEC | Yonghong Zhu | 1 | -3/+3 |
2017-09-05 | BaseTools: update help info for -Y option to include 'HASH' | Yonghong Zhu | 1 | -1/+1 |
2017-08-11 | BaseTools/build: Expand PREBUILD/POSTBUILD DSC actions | Michael D Kinney | 1 | -28/+80 |
2017-08-01 | BaseTools: Fix the bug to correctly check Pcd type that in FDF file | Yonghong Zhu | 1 | -0/+7 |
2017-07-26 | BaseTools: Fix the bug that warn() function with only 1 argument | Yonghong Zhu | 1 | -1/+1 |
2017-07-26 | BaseTools: add some comment for .PrebuildEnv file's usage | Yonghong Zhu | 1 | -0/+5 |
2017-07-13 | BaseTools/Build: Support python scripts in PREBUILD/POSTBUILD | Michael Kinney | 1 | -2/+2 |
2017-07-07 | BaseTools/build: register MM module types with build tools. | Supreeth Venkatesh | 2 | -2/+4 |
2017-06-24 | BaseTools: support building the same INF more than once with -m option | Yonghong Zhu | 1 | -6/+9 |
2017-06-24 | BaseTools: Enhance the report to not show the empty section | Yonghong Zhu | 1 | -8/+5 |
2017-05-24 | BaseTools: Fix incremental build bug on DynamicPcd Token Generation | Yonghong Zhu | 1 | -2/+2 |