| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BaseTools: Rename iteritems to items | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools/DscBuildData: move function | Carsey, Jaben | 2019-01-21 | 1 | -17/+33 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -1/+0 |
* | BaseTools: Enable component override functionality | Feng, Bob C | 2019-01-14 | 1 | -9/+15 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -3/+0 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -2/+2 |
* | BaseTools: Correct PcdArray value assigment statement | Feng, Bob C | 2019-01-04 | 1 | -44/+73 |
* | BaseTools: Fixed metafile parser issues | Feng, Bob C | 2018-12-18 | 1 | -1/+1 |
* | BaseTools: Fix PcdArray issue | Feng, Bob C | 2018-12-18 | 1 | -22/+37 |
* | BaseTools: Fixed bugs in CopyDict function | Feng, Bob C | 2018-12-15 | 1 | -2/+2 |
* | BaseTools: Correct CCFLAG for PcdValueInit | BobCF | 2018-12-07 | 1 | -12/+12 |
* | BaseTools: Customize deepcopy function. | BobCF | 2018-12-07 | 1 | -3/+3 |
* | BaseTool: Filter out unused structure pcds | Feng, Bob C | 2018-12-07 | 1 | -0/+22 |
* | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2018-12-07 | 1 | -118/+266 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -3/+3 |
* | BaseTools: Use common cc flag for building PcdValueInit. | BobCF | 2018-11-05 | 1 | -24/+31 |
* | BaseTools: Rollback Filter out unused structure pcds | Feng, Bob C | 2018-10-27 | 1 | -19/+0 |
* | BaseTools:Not miss the full assign value of FixedAtBuild structure PCD | Zhaozh1x | 2018-10-26 | 1 | -12/+16 |
* | BaseTools: Fix the bug for Pcd used in command line's override | Yonghong Zhu | 2018-10-25 | 1 | -0/+5 |
* | BaseTools: Move PcdValueInit to platform build folder | BobCF | 2018-10-25 | 1 | -8/+17 |
* | BaseTool: Filter out unused structure pcds | BobCF | 2018-10-25 | 1 | -0/+19 |
* | BaseTools: Remove Arch specific build options for PcdValueInit tool. | BobCF | 2018-10-24 | 1 | -1/+1 |
* | BaseTools:Translate the StructurePCD value in field to correct format. | Zhaozh1x | 2018-10-24 | 1 | -5/+2 |
* | BaseTools: Not convert the void* pcd string in command line to array. | Zhaozh1x | 2018-10-24 | 1 | -30/+8 |
* | BaseTools: add ASSERT checker for array buffer in fdf and command line | Zhaozh1x | 2018-10-24 | 1 | -0/+8 |
* | BaseTools: Convert "Unicode string" to "byte array" if value type diff | Zhaozh1x | 2018-10-22 | 1 | -0/+9 |
* | BaseTools: Fix the bug that PcdValueFromComm is not set | Yonghong Zhu | 2018-10-21 | 1 | -0/+1 |
* | BaseTools: Fix a bug --pcd option enable and use the pcd in expression | Yonghong Zhu | 2018-10-18 | 1 | -0/+1 |
* | BaseTools: Fix bugs use special character in the --pcd option | Yonghong Zhu | 2018-10-16 | 1 | -0/+2 |
* | BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1 | Zhaozh1x | 2018-10-16 | 1 | -0/+1 |
* | BaseTools: Convert string value of void* pcd in command line to array. | Zhaozh1x | 2018-10-16 | 1 | -8/+30 |
* | BaseTools: Code should not update the variable that save the raw data. | Zhaozh1x | 2018-10-16 | 1 | -2/+5 |
* | BaseTools: add ASSERT checker for array buffer value assignment. | Zhaozh1x | 2018-10-16 | 1 | -0/+8 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -20/+14 |
* | BaseTools: Not compare the VOID* difference in the DSC and DEC file | Yonghong Zhu | 2018-10-13 | 1 | -1/+2 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -3/+10 |
* | BaseTools: replace the list iteritems by items | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | 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 | -11/+16 |
* | BaseTools: Latter full value should overwrite the former field value. | Zhao, ZhiqiangX | 2018-09-25 | 1 | -0/+17 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 1 | -72/+79 |
* | BaseTools: SKU inheritance. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -3/+2 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+8 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 1 | -25/+29 |
* | BaseTools: Dynamic Pcd value override from command line. | Feng, Bob C | 2018-09-03 | 1 | -1/+6 |
* | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 2018-09-03 | 1 | -3/+3 |
* | BaseTools: Clarify a DSC parsing error about PCDs | Carsey, Jaben | 2018-08-31 | 1 | -1/+1 |