| Commit message (Expand) | Author | Age | Files | Lines |
* | IntelFrameworkPkg: Clean up source files | Liming Gao | 2018-06-28 | 77 | -1808/+1808 |
* | IntelFrameworkModulePkg: Clean up source files | Liming Gao | 2018-06-28 | 246 | -4069/+4069 |
* | FatPkg: Clean up source files | Liming Gao | 2018-06-28 | 13 | -245/+245 |
* | FatBinPkg: Clean up source files | Liming Gao | 2018-06-28 | 1 | -2/+2 |
* | CryptoPkg: Clean up source files | Liming Gao | 2018-06-28 | 51 | -151/+151 |
* | BaseTools: Move variable out of Global | Jaben Carsey | 2018-06-28 | 2 | -14/+14 |
* | SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in lib | Liming Gao | 2018-06-27 | 2 | -2/+2 |
* | BaseTools: AutoGen - Remove unused variables. | Jaben Carsey | 2018-06-27 | 1 | -10/+0 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 23 | -67/+59 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 31 | -111/+93 |
* | BaseTools: Migrate to the new octal literal | Gary Lin | 2018-06-27 | 2 | -2/+2 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 57 | -543/+543 |
* | BaseTools: Refactor python raise statement | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Remove types.TypeType | Gary Lin | 2018-06-27 | 1 | -2/+1 |
* | BaseTools: Replace StandardError with Expression | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Remove the deprecated hash_key() | Gary Lin | 2018-06-27 | 18 | -40/+39 |
* | BaseTools: Remove tuple parameter in python scripts | Gary Lin | 2018-06-27 | 1 | -1/+2 |
* | BaseTools: Remove the old python "not-equal" | Gary Lin | 2018-06-27 | 9 | -26/+26 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 46 | -308/+354 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 46 | -250/+254 |
* | BaseTools: Fix a typo in ini.py | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | MdeModulePkg UsbBusPei: Fix wrong buffer length used to read hub desc | Star Zeng | 2018-06-27 | 2 | -74/+38 |
* | MdeModulePkg UsbBusDxe: Fix wrong buffer length used to read hub desc | Star Zeng | 2018-06-27 | 2 | -78/+32 |
* | SecurityPkg: Tpm2DeviceLib: Enable CapCRBIdleBypass support | Zhang, Chao B | 2018-06-27 | 7 | -14/+146 |
* | MdePkg: TpmPtp: Add CapCRBIdleBypass definition | Zhang, Chao B | 2018-06-27 | 1 | -2/+3 |
* | Nt32Pkg/WinNtBusDriverDxe: Fix memory allocation size | Thomas Palmer | 2018-06-27 | 1 | -1/+2 |
* | UefiCpuPkg: Use new added Perf macros | Bi, Dandan | 2018-06-26 | 1 | -8/+8 |
* | SecurityPkg: Use new added Perf macros | Bi, Dandan | 2018-06-26 | 2 | -16/+16 |
* | MdeModulePkg: Use new added Perf macros | Bi, Dandan | 2018-06-26 | 11 | -76/+53 |
* | ShellPkg/dp: Update dp tool to parse new Perf record | Bi, Dandan | 2018-06-26 | 5 | -12/+113 |
* | MdeModulePkg: Update performance library instances | Bi, Dandan | 2018-06-26 | 8 | -720/+1565 |
* | MdeModulePkg/ExtendedFirmwarePerf: Remove PerfId definitions | Bi, Dandan | 2018-06-26 | 1 | -25/+0 |
* | MdePkg/PerformanceLib.h: Add new Perf macros | Bi, Dandan | 2018-06-26 | 4 | -3/+477 |
* | MdeModulePkg: Update Performance instances to use new protocol | Bi, Dandan | 2018-06-26 | 10 | -1078/+283 |
* | MdeModulePkg: Add PERFORMANCE_MEASUREMENT_PROTOCOL | Bi, Dandan | 2018-06-26 | 2 | -0/+94 |
* | MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issue | Dandan Bi | 2018-06-26 | 2 | -1/+6 |
* | MdeModulePkg BootMaintenanceManagerUiLib: Move refresh boot option later | Liming Gao | 2018-06-25 | 1 | -2/+1 |
* | MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logic | Liming Gao | 2018-06-25 | 1 | -1/+1 |
* | BaseTools tools_def.template: Ignore link warning 4281 for VS2017 | Liming Gao | 2018-06-25 | 1 | -3/+3 |
* | SecurityPkg: Cache TPM interface type info | Zhang, Chao B | 2018-06-25 | 13 | -145/+148 |
* | FatPkg/FatPei: Add the recognition of recovery capsule on NVME device | Hao Wu | 2018-06-25 | 2 | -2/+7 |
* | MdeModulePkg: Add GUID for recovery capsule on NVM Express devices | Hao Wu | 2018-06-25 | 2 | -0/+12 |
* | MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support | Hao Wu | 2018-06-25 | 13 | -0/+3424 |
* | MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPI | Hao Wu | 2018-06-25 | 2 | -0/+95 |
* | IntelFsp2Pkg: SplitFspBin.py to support x64 drivers | Chasel, Chiu | 2018-06-25 | 1 | -12/+70 |
* | Vlv2TbltDevicePkg: Set SMM Stack size to 16 KB | Michael D Kinney | 2018-06-24 | 3 | -0/+15 |
* | ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol ids | Girish Pathak | 2018-06-22 | 3 | -12/+21 |
* | ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXE | Girish Pathak | 2018-06-22 | 2 | -21/+23 |
* | BaseTools: introduce !error statement | Yunhua Feng | 2018-06-22 | 4 | -2/+24 |
* | BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file | Yonghong Zhu | 2018-06-22 | 1 | -2/+3 |