public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-09-30 12:23:16 to 2016-10-09 01:07:14 UTC [more...]

[PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
 2016-10-09  1:07 UTC  (5+ messages)

[PATCH V3] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
 2016-10-09  0:58 UTC 

[PATCH 0/3] Add PcdRecoveryFileName PCD
 2016-10-09  0:56 UTC  (7+ messages)
` [PATCH 1/3] MdeModulePkg/dec: "
` [PATCH 2/3] MdeModulePkg/CdExpressPei: Use "
` [PATCH 3/3] FatPkg/FatPei: "

TE relocations
 2016-10-08  8:54 UTC  (10+ messages)

[Patch V2] BaseTools: support the NOOPT target with the GCC tool chains
 2016-10-08  7:20 UTC  (10+ messages)

[PATCH V2 00/50] Add capsule update and recovery sample
 2016-10-08  4:10 UTC  (30+ messages)
` [PATCH V2 24/50] BaseTool/Pkcs7: Add TestRoot.cer
` [PATCH V2 25/50] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH V2 26/50] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH V2 27/50] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH V2 28/50] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH V2 29/50] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH V2 30/50] UefiCpuPkg/MicrocodeCapsuleApp: Add MicrocodeCapsuleApp application
` [PATCH V2 31/50] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component
` [PATCH V2 32/50] QuarkPlatformPkg/dec: Add test key file guid
` [PATCH V2 33/50] QuarkPlatformPkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V2 34/50] QuarkPlatformPkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH V2 35/50] QuarkPlatformPkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V2 36/50] QuarkPlatformPkg/PlatformInit: Remove recovery PPI installation
` [PATCH V2 37/50] QuarkPlatformPkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V2 38/50] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support
` [PATCH V2 39/50] QuarkPlatformPkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH V2 40/50] QuarkPlatformPkg/Readme: add capsule/recovery related content
` [PATCH V2 41/50] Vlv2TbltDevicePkg/dec: Add test key file guid
` [PATCH V2 42/50] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V2 43/50] Vlv2TbltDevicePkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH V2 44/50] Vlv2TbltDevicePkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V2 45/50] Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib
` [PATCH V2 46/50] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V2 47/50] Vlv2TbltDevicePkg/dsc/fdf: Add capsule/recovery support
` [PATCH V2 48/50] Vlv2TbltDevicePkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH V2 49/50] Vlv2TbltDevicePkg/bat: add capsule generation in bat
` [PATCH V2 50/50] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info

[PATCH] MdePkg: Fix some typing errors in the header files
 2016-10-08  1:16 UTC  (4+ messages)

[PATCH] MdePkg: Fix some typing errors
 2016-10-08  1:16 UTC  (3+ messages)

SetCurDir() doesn't allow '\\' in Dir?
 2016-10-07 23:13 UTC 

[Patch 0/2] BaseTools/GenFds: Make FDF parser mode flexible
 2016-10-07 21:33 UTC  (3+ messages)
` [Patch 1/2] BaseTools/GenFds: Support FDF sections in any order
` [Patch 2/2] BaseTools/GenFds: Skip parse time OUTPUT_DIRECTORY file verify

[Patch 0/5] QuarkPlatformPkg: Fix BOOT_IN_RECOVERY_MODE issues
 2016-10-07 21:02 UTC  (8+ messages)
` [Patch 1/5] QuarkPlatformPkg/ForceRecovery: Add UEFI application to force recovery
` [Patch 2/5] QuarkPlatformPkg/PlatformInit: Fix recovery detection issues
` [Patch 3/5] QuarkPlatformPkg/PlatformHelperLib: Remove PlatformDebugPortGetChar8()
` [Patch 4/5] QuarkPlatformPkg: Add ForceRecovery UEFI application
` [Patch 5/5] QuarkPlatformPkg/RecoveryOemHookLib: Remove RecoveryOemHookLib

[Patch 0/2] QuarkSocPkg/QncSmmDispatcher: Fix SMI Handler ASSERTs()
 2016-10-07 21:02 UTC  (5+ messages)
