summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg: Clean up source filesLiming Gao2018-06-2851-151/+151
* BaseTools: Move variable out of GlobalJaben Carsey2018-06-282-14/+14
* SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in libLiming Gao2018-06-272-2/+2
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2723-67/+59
* BaseTools: Fix old python2 idiomsGary Lin2018-06-2731-111/+93
* BaseTools: Migrate to the new octal literalGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-2757-543/+543
* BaseTools: Refactor python raise statementGary Lin2018-06-271-2/+2
* BaseTools: Remove types.TypeTypeGary Lin2018-06-271-2/+1
* BaseTools: Replace StandardError with ExpressionGary Lin2018-06-271-1/+1
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-2718-40/+39
* BaseTools: Remove tuple parameter in python scriptsGary Lin2018-06-271-1/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-279-26/+26
* BaseTools: Refactor python print statementsGary Lin2018-06-2746-308/+354
* BaseTools: Refactor python except statementsGary Lin2018-06-2746-250/+254
* BaseTools: Fix a typo in ini.pyGary Lin2018-06-271-1/+1
* MdeModulePkg UsbBusPei: Fix wrong buffer length used to read hub descStar Zeng2018-06-272-74/+38
* MdeModulePkg UsbBusDxe: Fix wrong buffer length used to read hub descStar Zeng2018-06-272-78/+32
* SecurityPkg: Tpm2DeviceLib: Enable CapCRBIdleBypass supportZhang, Chao B2018-06-277-14/+146
* MdePkg: TpmPtp: Add CapCRBIdleBypass definitionZhang, Chao B2018-06-271-2/+3
* Nt32Pkg/WinNtBusDriverDxe: Fix memory allocation sizeThomas Palmer2018-06-271-1/+2
* UefiCpuPkg: Use new added Perf macrosBi, Dandan2018-06-261-8/+8
* SecurityPkg: Use new added Perf macrosBi, Dandan2018-06-262-16/+16
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-2611-76/+53
* ShellPkg/dp: Update dp tool to parse new Perf recordBi, Dandan2018-06-265-12/+113
* MdeModulePkg: Update performance library instancesBi, Dandan2018-06-268-720/+1565
* MdeModulePkg/ExtendedFirmwarePerf: Remove PerfId definitionsBi, Dandan2018-06-261-25/+0
* MdePkg/PerformanceLib.h: Add new Perf macrosBi, Dandan2018-06-264-3/+477
* MdeModulePkg: Update Performance instances to use new protocolBi, Dandan2018-06-2610-1078/+283
* MdeModulePkg: Add PERFORMANCE_MEASUREMENT_PROTOCOLBi, Dandan2018-06-262-0/+94
* MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issueDandan Bi2018-06-262-1/+6
* MdeModulePkg BootMaintenanceManagerUiLib: Move refresh boot option laterLiming Gao2018-06-251-2/+1
* MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logicLiming Gao2018-06-251-1/+1
* BaseTools tools_def.template: Ignore link warning 4281 for VS2017Liming Gao2018-06-251-3/+3
* SecurityPkg: Cache TPM interface type infoZhang, Chao B2018-06-2513-145/+148
* FatPkg/FatPei: Add the recognition of recovery capsule on NVME deviceHao Wu2018-06-252-2/+7
* MdeModulePkg: Add GUID for recovery capsule on NVM Express devicesHao Wu2018-06-252-0/+12
* MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo supportHao Wu2018-06-2513-0/+3424
* MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPIHao Wu2018-06-252-0/+95
* IntelFsp2Pkg: SplitFspBin.py to support x64 driversChasel, Chiu2018-06-251-12/+70
* Vlv2TbltDevicePkg: Set SMM Stack size to 16 KBMichael D Kinney2018-06-243-0/+15
* ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol idsGirish Pathak2018-06-223-12/+21
* ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXEGirish Pathak2018-06-222-21/+23
* BaseTools: introduce !error statementYunhua Feng2018-06-224-2/+24
* BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu2018-06-221-2/+3
* BaseTools: remove the unneeded codeYonghong Zhu2018-06-221-17/+0
* ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table baseChris Co2018-06-211-1/+1
* ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memoryArd Biesheuvel2018-06-212-13/+3
* ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contentsArd Biesheuvel2018-06-211-12/+0