public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-08-18 03:35:39 to 2017-08-23 21:15:31 UTC [more...]

[PATCH v3 00/21] OvmfPkg/Virtio: introduce IOMMU-like member functions
 2017-08-23 21:18 UTC  (35+ 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] IntelFsp2Pkg: Fix build error with WHOLEARCHIVE option
 2017-08-23 16:08 UTC  (11+ messages)

[PATCH] ArmVirtPkg: remove QemuVideoDxe from ArmVirtQemu and ArmVirtQemuKernel
 2017-08-23 15:00 UTC  (13+ messages)

[Patch] BaseTools: Add the missing -pie link option in GCC tool chain
 2017-08-23 14:06 UTC  (3+ messages)

[PATCH edk2-platforms] Silicon/Openmoko: add driver for ChaosKey RNG USB device
 2017-08-23 13:12 UTC 

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

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

Iscsi Specification Document
 2017-08-23  9:04 UTC 

[PATCH 0/5] PeiCore: Support pre memory page allocation
 2017-08-23  7:55 UTC  (8+ messages)
` [PATCH 1/5] MdePkg PiPeiCis.h: Add FreePages definition
` [PATCH 2/5] MdePkg PeiServicesLib: Add PeiServicesFreePages
` [PATCH 3/5] MdePkg PeiMemoryAllocationLib: Update Free(Aligned)Pages
` [PATCH 4/5] MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPages
` [PATCH 5/5] MdeModule PeiCore: Support pre memory page allocation

[PATCH] BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchain
 2017-08-23  7:01 UTC 

[patch] BaseTools/UPT: Fix UNI file name issue
 2017-08-23  5:53 UTC 

[Patch] UefiCpuPkg/MpLib: fix potential overflow issue
 2017-08-23  5:29 UTC 

Questions about Open Compute Project Server BIOS
 2017-08-23  4:29 UTC 

FeatureFlagExpression
 2017-08-23  2:47 UTC  (3+ messages)

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

[PATCH edk2-platforms] Contributions.txt: update to latest version from EDK2
 2017-08-22 23:33 UTC  (2+ messages)

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

[Patch 0/2] Add comments for two new added Pcds
 2017-08-22 22:30 UTC  (8+ messages)
` [Patch 1/2] UefiCpuPkg: Add comments for PCDs definition

[PATCH v2 00/21] OvmfPkg/Virtio: introduce IOMMU-like member functions
 2017-08-22 16:28 UTC  (14+ messages)
` [PATCH v2 16/23] OvmfPkg/VirtioRngDxe: map host address to device address
` [PATCH v2 17/23] OvmfPkg/VirtioBlkDxe: "
` [PATCH v2 18/23] OvmfPkg/VirtioScsiDxe: Use DeviceAddresses in vring descriptors
` [PATCH v2 23/23] OvmfPkg/Virtio: define VIRITO_F_IOMMU_PLATFORM feature bit

[PATCH 0/1] BaseTools/tools_def.template: revert to large code model for X64/GCC5/LTO
 2017-08-22 16:06 UTC  (14+ messages)
` [PATCH 1/1] "

[PATCH] OvmfPkg/QemuVideoDxe: map framebuffer as write-combining/non-executable
 2017-08-22 15:44 UTC  (13+ messages)

Issue with inconsistentif/warningif prompt?
 2017-08-22 13:01 UTC 

[PATCH V5 0/3] Add HII Popup Protocol
 2017-08-22 12:24 UTC  (5+ messages)
` [PATCH V5] MdePkg/HiiPopup: Add HII Popup Protocol definitions
` [PATCH V5 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
` [PATCH V5 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol

[PATCH V4 0/3] Add HII Popup Protocol
 2017-08-22 11:57 UTC  (5+ messages)
` [PATCH V4 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions
` [PATCH V4 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
` [PATCH V4 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol

fail to build OVMF with GCC62 in Ubuntu
 2017-08-22  8:55 UTC  (2+ messages)

[Patch] BaseTools/EfiRom: Add multiple device id support
 2017-08-22  7:27 UTC 

meaning of EFI_ABSOLUTE_POINTER_PROTOCOL axis values
 2017-08-22  6:35 UTC  (2+ messages)

[Patch] BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entry
 2017-08-22  5:58 UTC 

latest basetools build pdb cannot be load by IDA6.95
 2017-08-22  5:51 UTC  (8+ messages)

[PATCH v2 edk2-platforms 0/3] Re-enable the second SATA controller on Overdrive
 2017-08-21 17:17 UTC  (8+ messages)
` [PATCH v2 edk2-platforms 1/3] Silicon/AMD/Styx: Make PcdSataPortMode 32 bits
` [PATCH v2 edk2-platforms 2/3] Silicon/AMD/Styx: Use PcdSataPortMode properly for two controllers
` [PATCH v2 edk2-platforms 3/3] Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller

[PATCH V3] IntelFsp2Pkg: Fix build error with WHOLEARCHIVE option
 2017-08-21  8:44 UTC 

[PATCH V3 0/3] Add HII Popup Protocol
 2017-08-21  8:33 UTC  (4+ messages)
` [PATCH V3 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions
` [PATCH V3 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
` [PATCH V3 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol

can the DNS driver relays the request?
 2017-08-21  5:27 UTC  (3+ messages)

ReadBlock
 2017-08-21  4:57 UTC 

[PATCH edk2-platforms 0/2] Re-enable the second SATA controller on Overdrive
 2017-08-20 18:11 UTC  (8+ messages)
` [PATCH edk2-platforms 1/2] Silicon/AMD/Styx: Make PcdSataPortMode 32 bits
` [PATCH edk2-platforms 2/2] Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller

[PATCH v7] EmbeddedPkg/AndroidBoot: boot android kernel from storage
 2017-08-20 11:39 UTC  (2+ messages)

[PATCH] edk2-build.sh: Use CROSS_COMPILE if it's set externally
 2017-08-19 15:07 UTC  (4+ messages)

[PATCH 0/3] MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs
 2017-08-18 22:41 UTC  (5+ messages)
` [PATCH 2/3] MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statement
` [PATCH 3/3] MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2

[Patch] UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value
 2017-08-18  7:38 UTC  (6+ messages)


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