summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-06MdeModulePkg: Fix GCC build error.Fu Siyuan1-1/+1
2017-09-06NetworkPkg/Ip6Dxe: fix a bug in IP6 driver for IpSec protocol notify.Fu Siyuan2-18/+14
2017-09-06MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2-11/+13
2017-09-06MdePkg/PiMmCis.h: Fix build failure.Eric Dong1-0/+1
2017-09-06MdePkg: Add UEFI 2.7 defined GUID and structure for AIP network media type.Wang Fan1-1/+20
2017-09-06IntelSiliconPkg/VTd: improve debug message.Jiewen Yao1-2/+2
2017-09-06IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support.Jiewen Yao3-1/+73
2017-09-06IntelSiliconPkg/Vtd: Support CSM usage.Jiewen Yao2-5/+5
2017-09-06MdePkg/PciSegmentLibSegmentInfo: fix typo in PciSegmentBitFieldAnd*()Ruiyu Ni1-3/+3
2017-09-06MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2-0/+24
2017-09-05Pkcs7VerifyDxe: Don't allow Pkcs7Verify to install protocols twicePeter Jones1-2/+11
2017-09-05SecurityPkg/Pkcs7Verify: Complete the Pkcs7VerifyDxe protocolLong Qin1-3/+376
2017-09-05UefiCpuPkg/Lmce.c Remove useless file.Eric Dong1-97/+0
2017-09-05UefiCpuPkg: ApicLibLeo Duran2-94/+30
2017-09-05BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu1-1/+1
2017-09-04MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPagesStar Zeng1-132/+40
2017-09-04MdePkg PeiMemoryAllocationLib: Update Free(Aligned)PagesStar Zeng1-7/+9
2017-09-04MdePkg PeiServicesLib: Add PeiServicesFreePagesStar Zeng2-11/+55
2017-09-04MdeModule PeiCore: Support pre memory page allocationStar Zeng5-53/+646
2017-09-04MdePkg PiPeiCis.h: Add FreePages definitionStar Zeng1-0/+27
2017-09-04SourceLevelDebugPkg/DebugCommLibUsb3: Remove IntelFrameworkPkg.decStar Zeng2-3/+1
2017-09-04SourceLevelDebugPkg/DebugCommLibUsb3Pei: Make sure alloc physical memStar Zeng2-9/+24
2017-09-04SourceLevelDebugPkg: Use Pcd for the revision of transfer protocolHao Wu7-10/+26
2017-09-01OvmfPkg/VirtioGpuDxe: negotiate VIRTIO_F_IOMMU_PLATFORMLaszlo Ersek1-1/+1
2017-09-01OvmfPkg/VirtioGpuDxe: map backing store to bus master device addressLaszlo Ersek3-20/+65
2017-09-01OvmfPkg/VirtioGpuDxe: helpers for backing store (de)allocation+(un)mappingLaszlo Ersek4-2/+188
2017-09-01OvmfPkg/VirtioGpuDxe: take EFI_PHYSICAL_ADDRESS in ResourceAttachBacking()Laszlo Ersek3-13/+13
2017-09-01OvmfPkg/VirtioGpuDxe: map virtio GPU command objects to device addressesLaszlo Ersek1-8/+75
2017-09-01OvmfPkg/VirtioGpuDxe: map VRING for bus master common buffer operationLaszlo Ersek2-3/+30
2017-09-01OvmfPkg/IoMmuDxe: IoMmuFreeBuffer(): clean up DEBUG messageLaszlo Ersek1-8/+8
2017-09-01OvmfPkg/IoMmuDxe: IoMmuAllocateBuffer(): nicer and more informative DEBUGsLaszlo Ersek1-2/+11
2017-09-01OvmfPkg/IoMmuDxe: IoMmuUnmap(): clean up DEBUG messageLaszlo Ersek1-10/+2
2017-09-01OvmfPkg/IoMmuDxe: IoMmuMap(): log nicer and more informative DEBUG msgsLaszlo Ersek1-3/+28
2017-09-01OvmfPkg/BaseMemEncryptSevLib: fix typos in DEBUG messagesLaszlo Ersek1-2/+2
2017-09-01OvmfPkg/BaseMemEncryptSevLib: clean up upper-case / lower-case in DEBUGsLaszlo Ersek1-3/+3
2017-09-01OvmfPkg/BaseMemEncryptSevLib: promote DEBUG_WARN levels to DEBUG_ERRORLaszlo Ersek1-8/+8
2017-09-01OvmfPkg/BaseMemEncryptSevLib: clean up debug logging of PhysicalAddressLaszlo Ersek1-8/+9
2017-09-01OvmfPkg/BaseMemEncryptSevLib: clean up DEBUG prefixesLaszlo Ersek1-7/+7
2017-09-01OvmfPkg/BaseMemEncryptSevLib: break DEBUG calls to multiple linesLaszlo Ersek1-20/+48
2017-09-01OvmfPkg/BaseMemEncryptSevLib: unify encrypt/decrypt DEBUG messagesLaszlo Ersek1-8/+12
2017-09-01ArmPkg: remove ArmDmaLibArd Biesheuvel3-529/+0
2017-09-01EmbeddedPkg: MmcDxe - Recieve response was missing after CMD12Meenakshi Aggarwal1-0/+1
2017-08-31OvmfPkg/VirtioScsiDxe: negotiate VIRTIO_F_IOMMU_PLATFORMBrijesh Singh1-2/+3
2017-08-31OvmfPkg/VirtioScsiDxe: map virtio-scsi request and response buffersBrijesh Singh1-16/+205
2017-08-31OvmfPkg/VirtioScsiDxe: add helper to create a fake host adapter errorBrijesh Singh1-7/+33
2017-08-31OvmfPkg/VirtioScsiDxe: map VRING using VirtioRingMap()Brijesh Singh2-10/+38
2017-08-31ShellBinPkg: AARCH64/ARM Shell binary update.Leif Lindholm4-0/+0
2017-08-31ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel5-1440/+0
2017-08-31BaseTools/Gcc ARM AARCH64: add support for building device tree binariesArd Biesheuvel2-0/+33
2017-08-31BaseTools: Enable --whole-archive in GCC tool chain as the default optionLiming Gao1-2/+2