public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-09-11 13:24:04 to 2017-09-14 11:05:39 UTC [more...]

[PATCH v3 0/8] OvmfPkg/VirtioNetDxe: map host address to device address
 2017-09-14 11:08 UTC  (3+ messages)
` [PATCH v3 1/8] OvmfPkg/VirtioNetDxe: add helper VirtioNetUninitRing()
` [PATCH v3 2/8] OvmfPkg/VirtioNetDxe: map VRINGs using VirtioRingMap()

HEADLESS flag in ACPI
 2017-09-14 10:59 UTC  (3+ messages)

[PATCH] MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failure
 2017-09-14 10:53 UTC 

[PATCH 0/4] Implement NULL pointer detection feature for special pool
 2017-09-14 10:16 UTC  (33+ messages)
  ` [PATCH 1/4] MdeModulePkg/Core: Implement NULL pointer detection in EDK-II Core
  ` [PATCH 2/4] UefiCpuPkg/PiSmmCpuDxeSmm: Implement NULL pointer detection for SMM mode code
  ` [PATCH 3/4] IntelFrameworkModulePkg/Csm: Update CSM code to temporarily bypass NULL pointer detection if enabled
  ` [PATCH 4/4] OvmfPkg/QemuVideoDxe: Update QemuVideoDxe driver to "

EDK2 + VT-x
 2017-09-14  9:23 UTC  (2+ messages)

[PATCH 0/2] MdeModulePkg: UDF fixes and cleanups, round 2
 2017-09-14  9:01 UTC  (19+ messages)
` [PATCH 1/2] MdeModulePkg/UdfDxe: reject reserved values in ICB.Flags[2:0]
` [PATCH 2/2] MdeModulePkg/UdfDxe: suppress incorrect compiler warning in ReadFile()

[PATCH 00/11] Add IOMMU PEI support
 2017-09-14  6:32 UTC  (9+ messages)
` [PATCH 04/11] IntelSiliconPkg/VTdDxe: Disable PMR

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Build Script
 2017-09-14  6:24 UTC  (2+ messages)

[Patch] NetworkPkg: Remove the redundant '/' in the end of returned ISCSIMacAddr keyword
 2017-09-14  5:15 UTC  (2+ messages)

[PATCH] IntelFsp2Pkg-Tools: GenCfgOpt.py shouldn't include specific UPD name
 2017-09-14  3:56 UTC  (3+ messages)

StartImage() return value an error or return code ?
 2017-09-14  2:16 UTC  (3+ messages)

[Patch] AppPkg/WebServer: Fix build failure
 2017-09-13 20:18 UTC  (4+ messages)

[PATCH v2 0/8] OvmfPkg/VirtioNetDxe: map host address to device address
 2017-09-13 20:15 UTC  (16+ messages)
` [PATCH v2 1/8] OvmfPkg/VirtioNetDxe: add helper VirtioNetUninitRing()
` [PATCH v2 2/8] OvmfPkg/VirtioNetDxe: map VRINGs using VirtioRingMap()
` [PATCH v2 3/8] OvmfPkg/VirtioNetDxe: alloc RxBuf using AllocateSharedPages()
` [PATCH v2 4/8] OvmfPkg/VirtioNetDxe: dynamically alloc transmit header
` [PATCH v2 5/8] OvmfPkg/VirtioNetDxe: update TechNotes
` [PATCH v2 6/8] OvmfPkg/VirtioNetDxe: add Tx packet map/unmap helper functions
` [PATCH v2 7/8] OvmfPkg/VirtioNetDxe: map caller-supplied Tx packet to device-address

[PATCH 0/2] Options to remove code
 2017-09-13 18:16 UTC  (3+ messages)
` [PATCH 1/2] ArmPlatformPkg: Juno networking build option
` [PATCH 2/2] ArmPlatformPkg: Remove DT code when unsupported

Failed to clear configuration in Ip4Config2 Protocol
 2017-09-13 13:33 UTC  (2+ messages)