` [Patch 1/2] QuarkSocPkg/QncSmmDispatcher: Fix context passed to SMI handlers
` [Patch 2/2] QuarkSocPkg/QncSmmDispatcher: Fix use after free issue

[PATCH] ShellPkg:‘cd \’ command fails to go back to the root directory of a file system
 2016-10-07 20:59 UTC 

[PATCH] ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()
 2016-10-07 17:36 UTC  (3+ messages)

[PATCH 0/3] MdeModulePkg/TerminalDxe: TtyTerm improvements
 2016-10-07 15:59 UTC  (6+ messages)
` [PATCH 1/3] MdeModulePkg/TerminalDxe: Improve TtyTerm cursor position tracking
` [PATCH 2/3] MdeModulePkg/TerminalDxe: Optimize TtyTerm cursor motion
` [PATCH 3/3] MdeModulePkg/TerminalDxe: Handle more keys with TtyTerm

[PATCH] ArmPlatformPkg/PlatformPeiLib: allow patch PCDs for FV base address/size
 2016-10-07 15:51 UTC  (3+ messages)

OVMF.fd and placement of EfiBootServicesData
 2016-10-07 15:08 UTC  (14+ messages)

[PATCH] IntelFsp2Pkg/Tools: Add PE32 section rebasing support
 2016-10-07 13:13 UTC  (3+ messages)

[PATCH] EmbeddedPkg/Library: Add Missing ARM defines for ACPI 6.0
 2016-10-06 22:44 UTC 

[PATCH] ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()
 2016-10-06 21:52 UTC  (3+ messages)

[PATCH] ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructor
 2016-10-06 20:07 UTC  (5+ messages)

UefiBootManagerLib and LegacyBootManagerLib issue
 2016-10-06  8:41 UTC  (6+ messages)
  ` Urgent help -UefiBootManagerLib "

Assert in ShellPkg with latest tianocore edk2 source on the Reference Platform
 2016-10-06  7:22 UTC  (31+ messages)

[PATCH] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
 2016-10-06  1:42 UTC 

[Patch] BaseTools/GenFds: Support FMP Payload files generated during build
 2016-10-05 23:46 UTC 

[RFC V2] EDK2 Platform Proposal
 2016-10-05 14:16 UTC  (4+ messages)

EFI hanging at EfiBootManagerRefreshAllBootOption
 2016-10-05 12:36 UTC  (2+ messages)

[Patch] BaseTools: support the NOOPT target with the GCC tool chains
 2016-10-05  1:32 UTC  (10+ messages)

af468025 breaks my linux build
 2016-10-05  0:41 UTC  (3+ messages)

[PATCH v2] ShellPkg/Shell: Update CRC32 in the EFI System Table header
 2016-10-03 21:37 UTC  (3+ messages)

[PATCH 00/45] Add capsule update and recovery sample
 2016-10-03 20:38 UTC  (10+ messages)
` [PATCH 17/45] MdeModulePkg/CapsuleApp: Add CapsuleApp application

[Patch] ShellPkg/Hexedit: Fix FreePool() ASSERT() when writing disk
 2016-10-03 18:24 UTC  (3+ messages)

[PATCH] ShellPkg/Shell: Update CRC32 in the EFI System Table header
 2016-10-03 16:29 UTC  (3+ messages)

[PATCH v2] Nt32Pkg/PlatformBootManagerLib: Signal the End of DXE Event
 2016-10-03 14:21 UTC  (2+ messages)

[PATCH] Nt32Pkg/PlatformBootManagerLib: Signal the End of DXE Event
 2016-10-03  8:10 UTC 

RFC: ProtocolLib for cross DXE and SMM Protocol and Handle Services
 2016-09-30 22:04 UTC  (9+ messages)

[PATCH] IntelSiliconPkg: Updated IgdOpregion.h based on latest spec
 2016-09-30 18:27 UTC  (2+ messages)

[Patch 0/4] BaseTools: Enable optimization to generate fast code in C tools
 2016-09-30 17:46 UTC  (2+ messages)

[PATCH 00/11] Remove unnecessary EFIAPI
 2016-09-30 16:02 UTC  (3+ messages)


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