public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-08-25 00:29:20 to 2017-08-30 10:49:46 UTC [more...]

[PATCH 0/6] ArmPkg EmbeddedPkg: clean up DmaLib implementations
 2017-08-30 10:52 UTC  (10+ messages)
` [PATCH 1/6] EmbeddedPkg: rename NullDmaLib to CoherentDmaLib
` [PATCH 2/6] EmbeddedPkg/CoherentDmaLib: add support for non-1:1 DMA translation
` [PATCH 3/6] EmbeddedPkg: implement NonCoherentDmaLib based on ArmDmaLib
` [PATCH 4/6] Omap35xxPkg: switch to EmbeddedPkg's NonCoherentDmaLib
` [PATCH 5/6] BeagleBoardPkg: switch to generic non-coherent DmaLib
` [PATCH 6/6] ArmPkg: remove ArmDmaLib

[PATCH edk2-platforms 1/2] Platform/ARM: remove DmaLib library class resolution
 2017-08-30  9:52 UTC  (2+ messages)
` [PATCH edk2-platforms 2/2] Platform/HiKey: "

[PATCH] ArmVirtPkg: remove DmaLib library class resolution
 2017-08-30  9:36 UTC  (3+ messages)

[PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency
 2017-08-30  9:35 UTC  (4+ messages)

[Patch] Build Spec: Add multi-arg support to PREBUILD/POSTBUILD
 2017-08-30  9:00 UTC  (2+ messages)
` [Patch] DSC "

iSCSI behavior
 2017-08-30  8:58 UTC  (7+ messages)

[PATCH 1/2] MMC : Recieve response was missing after CMD12
 2017-08-30 14:20 UTC  (2+ messages)
` [PATCH 2/2] SD : Updated CMD 6 implememtation

[Patch] UefiCpuPkg/Mplib.c: Perform complete initialization when enable AP
 2017-08-30  2:21 UTC 

[PATCH 0/6] OvmfPkg/VirtioGpuDxe: map system memory addresses to device addresses
 2017-08-29 23:02 UTC  (8+ messages)
` [PATCH 1/6] OvmfPkg/VirtioGpuDxe: map VRING for bus master common buffer operation
` [PATCH 2/6] OvmfPkg/VirtioGpuDxe: map virtio GPU command objects to device addresses
` [PATCH 3/6] OvmfPkg/VirtioGpuDxe: take EFI_PHYSICAL_ADDRESS in ResourceAttachBacking()
` [PATCH 4/6] OvmfPkg/VirtioGpuDxe: helpers for backing store (de)allocation+(un)mapping
` [PATCH 5/6] OvmfPkg/VirtioGpuDxe: map backing store to bus master device address
` [PATCH 6/6] OvmfPkg/VirtioGpuDxe: negotiate VIRTIO_F_IOMMU_PLATFORM

[PATCH v2 0/5] Add multiple PCI segments configuration access support
 2017-08-29 20:47 UTC  (10+ messages)
` [PATCH v2 1/5] MdePkg/PciSegmentLib: Fix typo in function header comments
` [PATCH v2 2/5] MdePkg/PciExpress: Add macro PCI_ECAM_ADDRESS
` [PATCH v2 3/5] MdePkg/PciSegmentInfoLib: Add PciSegmentInfoLib class and instance
` [PATCH v2 4/5] MdePkg/PciSegmentLib: Add instances that consumes PciSegmentInfoLib
` [PATCH v2 5/5] MdePkg/S3PciSegmentLib: Add S3PciSegmentLib class and instance

[PATCH 0/1] OvmfPkg/QemuFwCfgDxeLib: SEV: zero FW_CFG_DMA_ACCESS before decrypting it
 2017-08-29 20:47 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution
 2017-08-29 19:56 UTC  (4+ messages)
