Age | Commit message (Expand) | Author | Files | Lines |
2019-01-14 | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 3 | -154/+47 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 3 | -5/+6 |
2018-12-19 | BaseTools: Add $(INC)-like support when compiling .nasm files | Zhiju.Fan | 1 | -1/+19 |
2018-12-15 | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 1 | -4/+12 |
2018-12-07 | BaseTools: Optimize string concatenation | BobCF | 1 | -11/+28 |
2018-12-07 | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 1 | -0/+4 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2 | -32/+32 |
2018-12-06 | BaseTools: cleanup LongFilePathSupport usage | Jaben Carsey | 1 | -13/+1 |
2018-11-02 | BaseTools: Check the max size for string PCD. | Zhao, ZhiqiangX | 1 | -0/+7 |
2018-11-02 | BaseTools: Add checking to EFI variable attribute. | Feng, Bob C | 1 | -0/+2 |
2018-10-25 | BaseTools: list .nasm include inc files as its dependency | zhijufan | 1 | -1/+1 |
2018-10-25 | BaseTools: Fix the bug for Pcd used in command line's override | Yonghong Zhu | 1 | -0/+7 |
2018-10-24 | BaseTools: Not convert the void* pcd string in command line to array. | Zhaozh1x | 1 | -1/+1 |
2018-10-22 | BaseTool: Support different PCDs that refers to the same EFI variable. | Zhaozh1x | 1 | -67/+30 |
2018-10-21 | BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDF | Yonghong Zhu | 1 | -4/+4 |
2018-10-15 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 11 | -143/+148 |
2018-10-13 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 4 | -18/+24 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2 | -5/+5 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 5 | -31/+31 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 7 | -55/+43 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2 | -4/+10 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 2 | -8/+8 |
2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 1 | -3/+3 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 2 | -13/+13 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 8 | -9/+0 |
2018-09-30 | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 1 | -44/+13 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2 | -18/+56 |
2018-09-26 | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 1 | -1/+1 |
2018-09-20 | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 1 | -33/+25 |
2018-09-20 | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 1 | -12/+8 |
2018-09-20 | BaseTools: AutoGen refactor WorkspaceAutoGen class | Carsey, Jaben | 1 | -41/+28 |
2018-09-20 | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 1 | -331/+272 |
2018-09-12 | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 1 | -1/+1 |
2018-09-12 | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 1 | -1/+6 |
2018-09-12 | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 1 | -0/+1 |
2018-09-03 | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 1 | -0/+6 |
2018-08-30 | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 1 | -2/+2 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 3 | -9/+10 |
2018-08-29 | BaseTools: AutoGen.py remove unused import | Carsey, Jaben | 1 | -1/+0 |
2018-08-23 | BaseTools: remove cmp due to deprecated in python3 | Feng, YunhuaX | 1 | -3/+3 |
2018-08-21 | BaseTools: Fix regression issue by b23414f6540d | Feng, YunhuaX | 1 | -1/+1 |
2018-08-20 | BaseTools: AutoGen refactor to iterate less | Jaben Carsey | 1 | -62/+56 |
2018-08-20 | BaseTools: AutoGen - tag a function as cachable | Jaben Carsey | 1 | -24/+22 |
2018-08-20 | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 3 | -664/+513 |
2018-08-16 | BaseTools: Optimizing code for function doesn't match | Yunhua Feng | 1 | -16/+14 |
2018-08-16 | BaseTools: Remove a unused function. | Feng, Bob C | 1 | -128/+0 |
2018-08-16 | BaseTool: Fixed the bug of Boolean Hii Pcd packing. | Liming Gao | 1 | -1/+1 |