[PATCH 0/4] Implement NULL pointer detection feature for special pool
 2017-09-13  8:59 UTC  (2+ messages)

Spi/MvSpiDxe likely NullPtrException
 2017-09-13  8:51 UTC  (2+ messages)
` [edk2-platforms] "

[PATCH 4/4] OvmfPkg/QemuVideoDxe: Update QemuVideoDxe driver to bypass NULL pointer detection if enabled
 2017-09-13  8:07 UTC 

[PATCH 3/4] IntelFrameworkModulePkg/Csm: Update CSM code to temporarily bypass NULL pointer detection if enabled
 2017-09-13  8:07 UTC 

[PATCH 2/4] UefiCpuPkg/PiSmmCpuDxeSmm: Implement NULL pointer detection for SMM mode code
 2017-09-13  8:07 UTC 

[PATCH 1/4] MdeModulePkg/Core: Implement NULL pointer detection in EDK-II Core
 2017-09-13  8:07 UTC 

[patch] MdeModulePkg: Add UdfDxe to the dsc file
 2017-09-13  7:38 UTC  (2+ messages)

[PATCH] MdeModulePkg/UdfDxe: Remove negative comparison of unsigned number
 2017-09-13  6:29 UTC  (4+ messages)

[edk2-VfrSpecification PATCH] Add union data type and bit fields in VFR Data Struct Definition
 2017-09-13  6:09 UTC  (2+ messages)

[PATCH v2 1/3] MdeModulePkg/PartitionDxe: Initialize the array after declaration
 2017-09-13  4:06 UTC  (6+ messages)
` [PATCH v2 3/3] MdeModulePkg/UdfDxe: Add type cast to fix build failure in VS tools

[PATCH] MdeModulePkg/PciBusDxe: GetBarAttributes() returns Host address
 2017-09-13  3:07 UTC  (9+ messages)

[PATCH 0/5] MdeModulePkg: UDF fixes and cleanups
 2017-09-12 21:29 UTC  (30+ messages)
` [PATCH 2/5] MdeModulePkg/UdfDxe: don't return unset Status if INLINE_DATA req succeeds
` [PATCH 3/5] MdeModulePkg/UdfDxe: replace zero-init of local variables with ZeroMem()
` [PATCH 4/5] MdeModulePkg/PartitionDxe: don't divide 64-bit values with C operators
` [PATCH 5/5] MdeModulePkg/PartitionDxe: remove always false comparison

[PATCH] MdeModulePkg/UdfDxe: Fix NULL pointer dereference
 2017-09-12 11:27 UTC  (2+ messages)

[PATCH 0/3] ArmVirtPkg: add HTTP_BOOT_ENABLE and UsbMassStorageDxe
 2017-09-12 11:11 UTC  (6+ messages)
