public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-10-27 14:48:01 to 2017-11-01 17:12:02 UTC [more...]

[platforms: PATCH 0/6] Armada 7k/8k SPI improvements pt 2
 2017-11-01 17:15 UTC  (21+ messages)
` [platforms: PATCH 1/6] Marvell/Drivers: MvSpiFlash: Improve ReadId
` [platforms: PATCH 2/6] Marvell/Drivers: MvSpiFlash: Enable dynamic SPI Flash detection
` [platforms: PATCH 3/6] Marvell/Drivers: MvSpiFlash: Remove duplicated macros
` [platforms: PATCH 4/6] Marvell/Applications: SpiTool: Do not override existing slave device
` [platforms: PATCH 5/6] Marvell/Drivers: MvSpiFlash: Fix bank selection for Spansion
` [platforms: PATCH 6/6] Marvell/Drivers: MvSpiDxe: Keep data in SPI_DEVICE structure

[PATCH edk2-platforms v3 00/27] add support for Socionext Synquacer
 2017-11-01 16:36 UTC  (46+ messages)
` [PATCH edk2-platforms v3 01/27] Silicon/SynQuacer: add package with platform headers
` [PATCH edk2-platforms v3 02/27] Silicon/Socionext: add driver for NETSEC network controller
` [PATCH edk2-platforms v3 03/27] Silicon/Socionext: add PlatformPeilib implementation for SynQuacer
` [PATCH edk2-platforms v3 04/27] Silicon/SynQuacer: implement a platform DXE driver
` [PATCH edk2-platforms v3 05/27] Silicon/SynQuacer: add MemoryInitPeiLib implementation
` [PATCH edk2-platforms v3 06/27] Platform: add support for Socionext SynQuacer eval board
` [PATCH edk2-platforms v3 07/27] Silicon/SynQuacer: implement PciSegmentLib to support dual RCs
` [PATCH edk2-platforms v3 08/27] Silicon/SynQuacer: implement PciHostBridgeLib support
` [PATCH edk2-platforms v3 09/27] Silicon/SynQuacer: implement EFI_CPU_IO2_PROTOCOL
` [PATCH edk2-platforms v3 10/27] Platform/SynQuacerEvalBoard: add PCI support
` [PATCH edk2-platforms v3 11/27] Platform/SynQuacerEvalBoard: add NETSEC driver
` [PATCH edk2-platforms v3 12/27] Silicon/SynQuacer: add ACPI support
` [PATCH edk2-platforms v3 13/27] Silicon/SynQuacer: add device tree support for eval board
` [PATCH edk2-platforms v3 14/27] Silicon/SynQuacer: add NorFlashPlatformLib implementation
` [PATCH edk2-platforms v3 15/27] Silicon/Socionext: add driver for SPI NOR flash
` [PATCH edk2-platforms v3 16/27] Platform/SynQuacer: incorporate NOR flash and variable drivers
` [PATCH edk2-platforms v3 17/27] Silicon/SynQuacer: implement PlatformFlashAccessLib
` [PATCH edk2-platforms v3 18/27] SynQuacer/SynQuacerMemoryInitPeiLib: add capsule support
` [PATCH edk2-platforms v3 19/27] Socionext/SynQuacerEvalBoard: wire up basic "
` [PATCH edk2-platforms v3 20/27] Socionext/SynQuacerEvalBoard: switch to execute in place
` [PATCH edk2-platforms v3 21/27] Platform/SynQuacerEvalBoard: add signed capsule update support
` [PATCH edk2-platforms v3 22/27] Silicon/SynQuacer/AcpiTables: hide PCI domain #0
` [PATCH edk2-platforms v3 23/27] Silicon/SynQuacerPciHostBridgeLib: add workaround to support 32-bit only cards
` [PATCH edk2-platforms v3 24/27] Platform/Socionext: add support for Socionext Developer Box rev 0.1
` [PATCH edk2-platforms v3 25/27] Platform/DeveloperBox: add ConsolePrefDxe driver
` [PATCH edk2-platforms v3 26/27] Silicon/SynQuacer: add description of GPIO block to device tree
` [PATCH edk2-platforms v3 27/27] Silicon/SynQuacer: add description of EXIU to the "

[PATCH 0/3] Implement stack guard feature
 2017-11-01 15:42 UTC  (16+ messages)
` [PATCH 1/3] MdeModulePkg/metafile: Add PCD PcdCpuStackGuard
` [PATCH 2/3] MdeModulePkg/DxeIpl: Enable paging for stack guard
` [PATCH 3/3] UefiCpuPkg/CpuExceptionHandlerLib: Add stack switch support
    ` 答复: "

[PATCH] BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sources
 2017-11-01 15:18 UTC  (3+ messages)

[patch] BaseTools/VfrCompile: Add check to avoid using NULL pointer
 2017-11-01 14:25 UTC 

[PATCH v2] MdePkg: Add definitions for the SPI protocols introduced in PI 1.6
 2017-11-01 13:49 UTC  (2+ messages)

Official port of Python on EDK2
 2017-11-01 12:54 UTC  (2+ messages)

[PATCH 0/2] PEI phase boot mode setting
 2017-11-01 13:11 UTC  (3+ messages)
` [PATCH 1/2] EmbeddedPkg: introduce GPIO PPI
` [PATCH 2/2] ArmPlatformPkg/PlatformPeim: allow PlatformPeiLib to set the boot mode

Xen Console input very slow in recent UEFI
 2017-11-01 12:46 UTC  (10+ messages)

UEFI shell hash tools?
 2017-11-01 11:05 UTC  (2+ messages)

[PATCH] ShellPkg/hexeditor: Use CpuIo for memory access
 2017-11-01 10:13 UTC 

[PATCH 0/2] Add NVDIMM related spec definitions
 2017-11-01  9:46 UTC  (3+ messages)
` [PATCH 1/2] MdePkg/Btt.h: Add Block Translation Table definitions
` [PATCH 2/2] MdePkg/NvdimmLabel.h: Add NVDIMM_LABEL protocol definition

[PATCH v2 0/2] CryptoPkg/BaseCryptLib: Correct CRT realloc Wrapper
 2017-11-01  8:48 UTC  (4+ messages)
` [PATCH v2 1/2] CryptoPkg/BaseCryptLib: Fix buffer overflow issue in realloc wrapper
` [PATCH v2 2/2] CryptoPkg/BaseCryptLib: Fix mismatched memory allocation/free

[PATCH 1/3] SecurityPkg: Remove Counter Based AuthVariable support
 2017-11-01  8:47 UTC  (6+ messages)
` [PATCH 2/3] MdePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS
` [PATCH 3/3] MdeModulePkg: "

[PATCH 1/1] EmbeddedPkg: Implement NorFlashLib
 2017-11-01  8:45 UTC  (5+ messages)

[PATCH 0/2] CryptoPkg/BaseCryptLib: Correct CRT realloc Wrapper
 2017-11-01  7:59 UTC  (6+ messages)
` [PATCH 1/2] CryptoPkg/BaseCryptLib: Fix buffer overflow issue in realloc wrapper
` [PATCH 2/2] CryptoPkg/BaseCryptLib: Fix mismatched memory allocation/free

[PATCH v2] MdeModulePkg/PciBus: Disable BME of all devices when entering RT
 2017-11-01  4:48 UTC 

[PATCH] MdeModulePkg/PciBus: Disable BME of all devices when entering RT
 2017-11-01  4:44 UTC  (4+ messages)
` 答复: "

