Age | Commit message (Expand) | Author | Files | Lines |
2018-04-08 | BaseTools: Eot remove unused code | Carsey, Jaben | 1 | -21/+0 |
2018-04-08 | BaseTools - AutoGen - replace custom dictionary class with python standard one | Carsey, Jaben | 2 | -16/+18 |
2018-04-08 | BaseTools: remove unused import statement | Carsey, Jaben | 1 | -1/+0 |
2018-04-08 | BaseTools: Eot tool never populates this dictionary | Carsey, Jaben | 2 | -12/+0 |
2018-04-08 | BaseTools: use built in dict instead of custom version. | Carsey, Jaben | 1 | -1/+1 |
2018-04-08 | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 1 | -14/+16 |
2018-04-05 | MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() calls | Kinney, Michael D | 1 | -3/+22 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: use mnemonics for FXSAVE(64)/FXRSTOR(64) | Laszlo Ersek | 3 | -10/+8 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: remove DBs from SmmRelocationSemaphoreComplete32() | Laszlo Ersek | 2 | -17/+23 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmmInitStack" with PatchInstructionX86() | Laszlo Ersek | 4 | -8/+12 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: eliminate "gSmmJmpAddr" and related DBs | Laszlo Ersek | 4 | -28/+7 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmmCr0" with PatchInstructionX86() | Laszlo Ersek | 5 | -9/+12 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmmCr4" with PatchInstructionX86() | Laszlo Ersek | 5 | -9/+16 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmmCr3" with PatchInstructionX86() | Laszlo Ersek | 4 | -8/+8 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: remove unneeded DBs from X64 SmmStartup() | Laszlo Ersek | 1 | -9/+8 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "XdSupported" with PatchInstructionX86() | Laszlo Ersek | 4 | -6/+16 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86() | Laszlo Ersek | 3 | -8/+8 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiStack" with PatchInstructionX86() | Laszlo Ersek | 3 | -9/+11 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmbase" with PatchInstructionX86() | Laszlo Ersek | 3 | -12/+12 |
2018-04-04 | UefiCpuPkg/PiSmmCpuDxeSmm: remove *.S and *.asm assembly files | Laszlo Ersek | 17 | -4294/+0 |
2018-04-04 | MdePkg/BaseLib: add PatchInstructionX86() | Laszlo Ersek | 3 | -0/+147 |
2018-04-04 | MdePkg/BaseLib.h: state preprocessing conditions in comments after #endifs | Laszlo Ersek | 1 | -13/+11 |
2018-04-04 | UefiCpuPkg PiSmmCpuDxeSmm: Refine some comments about SmmMemoryAttribute | Star Zeng | 2 | -23/+17 |
2018-04-04 | MdeModulePkg SmmMemoryAttribute.h: Refine some comments | Star Zeng | 1 | -10/+7 |
2018-04-03 | BaseTools: remove uncalled functions | Carsey, Jaben | 2 | -38/+0 |
2018-04-03 | BaseTools: make static functions when self is not needed | Carsey, Jaben | 2 | -25/+22 |
2018-04-03 | BaseTools: remove uncalled function | Carsey, Jaben | 4 | -62/+2 |
2018-04-03 | BaseTools: change hex parsing to use built in | Carsey, Jaben | 2 | -44/+8 |
2018-04-03 | BaseTools: use new RegEx from FdfParserLite | Carsey, Jaben | 1 | -7/+5 |
2018-04-03 | BaseTools: use single RegExp for token matching | Carsey, Jaben | 1 | -9/+7 |
2018-04-02 | MdeModulePkg/Gcd: Fix bug of attribute conversion | Heyi Guo | 1 | -5/+0 |
2018-03-30 | OvmfPkg/TlsAuthConfigLib: configure trusted CA certs for HTTPS boot | Laszlo Ersek | 5 | -3/+224 |
2018-03-30 | OvmfPkg: annotate "PcdVariableStoreSize := PcdFlashNvStorageVariableSize" | Laszlo Ersek | 3 | -0/+6 |
2018-03-30 | OvmfPkg/EmuVariableFvbRuntimeDxe: stop using PcdVariableStoreSize | Laszlo Ersek | 2 | -5/+4 |
2018-03-30 | MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSize | Laszlo Ersek | 7 | -8/+74 |
2018-03-30 | MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callback | Star Zeng | 1 | -2/+2 |
2018-03-30 | BaseTools: cleanup class heirarchy | Carsey, Jaben | 5 | -59/+5 |
2018-03-30 | BaseTools: remove loop and variables. | Carsey, Jaben | 1 | -13/+0 |
2018-03-30 | BaseTools: use in to compare single chars | Carsey, Jaben | 1 | -1/+1 |
2018-03-30 | BaseTools: no need to do int() API work for it | Carsey, Jaben | 4 | -18/+6 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 131 | -1142/+1142 |
2018-03-30 | CorebootPayloadPkg: Conditionally add DebugAgentLib for DXE drivers | Alex James | 2 | -0/+6 |
2018-03-29 | BaseTools: compare GUID value should not case-sensitive | Bin Wang | 1 | -1/+1 |
2018-03-29 | BaseTools: refactor repeated RegExp when no special searching is needed. | Carsey, Jaben | 1 | -4/+5 |
2018-03-29 | BaseTools: dont use enumerate when un-needed | Carsey, Jaben | 3 | -5/+5 |
2018-03-29 | BaseTools: move regular expression compile out of function call. | Carsey, Jaben | 1 | -6/+6 |
2018-03-29 | BaseTools: expression can use single in instead of 3 API calls. | Carsey, Jaben | 1 | -1/+1 |
2018-03-29 | BaseTools: remove local hex number regular expression | Carsey, Jaben | 2 | -5/+3 |
2018-03-29 | BaseTools: Use precompiled RegExp | Carsey, Jaben | 1 | -3/+4 |
2018-03-29 | BaseTools: use new shared GUID regular expressions | Carsey, Jaben | 4 | -11/+9 |