public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-09-04 10:00:54 to 2017-09-08 03:35:05 UTC [more...]

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

Curious question regarding lack of debug in MdeModulePkg
 2017-09-08  3:12 UTC  (2+ messages)

PI 1.6: Issues within the SPI sections
 2017-09-08  3:10 UTC  (5+ messages)

StartImage with Secure Boot on Self-Signed App
 2017-09-08  2:51 UTC  (3+ messages)

[Patch] MdeModulePkg: Update PiDxeS3BootScriptLib Internal function name
 2017-09-08  2:39 UTC 

[PATCH 0/5] OvmfPkg/VirtioNetDxe: map host address to device address
 2017-09-07 22:55 UTC  (21+ messages)
` [PATCH 1/5] OvmfPkg/VirtioNetDxe: map VRING using VirtioRingMap()
` [PATCH 2/5] OvmfPkg/VirtioNetDxe: alloc RxBuf using AllocateSharedPages()
` [PATCH 3/5] OvmfPkg/VirtioNetDxe: dynamically alloc transmit header
` [PATCH 4/5] OvmfPkg/VirtioNetDxe: map virtio-net transmit request buffer
` [PATCH 5/5] OvmfPkg/VirtioNetDxe: negotiate VIRTIO_F_IOMMU_PLATFORM

[PATCH 00/10] MdeModulePkg, OvmfPkg: unmap DMA buffers at ExitBootServices
 2017-09-07 22:41 UTC  (11+ messages)
` [PATCH 01/10] MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributes
` [PATCH 02/10] MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMA
` [PATCH 03/10] MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()
` [PATCH 04/10] OvmfPkg/VirtioBlkDxe: don't unmap VRING "
` [PATCH 05/10] OvmfPkg/VirtioGpuDxe: don't unmap VRING & BackingStore at ExitBootServices
` [PATCH 06/10] OvmfPkg/VirtioRngDxe: don't unmap VRING at ExitBootServices()
` [PATCH 07/10] OvmfPkg/VirtioScsiDxe: "
` [PATCH 08/10] OvmfPkg/IoMmuDxe: track all mappings
` [PATCH 09/10] OvmfPkg/IoMmuDxe: generalize IoMmuUnmap() to IoMmuUnmapWorker()
` [PATCH 10/10] OvmfPkg/IoMmuDxe: unmap all IOMMU mappings at ExitBootServices()

Boot####, Key####
 2017-09-07 22:12 UTC  (3+ messages)

[PATCH] BaseTools/GCC5: set -Wno-unused-const-variables on RELEASE builds
 2017-09-07 16:48 UTC  (3+ messages)

[PATCH 0/4] MdeModulePkg: some PCI HC drivers: unmap common buffers at ExitBootServices()
 2017-09-07 16:40 UTC  (17+ messages)

[PATCH v3 2/2] SD : Updated CMD 6 implememtation
 2017-09-07 16:39 UTC  (5+ messages)
` [PATCH v3 1/2] MMC : Added missing __FUNCTION__ macro

[PATCH v4 0/6] read-only UDF file system support
 2017-09-07 14:07 UTC  (9+ messages)

[staging/Intel_UNDI]: Creation of new branch (Intel_UNDI) and initial commit
 2017-09-07 13:39 UTC 

[Patch] BaseTools: correct to use specific arch to generate DSC database
 2017-09-07 13:29 UTC 

ASSERT in QemuVideoDxe driver during reset
 2017-09-07 11:16 UTC  (13+ messages)

[PATCH] MdeModulePkg Xhci: Correct description of Timeout param in XhciReg.h
 2017-09-07 11:13 UTC 

[Patch] BaseTools: Not show *B when Pcd value in build option same with DEC
 2017-09-07  9:24 UTC  (2+ messages)

[PATCH][edk2-platforms] Ubuntu boot
 2017-09-07  8:20 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Ubuntu boot
 2017-09-07  8:15 UTC 

[PATCH 0/1] OvmfPkg/IoMmuDxe: shut up "unused-const-variable" gcc-6 warning in RELEASE
 2017-09-07  7:32 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH v1] MdePkg: Add definitions for the SPI protocols introduced in UEFI PI 1.6
 2017-09-07  7:12 UTC  (2+ messages)

[PATCH] Add UBUNTU boot loader
 2017-09-07  5:54 UTC  (3+ messages)

[Patch][edk2-platforms/minnowboard-max-udk2017] Vlv2TbltDevicePkg: Fix Build script error
 2017-09-07  3:03 UTC 

[PATCH v1 0/1] Fix stack switching to permanent memory fail
 2017-09-07  1:42 UTC  (11+ messages)