` [PATCH edk2-platforms 2/2] Platform/ARM: "

[PATCH edk2-platforms] Platform/OverdriveBoard: move device tree compilation into build
 2017-08-29 19:28 UTC  (3+ messages)

[PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries
 2017-08-29 17:46 UTC  (3+ messages)

[PATCH 0/2] Implement NULL pointer detection feature
 2017-08-29 17:14 UTC  (10+ messages)
` [PATCH 1/2] Implement NULL pointer detection for EDK-II Core
` [PATCH 2/2] Implement NULL pointer detection for EDK-II SMM Core and driver

[PATCH] Platform/Armada/Pp2Dxe: switch to ArmDmaLib
 2017-08-29 17:01 UTC  (6+ messages)

[PATCH 0/5] ArmPkg et al: remove UncachedMemoryallocationLib
 2017-08-29 16:57 UTC  (9+ messages)
` [PATCH 1/5] EmbeddedPkg/DmaLib: add routine to allocate aligned buffers
` [PATCH 2/5] ArmPkg/ArmDmaLib: implement DmaAllocateAlignedBuffer()
` [PATCH 3/5] BeagleBoardPkg: remove UncachedMemoryAllocationLib resolutions
` [PATCH 4/5] Omap35xxPkg: remove bogus UncachedMemoryAllocationLib dependency
` [PATCH 5/5] ArmPkg: remove UncachedMemoryAllocationLib

[PATCH] SecurityPkg: Add ARM/AARCH64 arch to enable RngTest module build
 2017-08-29 16:42 UTC  (3+ messages)

[Patch] BaseTools: Enable --whole-archive in GCC tool chain as the default option
 2017-08-29 16:37 UTC  (10+ messages)

[PATCH] Silicon/Hisilicon: switch to NonDiscoverable driver for EHCI
 2017-08-29 16:35 UTC  (4+ messages)

[PATCH 0/3] OvmfPkg/VirtioScsiDxe: map host address to device address
 2017-08-29 16:02 UTC  (7+ messages)
` [PATCH 1/3] OvmfPkg/VirtioScsiDxe: map VRING using VirtioRingMap()
` [PATCH 2/3] Ovmfpkg/VirtioScsiDxe: map virtio-scsi request and response buffers
` [PATCH 3/3] OvmfPkg/VirtioScsiDxe: negotiate VIRTIO_F_IOMMU_PLATFORM

[PATCH] SourceLevelDebugPkg/DebugAgentCommon: Use global variable for revision
 2017-08-29 16:00 UTC  (4+ messages)

[PATCH edk2-platforms] Silicon/Hisilicon/SasV1Dxe: remove bogus UncachedMemoryAllocationLib ref
 2017-08-29 15:19 UTC  (2+ messages)

Questions about CorebootPayloadPkg
 2017-08-29 15:01 UTC 

[PATCH 0/3] Update CWD and current mapping properly
 2017-08-29 14:58 UTC  (5+ messages)
` [PATCH 1/3] ShellPkg: Rename gShellCurDir to gShellCurMapping
` [PATCH 2/3] ShellPkg: Fix bug that fails to change CWD after "map -r"
` [PATCH 3/3] ShellPkg: Update CWD and current mapping when commands return

[PATCH] IntelSiliconPkg/PlatformVTdSample: Avoid using constant result 'if'
 2017-08-29 12:12 UTC  (2+ messages)

UART Baud rate change code flow
 2017-08-29  8:19 UTC 

[PATCH v2] MdeModulePkg/UefiHiiLib: Fix incorrect check for string length
 2017-08-29  7:25 UTC  (2+ messages)

[patch] MdeModulePkg/UefiHiiLib: Fix incorrect check for string length
 2017-08-29  5:33 UTC  (2+ messages)

[PATCH] UefiCpuPkg/CpuCommonFeaturesLib: Remove unnecessary explicit type cast
 2017-08-29  3:10 UTC  (2+ messages)

"practical" memory allocation limit?
 2017-08-28 23:53 UTC  (7+ messages)

[PATCH v2 0/3] OvmfPkg/VirtioBlkDxe: map host address to device address
 2017-08-28  9:01 UTC  (6+ messages)