[PATCH v2 1/1] EmbeddedPkg: Implement NorFlashInfoLib
 2017-11-01  4:28 UTC  (2+ messages)

[patch] UefiCpuPkg/MpInitLib:Make function comments align with function
 2017-11-01  2:34 UTC  (2+ messages)

[PATCH] Add one maintainer to CorebootModulePkg and CorebootPayloadPkg
 2017-11-01  0:11 UTC  (2+ messages)

[PATCH 0/2] Define PCD's for RTC init values
 2017-10-31 17:54 UTC  (3+ messages)
` [PATCH 1/2] PcAtChipsetPkg: Define FixePCD's for RTC register values
` [PATCH 2/2] PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: Replace RTC macros

[RFC] MdeModulePkg/NonDiscoverablePciDeviceDxe: NonCoherentPciIoAllocateBuffer issue with AArch64
 2017-10-31 15:25 UTC  (5+ messages)

[Help] UEFI boot KVM4T vm hang On TianoCore
 2017-10-31 14:29 UTC 

Build error in StdLib with VS 2015 compiler
 2017-10-31  9:48 UTC 

[PATCH] BaseTools/tools_def: suppress GCC predefined macros in DTB compilation
 2017-10-31  8:27 UTC  (3+ messages)

Storing Non volatile variables on SD/NAND
 2017-10-31  4:25 UTC  (16+ messages)

