summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-06OvmfPkg/OvmfXen: Fix build with QemuKernelLoaderFsDxeAnthony PERARD1-1/+4
2021-09-04SecurityPkg/MemoryOverwriteControl: Add missing argument to DEBUG printMichael Kubacki1-1/+1
2021-09-03Maintainers.txt: Update maintainer/reviewer roles in MdeModulePkgHao A Wu1-3/+1
2021-09-03MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug messageRebecca Cran1-1/+1
2021-09-02MdeModulePkg/HiiDatabaseDxe:remove dead code blockWenyi Xie1-3/+0
2021-09-02.azurepipelines: Add UefiPayloadPkg in gate-build-job.yml and CISetting.pyduntan2-1/+5
2021-09-02UefiPayloadPkg: Create .yaml file in UefiPayloadPkgduntan1-0/+90
2021-09-01IntelFsp2Pkg: Support Config File and Binary delta comparisonLoo, Tung Lun2-14/+150
2021-09-01UefiCpuPkg: Clean up save state boundary checks and comments.Mark Wilson1-6/+6
2021-09-01MdeModulePkg/PiSmmCore: Drop deprecated image profiling commandsMarvin H?user2-83/+12
2021-09-01UefiPayloadPkg/UefiPayloadEntry: Fix memory corruptionMarvin H?user1-1/+1
2021-09-01UefiCpuPkg/PiSmmCpuDxeSmm: Update mPatchCetSupported set conditionWenxing Hou2-9/+13
2021-09-01UefiPayloadPkg: Fix the build error when enable Core ci for UefiPayloadPkgduntan3-20/+4
2021-08-31OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxeLin, Gary (HPS OE-Linux)2-0/+2
2021-08-31OvmfPkg/SmmControl2Dxe: use PcdAcpiS3Enable to detect S3 supportLin, Gary (HPS OE-Linux)2-3/+3
2021-08-31OvmfPkg/PlatformBootManagerLib: use PcdAcpiS3Enable to detect S3 supportLin, Gary (HPS OE-Linux)2-1/+2
2021-08-31OvmfPkg/LockBoxLib: use PcdAcpiS3Enable to detect S3 supportLin, Gary (HPS OE-Linux)2-5/+2
2021-08-31OvmfPkg/OvmfXen: set PcdAcpiS3Enable at initializationLin, Gary (HPS OE-Linux)2-0/+15
2021-08-30ArmPkg: Enable boot discovery policy for ARM package.Grzegorz Bernacki2-1/+122
2021-08-30MdeModulePkg:Increase Nvme capacity displayzhoucheng1-0/+2
2021-08-30MdePkg:Update IndustryStandard/Nvme.h with Nvme amdin controller datazhoucheng1-1/+10
2021-08-30MdeModulePkg: Add BootDiscoveryPolicyOld variable.Grzegorz Bernacki1-0/+1
2021-08-30MdeModulePkg/EbcDxe: Mitigate memcpy intrinsicsMarvin H?user3-3/+15
2021-08-30OvmfPkg/VirtioMmioDeviceLib: enable virtio 1.0Gerd Hoffmann1-1/+1
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Adapt feature bit handlingGerd Hoffmann1-5/+23
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Add default QueueNumGerd Hoffmann2-1/+12
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAddressGerd Hoffmann1-2/+25
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetPageSize.Gerd Hoffmann1-1/+3
2021-08-30OvmfPkg/VirtioMmioDeviceLib: Add virtio 1.0 detection.Gerd Hoffmann2-4/+17
2021-08-30OvmfPkg/Virtio10: Add virtio-mmio 1.0 definesGerd Hoffmann1-0/+12
2021-08-27ArmPkg/GicV3Dxe: Don't signal EOI on arbitrary interruptsArd Biesheuvel1-4/+0
2021-08-27OvmfPkg/ResetVector: move the GHCB page setup in AmdSev.asmBrijesh Singh2-72/+92
2021-08-27OvmfPkg/ResetVector: update SEV support to use new work area formatBrijesh Singh6-1/+51
2021-08-27OvmfPkg: introduce a common work areaBrijesh Singh7-27/+100
2021-08-27Maintainers: Add kraxel as Reviewer to ArmVirtPkg and OvmfPkgGerd Hoffmann1-0/+2
2021-08-27MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()Michael Kubacki1-96/+0
2021-08-24CryptoPkg: BaseCryptLib fix incorrect param orderedk2-stable202108Stewart, Chris (SW Architect) via groups.io1-1/+1
2021-08-23UefiCpuPkg/CpuCacheInfoLib: Correct logical for identifying cache typeJason1-1/+1
2021-08-17EmbeddedPkg/NonCoherentDmaLib: Avoid dereferencing unset Map fieldJeremy Linton1-1/+1
2021-08-13MdeModulePkg PCD: Reinstall PCD service PPIS when memory availableedk2-stable202108-rc1Yeh, GregX1-1/+70
2021-08-12MdeModulePkg/UefiSortLib:Add UefiSortLib unit testWenyi Xie4-0/+246
2021-08-11StandaloneMmPkg: build for 32bit arm machinesEtienne Carriere18-37/+49
2021-08-11StandaloneMmPkg: fix pointer/int casts against 32bit architecturesEtienne Carriere3-12/+12
2021-08-11GenFv: Arm: support images entered in Thumb modeEtienne Carriere1-9/+29
2021-08-11ArmPkg: prepare 32bit ARM build of StandaloneMmPkgEtienne Carriere4-11/+14
2021-08-11ArmPkg/IndustryStandard: 32b/64b agnostic FF-A, Mm SVC and Std SMC IDsEtienne Carriere3-0/+35
2021-08-11RedfishPkg/RefishCrtLib: Public RefishCrtLibAbner Chang6-6/+6
2021-08-11MdePkg: Fix broken coding style in Acpi64.hChris Jones2-12/+17
2021-08-11MdePkg: Add Cache ID to PPTTChris Jones1-2/+4
2021-08-11MdePkg: Add Secure Access Components in the SDEV tableChris Jones1-24/+56