` [PATCH v2 1/3] OvmfPkg/VirtioBlkDxe: map VRING using VirtioRingMap()
` [PATCH v2 2/3] Ovmfpkg/VirtioBlkDxe: map virtio-blk request and response buffers
` [PATCH v2 3/3] OvmfPkg/VirtioBlkDxe: negotiate VIRTIO_F_IOMMU_PLATFORM

Lower Case Letters in the String definition
 2017-08-28  8:27 UTC 

[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: Centralize mPhysicalAddressBits definition
 2017-08-28  8:19 UTC  (3+ messages)

[Patch v2 0/2] Add Management Mode infrastructure support
 2017-08-28  8:03 UTC  (4+ messages)
` [Patch 1/2] MdePkg: Add new definitions for Management Mode
` [Patch 2/2] MdePkg: Reference "

[Patch 0/2] Add CPUID MCA supports check
 2017-08-28  7:19 UTC  (2+ messages)

[PATCH] BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchain
 2017-08-28  7:19 UTC  (2+ messages)

[patch] IntelFrameworkModulePkg/LegacyBootMaintUiLib: Add NULL pointer check
 2017-08-28  3:17 UTC  (2+ messages)

[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: Fix memory protection crash
 2017-08-28  1:59 UTC  (7+ messages)

[PATCH 0/3] OvmfPkg/VirtioBlkDxe: map host address to device address
 2017-08-27 23:18 UTC  (9+ messages)
` [PATCH 1/3] OvmfPkg/VirtioBlkDxe: map VRING using VirtioRingMap()
` [PATCH 2/3] Ovmfpkg/VirtioBlkDxe: map virtio-blk request and response buffers
` [PATCH 3/3] OvmfPkg/VirtioBlkDxe: negotiate VIRTIO_F_IOMMU_PLATFORM

[PATCH] Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*"
 2017-08-25 17:23 UTC  (3+ messages)

HiiSetToDefaults behavior
 2017-08-25 14:58 UTC  (4+ messages)

[PATCH 0/2] OvmfPkg/VirtioRngDxe: negotiate VIRTIO_F_IOMMU_PLATFORM
 2017-08-25 14:22 UTC  (4+ messages)
` [PATCH 1/2] OvmfPkg/Virtio10: define VIRTIO_F_IOMMU_PLATFORM feature bit
` [PATCH 2/2] OvmfPkg/VirtioRngDxe: negotiate VIRTIO_F_IOMMU_PLATFORM

[PATCH 0/3] Add flexible exception device reporting
 2017-08-25 13:34 UTC  (6+ messages)
` [PATCH 1/3] IntelSiliconPkg/header: update PlatformVtdPolicy
` [PATCH 2/3] IntelSiliconPkg/IntelVTd: "
` [PATCH 3/3] IntelSiliconPkg/PlatformVTdSample: update ExceptionDevice

[Patch] BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BIN
 2017-08-25 13:06 UTC  (2+ messages)

[Patch 0/2] Add Management Mode infrastructure support
 2017-08-25  9:30 UTC  (3+ messages)
` [Patch 1/2] MdePkg: Add new definitions for Management Mode

[PATCH v3 00/21] OvmfPkg/Virtio: introduce IOMMU-like member functions
 2017-08-25  8:58 UTC  (3+ messages)

[PATCH] MdeModulePkg/PciBusDxe: Enable Bus Master on P2P bridges on demand
 2017-08-25  7:43 UTC 

[Patch] BaseTools/EfiRom: Add multiple device id support
 2017-08-25  4:57 UTC  (2+ messages)

[Patch] BaseTools: Support /WHOLEARCHIVE option in VS2015 tool chain
 2017-08-25  3:05 UTC  (2+ messages)

[PATCH v4 0/6] read-only UDF file system support
 2017-08-25  2:09 UTC  (3+ messages)
` [PATCH v4 6/6] Nt32Pkg: Enable "

[PATCH] MdeModulePkg XhciDxe: Fix Map and Unmap inconsistency
 2017-08-25  2:02 UTC  (2+ messages)

[Patch] UefiCpuPkg/MpLib: fix potential overflow issue
 2017-08-25  0:36 UTC  (2+ messages)

[Patch 0/4] Enhance the implementation for Proc Trace feature
 2017-08-25  0:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox