| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Remove EdkIIWorkspaceBuild.py from source code | Feng, YunhuaX | 2018-04-10 | 2 | -1671/+0 |
* | BaseTools: copy a dictionary from InfClassObject to BuildReport | Carsey, Jaben | 2018-04-10 | 1 | -1/+15 |
* | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 2018-04-10 | 2 | -2/+4 |
* | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 2018-04-10 | 4 | -6/+23 |
* | BaseTools: Fix size override issue for Void* Patchable pcd | Yonghong Zhu | 2018-04-10 | 1 | -8/+12 |
* | BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd | Yonghong Zhu | 2018-04-10 | 2 | -3/+5 |
* | BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library | Yonghong Zhu | 2018-04-10 | 1 | -5/+17 |
* | BaseTools: Parse PCD GUID name in FILE statement issue | Yunhua Feng | 2018-04-10 | 1 | -2/+2 |
* | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 2018-04-10 | 7 | -17/+8 |
* | BaseTools: GenC - move content from both parts of if/else | Carsey, Jaben | 2018-04-10 | 1 | -4/+2 |
* | BaseTools: change more list to set | Carsey, Jaben | 2018-04-10 | 2 | -24/+10 |
* | BaseTools: remove unneeded function call | Carsey, Jaben | 2018-04-10 | 1 | -1/+0 |
* | BaseTools: change another list to set | Carsey, Jaben | 2018-04-10 | 1 | -2/+2 |
* | BaseTools: optimize buildoptions loop | Carsey, Jaben | 2018-04-10 | 1 | -15/+6 |
* | BaseTools: simplify testing for existance and containing data | Carsey, Jaben | 2018-04-10 | 1 | -9/+7 |
* | BaseTools: change list to set | Carsey, Jaben | 2018-04-10 | 1 | -9/+5 |
* | BaseTools: remove unused variables | Carsey, Jaben | 2018-04-10 | 1 | -10/+1 |
* | BaseTools: replace a dict with a set | Carsey, Jaben | 2018-04-10 | 1 | -2/+2 |
* | BaseTools: sets are faster to check via "in" due to hashing | Carsey, Jaben | 2018-04-10 | 1 | -6/+6 |
* | BaseTools: defaultdict(set) allows us to just add to the set | Carsey, Jaben | 2018-04-10 | 1 | -8/+5 |
* | BaseTools: remove uncalled functions | Carsey, Jaben | 2018-04-10 | 1 | -27/+0 |
* | BaseTools: remove unused file | Carsey, Jaben | 2018-04-10 | 3 | -79/+5 |
* | BaseTools: Pcds in [Components] are not display correct in the report | Yonghong Zhu | 2018-04-09 | 1 | -0/+1 |
* | BaseTools: Pcd not used info should not in Module PCD section | Yonghong Zhu | 2018-04-09 | 1 | -5/+6 |
* | BaseTools: dont make temporary dict | Carsey, Jaben | 2018-04-09 | 1 | -3/+3 |
* | BaseTools: Remove FdfParserLite.py from source since it is not used | Feng, YunhuaX | 2018-04-09 | 4 | -3643/+4 |
* | MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warnings | Star Zeng | 2018-04-08 | 1 | -1/+5 |
* | BaseTools: small cleanup | Carsey, Jaben | 2018-04-08 | 1 | -15/+0 |
* | BaseTools: Autogen - change from list to set | Carsey, Jaben | 2018-04-08 | 1 | -21/+15 |
* | BaseTools: move RegEx to root of file and share it | Carsey, Jaben | 2018-04-08 | 2 | -5/+4 |
* | BaseTools: remove redundant check | Carsey, Jaben | 2018-04-08 | 2 | -3/+3 |
* | BaseTools: AutoGen - use the new shared RegEx | Carsey, Jaben | 2018-04-08 | 2 | -3/+4 |
* | BaseTools: Add new RegEx pattern to GlobalData | Carsey, Jaben | 2018-04-08 | 1 | -0/+3 |
* | BaseTools: GenFds - move RegEx compile | Carsey, Jaben | 2018-04-08 | 1 | -3/+2 |
* | BaseTools: Autogen - move RegEx compile | Carsey, Jaben | 2018-04-08 | 1 | -7/+15 |
* | BaseTools: Remove unused code from Misc | Carsey, Jaben | 2018-04-08 | 2 | -280/+1 |
* | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 3 | -43/+36 |
* | BaseTools: use combined version of OrderedDict | Carsey, Jaben | 2018-04-08 | 1 | -7/+11 |
* | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 8 | -34/+35 |
* | BaseTools: Eot remove unused code | Carsey, Jaben | 2018-04-08 | 1 | -21/+0 |
* | BaseTools - AutoGen - replace custom dictionary class with python standard one | Carsey, Jaben | 2018-04-08 | 2 | -16/+18 |
* | BaseTools: remove unused import statement | Carsey, Jaben | 2018-04-08 | 1 | -1/+0 |
* | BaseTools: Eot tool never populates this dictionary | Carsey, Jaben | 2018-04-08 | 2 | -12/+0 |
* | BaseTools: use built in dict instead of custom version. | Carsey, Jaben | 2018-04-08 | 1 | -1/+1 |
* | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 2018-04-08 | 1 | -14/+16 |
* | MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() calls | Kinney, Michael D | 2018-04-05 | 1 | -3/+22 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: use mnemonics for FXSAVE(64)/FXRSTOR(64) | Laszlo Ersek | 2018-04-04 | 3 | -10/+8 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: remove DBs from SmmRelocationSemaphoreComplete32() | Laszlo Ersek | 2018-04-04 | 2 | -17/+23 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmmInitStack" with PatchInstructionX86() | Laszlo Ersek | 2018-04-04 | 4 | -8/+12 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: eliminate "gSmmJmpAddr" and related DBs | Laszlo Ersek | 2018-04-04 | 4 | -28/+7 |