` [PATCH v1 1/1] OvmfPkg/SecMain: "

[PATCH v3 0/1] OvmfPkg/SecMain: Fix stack switching to permanent memory
 2017-09-06 17:20 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] ArmPkg: add ArmCrashDumpDxe driver
 2017-09-06 16:48 UTC  (3+ messages)

[PATCH v2 1/2] MMC : Added missing __FUNCTION__ macro
 2017-09-06 16:39 UTC  (4+ messages)
` [PATCH v2 2/2] SD : Updated CMD 6 implememtation

OvmfPkg/IoMmuDxe: unused-const-variable warning fails release build with GCC 6.3
 2017-09-06 15:08 UTC  (5+ messages)

[Patch 1/2] MdeModulePkg: Fix GCC build error
 2017-09-06 10:14 UTC  (2+ messages)
` [Patch 2/2] NetworkPkg: "

CPU/PCI addressing in PciIoGetAttributes
 2017-09-06  9:34 UTC  (5+ messages)

[Patch 0/2] Fix bug in IP driver for IpSec protocol notify
 2017-09-06  8:03 UTC  (4+ messages)
` [Patch 1/2] MdeModulePkg/Ip4Dxe: fix a bug in IP4 "

[PATCH 0/2] Add VTd policy PCD
 2017-09-06  7:32 UTC  (4+ messages)
` [PATCH 1/2] IntelSiliconPkg/dec: "
` [PATCH 2/2] IntelSiliconPkg/IntelVtd: Consume "

[Patch] MdePkg/PiMmCis.h: Fix build failure
 2017-09-06  5:56 UTC  (2+ messages)

[PATCH 0/2] Enable IOMMU for CSMM
 2017-09-06  4:04 UTC  (6+ messages)
` [PATCH 1/2] IntelSiliconPkg/Vtd: Support CSM usage
` [PATCH 2/2] IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support

[Patch] BaseTools: Fix the bug that same region print twice in the build log
 2017-09-06  3:27 UTC  (2+ messages)

Accessing RT services from OS
 2017-09-05 17:22 UTC  (4+ messages)

[PATCH] MdePkg/PciSegmentLibSegmentInfo: fix typo in PciSegmentBitFieldAnd*()
 2017-09-05 15:49 UTC  (2+ messages)

[PATCH v2 0/1] Fix stack switching to permanent memory
 2017-09-05 14:54 UTC  (2+ messages)
` [PATCH v2 1/1] OvmfPkg/SecMain: "

[PATCH 0/2] MdePkg, OvmfPkg: fix IoWriteFifo8(), and print debug messages with it
 2017-09-05 14:33 UTC  (6+ messages)
` [PATCH 1/2] MdePkg/BaseIoLibIntrinsic: fix SEV (=unrolled) variants of IoWriteFifoXX()
` [PATCH 2/2] OvmfPkg/PlatformDebugLibIoPort: write messages with IoWriteFifo8()

[PATCH] Platform/ARM/VExpressPkg:Fix Pcd broken in edk2
 2017-09-05 13:16 UTC  (4+ messages)

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Add new platform branch devel-MinnowBoardMax-UDK2017
 2017-09-05 12:02 UTC 

[Patch] Nt32Pkg: Clean up DSC to remove unnecessary build option in SecMain
 2017-09-05  7:02 UTC  (2+ messages)

[patch 0/6] Support bitfield and union type in vfr
 2017-09-05  5:05 UTC  (4+ messages)
` [patch 1/6] BaseTool/VfrCompile: Support Union type in VFR

[Patch] UefiCpuPkg/Lmce.c Remove useless file
 2017-09-05  3:19 UTC  (2+ messages)

[Patch] DSC Spec: Hii type Pcd VariableName is NOT allowed to be empty string
 2017-09-05  3:10 UTC  (2+ messages)

[Patch][edk2-platforms 1/2] Disable PCIe De-emphasis
 2017-09-05  2:11 UTC  (2+ messages)
` [Patch][edk2-platforms 2/2] Change reset type

[PATCH 0/5] MdeModulePkg, UefiCpuPkg, OvmfPkg: lower some DEBUGs from ERROR level
 2017-09-05  2:00 UTC  (8+ messages)
` [PATCH 1/5] MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN level
` [PATCH 2/5] UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO level
` [PATCH 3/5] OvmfPkg/PlatformPei: "
` [PATCH 4/5] OvmfPkg/PlatformBootManagerLib: log informative message at DEBUG_INFO lvl
` [PATCH 5/5] OvmfPkg/SataControllerDxe: log informative message at DEBUG_INFO level

[PATCH] MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMC
 2017-09-05  1:57 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