[PATCH 0/2] IoMMu support for SD/eMMC PEI stack
 2017-10-31  4:16 UTC  (3+ messages)
` [PATCH 1/2] MdeModulePkg/EmmcBlockIoPei: Support IoMmu
` [PATCH 2/2] MdeModulePkg/SdBlockIoPei: "

[PATCH v2] MdeModulePkg/UfsBlockIoPei: Support IoMmu
 2017-10-31  3:18 UTC 

[PATCH] MdeModulePkg/NonDiscoverable: fix memory override bug
 2017-10-30 14:42 UTC  (5+ messages)

[PATCH] ShellPkg: Fix type mismatch with GCC
 2017-10-30 12:44 UTC  (7+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add I2C table
 2017-10-30  9:10 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Enable audio
 2017-10-30  8:51 UTC 

[PATCH 0/3] MdeModulePkg/PciBus: Fix bug that doesn't produce BusOverride
 2017-10-30  8:42 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Build script
 2017-10-30  2:15 UTC  (2+ messages)

[PATCH V3 0/2] IntelSiliconPkg: Add Pre-Memory DMA protection in PEI
 2017-10-30  0:53 UTC  (2+ messages)

[platforms: PATCH v3 00/10] Armada 7k/8k - misc improvements pt.2
 2017-10-29 16:51 UTC  (12+ messages)
` [platforms: PATCH v3 01/10] Marvell/Drivers: MvI2cDxe: Abort transaction immediately upon fail
` [platforms: PATCH v3 02/10] Marvell/Drivers: MvI2cDxe: Fix returning status in MvI2cStartRequest
` [platforms: PATCH v3 03/10] Marvell/Drivers: MvI2cDxe: Reduce bus occupation time
` [platforms: PATCH v3 04/10] Marvell/Library: MppLib: Prevent overwriting PCD values
` [platforms: PATCH v3 05/10] Marvell/Library: MppLib: Disable the stack protector
` [platforms: PATCH v3 06/10] Marvell/Library: MppLib: Take 0xFF placeholders into account
` [platforms: PATCH v3 07/10] Marvell/Drivers: Pp2Dxe: Change settings for the always-up link
` [platforms: PATCH v3 08/10] Marvell/Drivers: XenonDxe: Fix UHS signalling mode setting
` [platforms: PATCH v3 09/10] Marvell/Drivers: XenonDxe: Allow overriding base clock frequency
` [platforms: PATCH v3 10/10] Marvell/Drivers: XenonDxe: Do not modify FIFO default values

[PATCH edk2-platforms v2 00/23] add support for Socionext Synquacer
 2017-10-28 21:31 UTC  (8+ messages)
` [PATCH edk2-platforms v2 13/23] Silicon/Socionext: add driver for SPI NOR flash
` [PATCH edk2-platforms v2 19/23] Platform/SynQuacerEvalBoard: add signed capsule update support

[PATCH edk2-platforms 00/14] add support for Socionext Synquacer EVB
 2017-10-28 21:25 UTC  (5+ messages)
` [PATCH edk2-platforms 08/14] Silicon/Socionext: add driver for NETSEC network controller

[PATCH] IntelSiliconPkg/VTdDxe: Change EBS Event TPL to CALLBACK
 2017-10-28  5:15 UTC  (16+ messages)

[PATCH v4 0/7] Implement heap guard feature
 2017-10-27 17:22 UTC  (2+ messages)

[PATCH 0/4] SataSiI3132Dxe fixes
 2017-10-27 17:00 UTC  (3+ messages)

[PATCH] MdeModulePkg/AtaAtapiPassThru: disable only BM-DMA at ExitBootServices()
 2017-10-27 16:09 UTC  (3+ messages)

[platforms: PATCH v2 00/10] Armada 7k/8k - misc improvements pt.2
 2017-10-27 15:30 UTC  (4+ messages)
` [platforms: PATCH v2 09/10] Marvell/Drivers: XenonDxe: Allow overriding base clock frequency


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