messages from 2016-10-26 19:06:02 to 2016-10-27 16:49:03 UTC [more...]
[PATCH v2] CorebootModulePkgPkg: Expose FindCbTag API from CbParseLib
2016-10-27 16:49 UTC (4+ messages)
[PATCH v3] CorebootModulePkgPkg: Expose FindCbTag API from CbParseLib
2016-10-27 16:47 UTC
[PATCH] OvmfPkg: Make use of ARRAY_SIZE()
2016-10-27 16:23 UTC (2+ messages)
[PATCH] CorebootModulePkgPkg: Expose FindCbTag API from CbParseLib
2016-10-27 15:01 UTC (3+ messages)
[PATCH] Maintainers.txt: Change maintainer of VLV2 packages
2016-10-27 13:53 UTC (2+ messages)
[PATCH V5 0/9] Add capsule support for Vlv2
2016-10-27 13:52 UTC (10+ messages)
` [PATCH 1/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH 2/9] Vlv2TbltDevicePkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH 3/9] Vlv2TbltDevicePkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH 4/9] Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib
` [PATCH 5/9] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH 6/9] Vlv2TbltDevicePkg/dsc/fdf: Add capsule/recovery support
` [PATCH 7/9] Vlv2TbltDevicePkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH 8/9] Vlv2TbltDevicePkg/bat: add capsule generation in bat
` [PATCH 9/9] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info
[PATCH V5 0/7] Add capsule support for Quark
2016-10-27 13:50 UTC (8+ messages)
` [PATCH V5 1/7] QuarkPlatformPkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V5 2/7] QuarkPlatformPkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH V5 3/7] QuarkPlatformPkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V5 4/7] QuarkPlatformPkg/PlatformInit: Remove recovery PPI installation
` [PATCH V5 5/7] QuarkPlatformPkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V5 6/7] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support
` [PATCH V5 7/7] QuarkPlatformPkg/Readme: add capsule/recovery related content
[PATCH V5 0/7] Add MicrocodeUpdate support
2016-10-27 13:46 UTC (8+ messages)
` [PATCH V5 1/7] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH V5 2/7] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH V5 3/7] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH V5 4/7] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH V5 5/7] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH V5 6/7] UefiCpuPkg/MicrocodeCapsuleApp: Add MicrocodeCapsuleApp application
` [PATCH V5 7/7] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component
[PATCH V5 00/12] Add EDKII signed capsule support
2016-10-27 13:42 UTC (13+ messages)
` [PATCH V5 01/12] SignedCapsulePkg: Add license file
` [PATCH V5 02/12] SignedCapsulePkg/Include: Add EDKII system FMP capsule header
` [PATCH V5 03/12] SignedCapsulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH V5 04/12] SignedCapsulePkg/Include: Add IniParsingLib header
` [PATCH V5 05/12] SignedCapsulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH V5 06/12] SignedCapsulePkg/CapsulePkg.dec: Add capsule related definition
` [PATCH V5 07/12] SignedCapsulePkg/IniParsingLib: Add InitParsingLib instance
` [PATCH V5 08/12] SignedCapsulePkg/EdkiiSystemCapsuleLib: Add EdkiiSystemCapsuleLib
` [PATCH V5 09/12] SignedCapsulePkg/PlatformFlashAccessLib: Add NULL instance
` [PATCH V5 10/12] SignedCapsulePkg/SystemFirmwareUpdate: Add SystemFirmwareUpdate
` [PATCH V5 11/12] SignedCapsulePkg/RecoveryModuleLoadPei: Add RecoveryModuleLoadPei
` [PATCH V5 12/12] SignedCapsulePkg/CapsulePkg.dsc: Add capsule related component
[Patch 0/3] Update LZMA SDK to new 16.04 version
2016-10-27 13:39 UTC (4+ messages)
` [Patch 1/3] BaseTools LzmaCompress: Update LZMA "
` [Patch 2/3] MdeModulePkg LzmaDecompressLib: "
` [Patch 3/3] IntelFrameworkModulePkg "
[PATCH V5 00/15] Add capsule update and recovery sample
2016-10-27 13:36 UTC (16+ messages)
` [PATCH V5 01/15] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V5 02/15] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V5 03/15] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V5 04/15] MdeModulePkg/FmpAuthenticationLibNull: Add NULL instance FMP
` [PATCH V5 05/15] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH V5 06/15] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V5 07/15] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH V5 08/15] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH V5 09/15] MdeModulePkg/UiApp: Show test key warning info in FrontPage
` [PATCH V5 10/15] MdeModulePkg/MdeModulePkg.dsc: Add FMP related component
` [PATCH V5 11/15] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH V5 12/15] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH V5 13/15] SecurityPkg/FmpAuthenticationLibPkcs7: Add PKCS7 instance for FMP
` [PATCH V5 14/15] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Add RSA2048 instance
` [PATCH V5 15/15] SecurityPkg/SecurityPkg.dsc: Add FmpAuthenticationLib*
[Patch 0/3] classless address network unicast check
2016-10-27 12:50 UTC (6+ messages)
` [Patch 1/3] MdeModulePkg: Update NetLib interface to support classless addressing
` [Patch 2/3] MdeModulePkg: Update IP4 stack drivers for classless address unicast check
` [Patch 3/3] NetworkPkg: "
[PATCH v2 0/3] classless address network unicast check
2016-10-27 10:51 UTC (4+ messages)
` [PATCH v2 1/3] MdeModulePkg: Update NetLib interface to support classless addressing
` [PATCH v2 2/3] MdeModulePkg: Update IP4 stack drivers for classless address unicast check
` [PATCH v2 3/3] NetworkPkg: "
[PATCH 00/47] edk2: centralize and adopt ARRAY_SIZE()
2016-10-27 9:27 UTC (86+ messages)
` [PATCH 02/47] NetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZE
` [PATCH 04/47] OvmfPkg/XenBusDxe: "
` [PATCH 05/47] MdePkg/Include/Base.h: introduce the ARRAY_SIZE() function-like macro
` [PATCH 07/47] NetworkPkg/IpsecConfig: remove module-local ARRAY_SIZE macro
` [PATCH 09/47] OvmfPkg/XenBusDxe: "
` [PATCH 10/47] ArmVirtPkg/NorFlashQemuLib: rebase to ARRAY_SIZE()
` [PATCH 11/47] DuetPkg/DuetBdsLib: "
` [PATCH 12/47] EdkCompatibilityPkg/FrameworkHiiOnUefiHiiThunk: "
` [PATCH 13/47] EdkCompatibilityPkg/Sample/Tools: "
` [PATCH 14/47] FatPkg/EnhancedFatDxe: "
` [PATCH 15/47] IntelFrameworkModulePkg/LegacyBootManagerLib: "
` [PATCH 16/47] IntelFrameworkModulePkg/BdsDxe: "
` [PATCH 18/47] MdeModulePkg/PciBusDxe: "
` [PATCH 19/47] MdeModulePkg/PciHostBridgeDxe: "
` [PATCH 22/47] MdeModulePkg/Core/PiSmmCore: "
` [PATCH 25/47] MdeModulePkg/UefiBootManagerLib: "
` [PATCH 27/47] MdeModulePkg/Logo: "
` [PATCH 28/47] MdeModulePkg/BdsDxe: "
` [PATCH 29/47] MdeModulePkg/DisplayEngineDxe: "
` [PATCH 30/47] MdeModulePkg/EbcDxe: "
` [PATCH 31/47] MdeModulePkg/Tcp4Dxe: "
` [PATCH 32/47] MdeModulePkg/Variable/RuntimeDxe: "
` [PATCH 33/47] NetworkPkg/IScsiDxe: "
` [PATCH 34/47] NetworkPkg/TcpDxe: "
` [PATCH 35/47] Nt32Pkg/WinNtSerialIoDxe: "
` [PATCH 36/47] OptionRomPkg/AtapiPassThruDxe: "
` [PATCH 37/47] OvmfPkg/QemuBootOrderLib: "
` [PATCH 38/47] OvmfPkg/QemuVideoDxe: "
` [PATCH 39/47] PerformancePkg/Dp_App: "
` [PATCH 40/47] SecurityPkg/AuthVariableLib: "
` [PATCH 41/47] ShellPkg/UefiDpLib: "
` [PATCH 42/47] ShellPkg/UefiShellLevel2CommandsLib: "
` [PATCH 43/47] Vlv2TbltDevicePkg/FirmwareUpdate: "
` [PATCH 44/47] Vlv2TbltDevicePkg/PlatformInitPei: "
` [PATCH 45/47] Vlv2TbltDevicePkg/PlatformPei: "
` [PATCH 46/47] Vlv2TbltDevicePkg/PlatformSetupDxe: "
` [PATCH 47/47] Vlv2TbltDevicePkg/SmBiosMiscDxe: "
[patch] NetworkPkg: Add error handling logic when using AllocateZeorPool
2016-10-27 7:41 UTC
[PATCH] Change maintainer of VLV2 packages
2016-10-27 6:59 UTC (2+ messages)
[Patch 0/4] Enhance IsDevciePathValid API
2016-10-27 6:36 UTC (5+ messages)
` [Patch 1/4] MdePkg DevicePathLib: Rollback former change
` [Patch 2/4] MdePkg DevicePathLib: Validate before touch input buffer
` [Patch 3/4] MdePkg UefiDevicePathLib: Rollback former change
` [Patch 4/4] MdePkg UefiDevicePathLib: Validate before touch input buffer
[BaseTools] Library GUIDs missing from Guid.xref file
2016-10-27 5:52 UTC (5+ messages)
[RESEND PATCH 1/1] ArmPlatformPkg/ArmTrustZone: Add support for specifying Subregions to be disabled
2016-10-27 5:23 UTC (6+ messages)
[PATCH 0/3] MdeModulePkg/TerminalDxe: TtyTerm improvements
2016-10-27 5:06 UTC (12+ messages)
` [PATCH 2/3] MdeModulePkg/TerminalDxe: Optimize TtyTerm cursor motion
[PATCH] BaseTools/Genfds: Fix Guid.xref missing GUIDs defined in Library
2016-10-27 3:18 UTC
[Patch] MdePkg/PciSegmentLib: Optimize PCI_SEGMENT_LIB_ADDRESS()
2016-10-27 3:17 UTC (2+ messages)
[Patch] MdePkg/Include: Add enumeration size checks to Base.h
2016-10-27 3:17 UTC (2+ messages)
[Patch] QuarkSocPkg/Library: Remove extra UefiBaseType.h includes
2016-10-27 3:14 UTC
[PATCH] CorebootPayloadPkg: Add "Down" key to Boot Manager Menu
2016-10-27 2:56 UTC (2+ messages)
[PATCH] CorebootPayloadPkg: Make EFI shell the last boot option
2016-10-27 2:54 UTC (2+ messages)
[PATCH 00/19] OvmfPkg, ArmVirtPkg: leave deprecated interfaces behind
2016-10-27 2:53 UTC (7+ messages)
` [PATCH 01/19] MdePkg/DebugLib.h: add ASSERT_RETURN_ERROR()
[PATCH V4 0/8] Add capsule support for Quark
2016-10-27 2:14 UTC (13+ messages)
` [PATCH V4 1/8] QuarkPlatformPkg/dec: Add test key file guid
` [PATCH V4 3/8] QuarkPlatformPkg/SystemFirmwareDescriptor: Add Descriptor for capsule update
` [PATCH V4 6/8] QuarkPlatformPkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V4 7/8] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support
[Patch] PcAtChipsetPkg/HpetTimerDxe: Fix race condition in SetTimerPeriod()
2016-10-27 1:42 UTC (2+ messages)
[PATCH V4 00/15] Add capsule support lib and app
2016-10-27 1:33 UTC (6+ messages)
` [PATCH V4 06/15] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V4 08/15] MdeModulePkg/CapsuleApp: Add CapsuleApp application
[PATCH 00/33] Fix typos in comments and variables
2016-10-27 1:29 UTC (3+ messages)
` [PATCH 29/33] SecurityPkg: Fix typos in comments
[PATCH V4 00/10] Add capsule support for Vlv2
2016-10-27 1:27 UTC (8+ messages)
` [PATCH V4 03/10] Vlv2TbltDevicePkg/SystemFirmwareDescriptor: Add Descriptor for capsule update
` [PATCH V4 06/10] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
[PATCH] CorebootModulePkg: Fix memmap issue
2016-10-27 0:10 UTC
[PATCH] CorebootPayloadPkg: Add an option to use HPET timer driver
2016-10-26 21:20 UTC
[PATCH] CorebootModulePkg: Add a library to parse platform specific info
2016-10-26 20:15 UTC
[PATCH] CorebootPayloadPkg: Notify EndOfDxe and install ReadyToLock protocol
2016-10-26 20:09 UTC
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