messages from 2016-09-30 12:22:21 to 2016-10-07 19:08:39 UTC [more...]
[Patch 0/2] QuarkSocPkg/QncSmmDispatcher: Fix SMI Handler ASSERTs()
2016-10-07 19:08 UTC (4+ messages)
` [Patch 1/2] QuarkSocPkg/QncSmmDispatcher: Fix context passed to SMI handlers
` [Patch 2/2] QuarkSocPkg/QncSmmDispatcher: Fix use after free issue
[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)
[Patch 0/5] QuarkPlatformPkg: Fix BOOT_IN_RECOVERY_MODE issues
2016-10-06 19:12 UTC (6+ 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
TE relocations
2016-10-06 13:01 UTC (9+ messages)
UefiBootManagerLib and LegacyBootManagerLib issue
2016-10-06 8:41 UTC (6+ messages)
` Urgent help -UefiBootManagerLib "
[Patch V2] BaseTools: support the NOOPT target with the GCC tool chains
2016-10-06 8:20 UTC (9+ messages)
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)
[PATCH V2 00/50] Add capsule update and recovery sample
2016-09-30 12:32 UTC (52+ messages)
` [PATCH V2 01/50] MdeModulePkg/Include: Add EDKII system FMP capsule header
` [PATCH V2 02/50] MdeModulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH V2 03/50] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V2 04/50] MdeModulePkg/Include: Add IniParsingLib header
` [PATCH V2 05/50] MdeModulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH V2 06/50] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V2 07/50] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V2 08/50] MdeModulePkg/IniParsingLib: Add InitParsingLib instance
` [PATCH V2 09/50] MdeModulePkg/FmpAuthenticationLib: Add FmpAuthenticationLib instance
` [PATCH V2 10/50] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V2 11/50] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH V2 12/50] MdeModulePkg/EdkiiSystemCapsuleLib: Add EdkiiSystemCapsuleLib instance
` [PATCH V2 13/50] MdeModulePkg/PlatformFlashAccessLib: Add NULL PlatformFlashAccessLib
` [PATCH V2 14/50] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH V2 15/50] MdeModulePkg/SystemFirmwareUpdate: Add SystemFirmwareUpdate
` [PATCH V2 16/50] MdeModulePkg/RecoveryModuleLoadPei: Add RecoveryModuleLoadPei
` [PATCH V2 17/50] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH V2 18/50] MdeModulePkg/MdeModulePkg.dsc: Add capsule related component
` [PATCH V2 19/50] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH V2 20/50] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH V2 21/50] SecurityPkg/FmpAuthenticationPkcs7Lib: Add PKCS7 NULL class for FMP
` [PATCH V2 22/50] SecurityPkg/FmpAuthenticationRsa2048Sha256Lib: Add "
` [PATCH V2 23/50] SecurityPkg/SecurityPkg.dsc: Add FmpAuthentication*Lib
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox