public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-08-23 09:01:44 to 2017-08-27 22:03:09 UTC [more...]

[PATCH 0/3] OvmfPkg/VirtioBlkDxe: map host address to device address
 2017-08-27 22:05 UTC  (8+ 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] UefiCpuPkg/PiSmmCpuDxeSmm: Fix memory protection crash
 2017-08-27 17:10 UTC  (10+ messages)

[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] Platform/Armada/Pp2Dxe: switch to ArmDmaLib
 2017-08-25 12:25 UTC 

[PATCH 0/5] ArmPkg et al: remove UncachedMemoryallocationLib
 2017-08-25 12:10 UTC  (6+ 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] BaseTools: Enable --whole-archive in GCC tool chain as the default option
 2017-08-25 11:48 UTC  (4+ 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  (46+ messages)
` [PATCH v3 01/23] OvmfPkg: introduce IOMMU-like member functions to VIRTIO_DEVICE_PROTOCOL
` [PATCH v3 02/23] OvmfPkg/Virtio10Dxe: implement IOMMU-like member functions
` [PATCH v3 03/23] OvmfPkg/VirtioPciDeviceDxe: "
` [PATCH v3 04/23] OvmfPkg/VirtioMmioDeviceLib: "
` [PATCH v3 05/23] OvmfPkg/VirtioLib: add VirtioMapAllBytesInSharedBuffer() helper function
` [PATCH v3 06/23] OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninit
` [PATCH v3 07/23] OvmfPkg/Virtio: take RingBaseShift in SetQueueAddress()
` [PATCH v3 08/23] OvmfPkg/Virtio10Dxe: add the RingBaseShift offset
` [PATCH v3 09/23] OvmfPkg/VirtioLib: add function to map VRING
` [PATCH v3 10/23] OvmfPkg/VirtioLib: alloc VRING buffer with AllocateSharedPages()
` [PATCH v3 11/23] OvmfPkg/VirtioLib: change the parameter of VirtioAppendDesc() to UINT64
` [PATCH v3 12/23] OvmfPkg/VirtioRngDxe: map host address to device address
` [PATCH v3 13/23] OvmfPkg/VirtioBlkDxe: "
` [PATCH v3 14/23] OvmfPkg/VirtioScsiDxe: "
` [PATCH v3 15/23] OvmfPkg/VirtioNetDxe: alloc Tx and Rx rings using AllocateSharedPage()
` [PATCH v3 16/23] OvmfPkg/VirtioNetDxe: alloc RxBuf using AllocateSharedPages()
` [PATCH v3 17/23] OvmfPkg/VirtioNetDxe: dynamically alloc transmit header
` [PATCH v3 18/23] OvmfPkg/VirtioNetDxe: map transmit buffer host address to device address
` [PATCH v3 19/23] OvmfPkg/Virtio10: define VIRITO_F_IOMMU_PLATFORM feature bit
` [PATCH v3 20/23] OvmfPkg/VirtioRngDxe: negotiate VIRITO_F_IOMMU_PLATFORM
` [PATCH v3 21/23] OvmfPkg/VirtioBlkDxe: "
` [PATCH v3 22/23] OvmfPkg/VirtioScsiDxe: "
` [PATCH v3 23/23] OvmfPkg/VirtioNetDxe: "

[PATCH v2 0/5] Add multiple PCI segments configuration access support
 2017-08-25  8:57 UTC  (6+ 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] 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] IntelFrameworkModulePkg/LegacyBootMaintUiLib: Add NULL pointer check
 2017-08-25  2:58 UTC 

[PATCH v4 0/6] read-only UDF file system support
 2017-08-25  2:09 UTC  (8+ messages)
` [PATCH v4 1/6] MdePkg: Add UDF volume structure definitions
` [PATCH v4 2/6] MdeModulePkg/PartitionDxe: Add UDF file system support
` [PATCH v4 3/6] MdeModulePkg: Initial UDF/ECMA-167 "
` [PATCH v4 4/6] OvmfPkg: Enable UDF "
` [PATCH v4 5/6] ArmVirtPkg: "
` [PATCH v4 6/6] Nt32Pkg: "

[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  (6+ messages)
` [Patch 1/4] UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition
` [Patch 2/4] UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value
` [Patch 3/4] UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition
` [Patch 4/4] UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme

[PATCH] Silicon/Hisilicon: switch to NonDiscoverable driver for EHCI
 2017-08-24 20:23 UTC  (2+ messages)

[PATCH] ArmVirtPkg: drop unused Pcds from ArmVirt.dsc.inc
 2017-08-24 18:30 UTC  (3+ messages)

[PATCH] Platform/Silicon: clean up BeagleBoard cargo culting
 2017-08-24 18:28 UTC  (2+ messages)

[PATCH edk2-platforms v2] Silicon/Openmoko: add driver for ChaosKey RNG USB device
 2017-08-24 18:27 UTC  (3+ messages)

[PATCH] Platform: remove ArmDmaLib references from Styx platforms
 2017-08-24 18:26 UTC  (3+ messages)

[PATCH v3 0/6] read-only UDF file system support
 2017-08-24 17:35 UTC  (9+ messages)
` [PATCH v3 1/6] MdePkg: Add UDF volume structure definitions
` [PATCH v3 2/6] MdeModulePkg/PartitionDxe: Add UDF file system support
` [PATCH v3 3/6] MdeModulePkg: Initial UDF/ECMA-167 "
` [PATCH v3 4/6] OvmfPkg: Enable UDF "
` [PATCH v3 5/6] ArmVirtPkg: "
` [PATCH v3 6/6] Nt32Pkg: "

[PATCH] ArmPkg/ArmDmaLib: remove dependency on UncachedMemoryAllocationLib
 2017-08-24 17:23 UTC 

[PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
 2017-08-24 14:36 UTC  (3+ messages)

[patch] BaseTools/UPT: Fix UNI file name issue
 2017-08-24 13:37 UTC  (2+ messages)

[Patch] BaseTools: Update tools_def to remove /Gw option in VS NOOPT target
 2017-08-24 13:26 UTC  (2+ messages)

[Patch] BaseTools: Add the missing -pie link option in GCC tool chain
 2017-08-24 13:25 UTC  (4+ messages)

[PATCH] ArmVirtPkg: remove QemuVideoDxe from ArmVirtQemu and ArmVirtQemuKernel
 2017-08-24 12:25 UTC  (9+ messages)

[PATCH edk2-platforms] Silicon/Openmoko: add driver for ChaosKey RNG USB device
 2017-08-24 11:30 UTC  (4+ messages)

[Patch 0/7] Remove deprecated macro
 2017-08-24 11:07 UTC  (3+ messages)
` [Patch 7/7] UefiCpuPkg MtrrLib: Remove deprecated micro

[Patch] MdePkg: Add UEFI 2.7 defined GUID and structure for AIP network media type
 2017-08-24  9:26 UTC 

HiiValidateSettings issue with string item
 2017-08-24  8:35 UTC  (2+ messages)

[PATCH v2] SecurityPkg/Tcg2Dxe: Properly shutdown TPM before reset
 2017-08-24  7:57 UTC  (2+ messages)

[PATCH] SecurityPkg/Tcg2Dxe: Properly shutdown TPM before reset
 2017-08-24  7:06 UTC  (2+ messages)

[Patch v2 0/2] Add new definition for TOPA table entry
 2017-08-24  3:32 UTC  (5+ messages)
` [Patch v2 1/2] UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 11/1 BroxtonPlatformPkg: Remove EFI_ACPI_5_0_SLP_BUTTON
 2017-08-24  3:19 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 10/1 BroxtonPlatformPkg: Disable NPK based on DciEn
 2017-08-24  3:19 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 09/1 BroxtonPlatformPkg: Fix MRC param issue
 2017-08-24  3:19 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 08/1VBT change for TypeC
 2017-08-24  3:18 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 07/1 BroxtonPlatformPkg: Add BensonTypeC support
 2017-08-24  3:18 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 06/1BroxtonSiPkg: Add I2CLibPei
 2017-08-24  3:17 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 05/1 BroxtonPlatformPkg: Disable ISH
 2017-08-24  3:17 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 04/1 BroxtonPlatformPkg: Change MaxPkgCState default value
 2017-08-24  3:16 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 02/1 BroxtonPlatformPkg: Code cleanup
 2017-08-24  3:16 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 03/1 BroxtonPlatformPkg: Change reset type
 2017-08-24  3:16 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 01/1 BroxtonPlatformPkg: Add SueCreek.asl
 2017-08-24  3:14 UTC 

[Patch 0/2] Remove redundant definition for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme
 2017-08-24  3:08 UTC  (6+ messages)
` [Patch 1/2] UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition
` [Patch 2/2] UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme

[Patch] UefiCpuPkg/MpLib: fix potential overflow issue
 2017-08-24  3:04 UTC  (3+ messages)

Iscsi Specification Document
 2017-08-24  1:07 UTC  (3+ messages)

Questions about Open Compute Project Server BIOS
 2017-08-23 22:13 UTC  (2+ messages)

[PATCH V2] IntelFsp2Pkg: Fix build error with WHOLEARCHIVE option
 2017-08-23 16:08 UTC  (3+ messages)

[PATCH edk2-platforms] Maintainers.txt: Add Ard Biesheuvel
 2017-08-23 11:12 UTC  (3+ messages)

[PATCH] Maintainers.txt: update OvmfPkg maintainership
 2017-08-23  9:17 UTC  (8+ messages)


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