summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-10MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressListRay Ni1-1/+3
2019-09-09BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX4-4/+4
2019-09-09BaseTools:Ecc handle another copyright formatFan, ZhijuX1-1/+1
2019-09-05OvmfPkg/EnrollDefaultKeys: clean up Base64Decode() retval handlingLaszlo Ersek1-8/+2
2019-09-05ArmVirtPkg/PlatformBootManagerLib: unload image on EFI_SECURITY_VIOLATIONLaszlo Ersek1-1/+8
2019-09-05ShellPkg/ShellPkg.dsc AARCH64: enable stack protectorArd Biesheuvel1-4/+1
2019-09-05ArmVirtPkg/ArmVirtPrePiUniCoreRelocatable: revert to PIE linkingArd Biesheuvel1-1/+1
2019-09-05UefiCpuPkg: support single EFI_PEI_CORE_FV_LOCATION_PPI in PpiListChasel Chiu1-5/+4
2019-09-05IntelFsp2WrapperPkg: Remove unneeded MdeModulePkg dependencyRay Ni2-6/+2
2019-09-05IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependencyRay Ni3-4/+1
2019-09-04BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel1-1/+27
2019-09-04ShellPkg/Pci.c: Update supported link speed to PCI5.0Gao, Zhichao1-2/+14
2019-09-04BaseTools: Update GenFw tool to support -e -z option togetherLiming Gao1-2/+15
2019-09-04MdeModulePkg: Remove PcdRealTimeClockUpdateTimeoutRay Ni2-8/+0
2019-09-04PcAtChipsetPkg: add PcdRealTimeClockUpdateTimeoutRay Ni3-4/+10
2019-09-04UefiCpuPkg: Explain relationship between several SMM PCDsRay Ni1-1/+7
2019-09-04UefiCpuPkg/PiSmmCpu: Restrict access per PcdCpuSmmRestrictedMemoryAccessRay Ni4-8/+49
2019-09-04UefiCpuPkg/PiSmmCpu: Use new PCD PcdCpuSmmRestrictedMemoryAccessRay Ni2-22/+34
2019-09-04UefiCpuPkg: Add PcdCpuSmmRestrictedMemoryAccessRay Ni1-0/+12
2019-09-03ShellPkg/CommandLib: avoid NULL derefence and memory leakHeinrich Schuchardt1-6/+14
2019-09-02MdePkg/DxeHstiLib: Added checks to improve error handling.Jayanth Raghuram1-1/+1
2019-09-02BaseTools: Support more file types in build cacheShi, Steven1-20/+14
2019-08-30UefiCpuPkg/SecCore: get AllSecPpiList after SecPlatformMain.Eric Dong1-1/+2
2019-08-29BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C1-13/+16
2019-08-29BaseTools: fix an incremental build issue.Feng, Bob C1-6/+2
2019-08-27EmulatorPkg/Win/Host: Fix SecPrint() log line endingsMichael D Kinney1-13/+13
2019-08-27EmulatorPkg/Win/Host: Fix image unload regressionMichael D Kinney1-6/+161
2019-08-23BaseTools: Incorrect error message for library instance not foundFeng, Bob C4-9/+12
2019-08-23BaseTools: Fix incremental build genmake issueFeng, Bob C1-1/+2
2019-08-23BaseTools: Support long file path in windows for misc functionsShi, Steven1-1/+11
2019-08-21OvmfPkg/OvmfXen: use RealTimeClockRuntimeDxe from EmbeddedPkgAnthony PERARD2-2/+3
2019-08-21OvmfPkg: Move XenRealTimeClockLib from ArmVirtPkgAnthony PERARD4-2/+2
2019-08-21OvmfPkg: Introduce XenIoPvhDxe to initialize Grant TablesAnthony PERARD5-0/+94
2019-08-21OvmfPkg: Introduce PcdXenGrantFramesAnthony PERARD4-2/+8
2019-08-21OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConInAnthony PERARD6-4/+58
2019-08-21OvmfPkg/OvmfXen: Introduce XenTimerDxeAnthony PERARD6-4/+577
2019-08-21OvmfPkg/OvmfXen: Override PcdFSBClock to Xen vLAPIC timer frequencyAnthony PERARD1-0/+3
2019-08-21OvmfPkg/PlatformBootManagerLib: Handle the absence of PCI bus on Xen PVHAnthony PERARD1-0/+6
2019-08-21OvmfPkg/PlatformBootManagerLib: Use XenDetected from XenPlatformLibAnthony PERARD2-34/+2
2019-08-21OvmfPkg/XenPlatformLib: Cache result for XenDetectedAnthony PERARD1-4/+16
2019-08-21OvmfPkg/XenPlatformPei: Ignore missing PCI Host Bridge on Xen PVHAnthony PERARD1-0/+6
2019-08-21OvmfPkg/XenPlatformPei: Reserve VGA memory region, to boot LinuxAnthony PERARD1-0/+16
2019-08-21OvmfPkg/XenPlatformPei: Rework memory detectionAnthony PERARD4-22/+148
2019-08-21OvmfPkg/XenPlatformPei: no hvmloader: get the E820 table via hypercallAnthony PERARD1-1/+45
2019-08-21OvmfPkg: Import XENMEM_memory_map hypercall to Xen/memory.hAnthony PERARD1-0/+23
2019-08-21OvmfPkg/XenPlatformPei: Introduce XenPvhDetectedAnthony PERARD2-0/+18
2019-08-21OvmfPkg/XenPlatformPei: Setup HyperPages earlierAnthony PERARD3-11/+19
2019-08-21OvmfPkg/XenPlatformPei: Introduce XenHvmloaderDetectedAnthony PERARD2-0/+12
2019-08-21OvmfPkg/XenPlatformPei: Reinit XenHypercallLibAnthony PERARD2-0/+10
2019-08-21OvmfPkg/XenHypercallLib: Enable it in PEIMAnthony PERARD4-9/+31