` [PATCH 1/3] ArmVirtPkg: don't build the network stack uselessly for Xen
` [PATCH 2/3] ArmVirtPkg/ArmVirtQemu: port HTTP_BOOT_ENABLE from OvmfPkg
` [PATCH 3/3] ArmVirtPkg/ArmVirtQemu: include UsbMassStorageDxe

[PATCH edk2-platforms 00/14] add support for Socionext Synquacer EVB
 2017-09-12 10:48 UTC  (31+ messages)
` [PATCH edk2-platforms 01/14] Silicon/Synquacer: add package with platform headers
` [PATCH edk2-platforms 02/14] Silicon/Synquacer: add MemoryInitPeiLib implementation
` [PATCH edk2-platforms 03/14] Platform: add support for Socionext Synquacer eval board
` [PATCH edk2-platforms 04/14] Silicon/Synquacer: implement PciSegmentLib to support dual RCs
` [PATCH edk2-platforms 05/14] Silicon/Synquacer: implement PciHostBridgeLib support
` [PATCH edk2-platforms 06/14] Silicon/Synquacer: implement EFI_CPU_IO2_PROTOCOL
` [PATCH edk2-platforms 07/14] Platform/SynquacerEvalBoard: add PCI support
` [PATCH edk2-platforms 08/14] Silicon/Socionext: add driver for NETSEC network controller
` [PATCH edk2-platforms 09/14] Platform/SynquacerEvalBoard: add NETSEC driver
` [PATCH edk2-platforms 10/14] Silicon/Synquacer: add ACPI support
` [PATCH edk2-platforms 11/14] Silicon/Synquacer: add device tree support for eval board
` [PATCH edk2-platforms 12/14] Silicon/Synquacer: add NorFlashPlatformLib implementation
` [PATCH edk2-platforms 13/14] Silicon/Socionext: add driver for SPI NOR flash
` [PATCH edk2-platforms 14/14] Platform/Synquacer: incorporate NOR flash and variable drivers

Partition Driver started multiple times
 2017-09-12  9:59 UTC 

[PATCH v3 0/3] Fix VS tool chain build failure
 2017-09-12  9:40 UTC  (8+ messages)
` [PATCH v3 1/3] MdeModulePkg/UdfDxe: Add type cast to fix build failure in VS tools
` [PATCH v3 2/3] MdeModulePkg/UdfDxe: Initialize the array after declaration
` [PATCH v3 3/3] MdeModulePkg/PartitionDxe: "

Question on Iscsi Behavior
 2017-09-12  8:47 UTC  (2+ messages)

[Patch] BaseTools: add support for BIOS build with binary cache
 2017-09-12  7:41 UTC  (2+ messages)

[Patch] Build spec: add description for build with binary cache
 2017-09-12  7:41 UTC  (2+ messages)

StartImage with Secure Boot on Self-Signed App
 2017-09-12  7:32 UTC  (5+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change Reset Type
 2017-09-12  5:50 UTC 

[PATCH v2 0/6] Support bitfield in storage of vfr
 2017-09-12  3:44 UTC  (7+ messages)
` [PATCH v2 1/6] BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore
` [PATCH v2 2/6] MdeModulePkg: Add GUID/flags to implement BitField support
` [PATCH v2 3/6] MdeModulePkg/UefiHiiLib: Add codes to validate question with bit fields
` [PATCH v2 4/6] MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore
` [PATCH v2 5/6] MdeModulePkg/SetupBrowser: "
` [PATCH v2 6/6] MdeModulePkg/DriverSample: Add sample questions with bit/union VarStore

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change Reset Type
 2017-09-12  2:56 UTC  (2+ messages)

[patch 0/3] MdeModulePkg/Udf: Fix VS tool chain build failures
 2017-09-12  1:46 UTC  (2+ messages)

[PATCH 1/1] StdLib/EfiSocketLib: Fix ABI mismatch for 2 event functions
 2017-09-11 20:53 UTC  (5+ messages)

[PATCH 0/5] MdeModulePkg, UefiCpuPkg, OvmfPkg: lower some DEBUGs from ERROR level
 2017-09-11 20:42 UTC  (2+ messages)

[PATCH 0/2] MdePkg, OvmfPkg: fix IoWriteFifo8(), and print debug messages with it
 2017-09-11 20:30 UTC  (2+ messages)

[PATCH] ArmPkg/PlatformBootManagerLib: process pending capsules
 2017-09-11 16:50 UTC 

[PATCH 0/5] Add HardwareInterrupt2 for ARM
 2017-09-11 15:23 UTC  (6+ messages)
` [PATCH 1/5] ArmPkg: Tidy GIC code before changes
` [PATCH 2/5] EmbeddedPkg: Introduce HardwareInterrupt2 protocol
` [PATCH 3/5] ArmPkg/ArmGicDxe: Expose "
` [PATCH 4/5] ArmPkg/GenericWatchdogDxe: Set Watchdog interrupt type
` [PATCH 5/5] ArmPkg: Tidy up GenericWatchdogDxe.c

ApolloLake with EDK2 - Ubuntu boots but Windows 10 does not
 2017-09-11 14:34 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