public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-11-03 07:24:04 to 2016-11-07 12:41:16 UTC [more...]

[PATCH V9 0/7] Add MicrocodeUpdate support
 2016-11-07 12:40 UTC  (8+ messages)
` [PATCH V9 1/7] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH V9 2/7] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH V9 3/7] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH V9 4/7] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH V9 5/7] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH V9 6/7] UefiCpuPkg/MicrocodeUpdate: Add Microcode FMP build sample
` [PATCH V9 7/7] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component

[PATCH 00/12] Add EDKII signed capsule support
 2016-11-07 12:40 UTC  (13+ messages)
` [PATCH V9 01/12] SignedCapsulePkg: Add license file
` [PATCH V9 02/12] SignedCapsulePkg/Include: Add EDKII system FMP capsule header
` [PATCH V9 03/12] SignedCapsulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH V9 04/12] SignedCapsulePkg/Include: Add IniParsingLib header
` [PATCH V9 05/12] SignedCapsulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH V9 06/12] SignedCapsulePkg/CapsulePkg.dec: Add capsule related definition
` [PATCH V9 07/12] SignedCapsulePkg/IniParsingLib: Add InitParsingLib instance
` [PATCH V9 08/12] SignedCapsulePkg/EdkiiSystemCapsuleLib: Add EdkiiSystemCapsuleLib
` [PATCH V9 09/12] SignedCapsulePkg/PlatformFlashAccessLib: Add NULL instance
` [PATCH V9 10/12] SignedCapsulePkg/SystemFirmwareUpdate: Add SystemFirmwareUpdate
` [PATCH V9 11/12] SignedCapsulePkg/RecoveryModuleLoadPei: Add RecoveryModuleLoadPei
` [PATCH V9 12/12] SignedCapsulePkg/CapsulePkg.dsc: Add capsule related component

[PATCH V9 00/15] Add capsule support lib and app
 2016-11-07 12:38 UTC  (16+ messages)
` [PATCH V9 01/15] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V9 02/15] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V9 03/15] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V9 04/15] MdeModulePkg/FmpAuthenticationLibNull: Add NULL instance FMP
` [PATCH V9 05/15] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH V9 06/15] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V9 07/15] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH V9 08/15] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH V9 09/15] MdeModulePkg/UiApp: Show test key warning info in FrontPage
` [PATCH V9 10/15] MdeModulePkg/MdeModulePkg.dsc: Add FMP related component
` [PATCH V9 11/15] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules()
` [PATCH V9 12/15] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH V9 13/15] SecurityPkg/FmpAuthenticationLibPkcs7: Add PKCS7 instance for FMP
` [PATCH V9 14/15] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Add RSA2048 instance
` [PATCH V9 15/15] SecurityPkg/SecurityPkg.dsc: Add FmpAuthenticationLib*

[PATCH 0/2] MAC address configuration from Shell
 2016-11-07 11:54 UTC  (5+ messages)
` [PATCH 1/2] MdeModulePkg: NetLib: introduce MAC address handling helper routines
` [PATCH 2/2] ShellPkg/Ifconfig: Enable setting MAC address

[PATCH v1 1/1] ShellPkg/Ping6: Add a note in help for TargetIp
 2016-11-07  8:40 UTC 

[patch] MdeModulePkg/UsbMass: Revert changes of removing retry logic
 2016-11-07  7:48 UTC 

Unit tests and the EDK2
 2016-11-07  3:01 UTC  (7+ messages)

[PATCH 0/4] Defer 3rd party images loading to after EndOfDxe
 2016-11-07  2:32 UTC  (9+ messages)
` [PATCH 1/4] MdeModulePkg/SecurityStubDxe: Defer 3rd party image before EndOfDxe
` [PATCH 2/4] MdeModulePkg/UefiBootManager: Add EfiBootManagerDispatchDeferredImages
` [PATCH 3/4] MdeModulePkg/BdsDxe: Check deferred images before booting to OS
` [PATCH 4/4] MdeModulePkg/SecurityStubDxe: Report failure if image is load earlier

[PATCH v2 1/2] MdeModulePkg: Do not free memory during ExitBootServices ()
 2016-11-07  1:08 UTC  (4+ messages)

[PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported
 2016-11-07  0:47 UTC  (3+ messages)

NotifyPpi description contradiction
 2016-11-06  0:43 UTC 

[PATCH V2 0/6] Enable SMM page level protection
 2016-11-04 23:08 UTC  (10+ messages)
` [PATCH V2 1/6] MdeModulePkg/Include: Add PiSmmMemoryAttributesTable.h
` [PATCH V2 2/6] MdeModulePkg/dec: Add gEdkiiPiSmmMemoryAttributesTableGuid
` [PATCH V2 3/6] MdeModulePkg/PiSmmCore: Add MemoryAttributes support
` [PATCH V2 4/6] UefiCpuPkg/dec: Add PcdCpuSmmStaticPageTable
` [PATCH V2 5/6] UefiCpuPkg/PiSmmCpuDxeSmm: Add paging protection
` [PATCH V2 6/6] QuarkPlatformPkg/dsc: enable Smm "

[PATCH v4] OvmfPkg/ResetVector: Depend on PCD values of the page tables
 2016-11-04 22:50 UTC  (4+ messages)

Sec and Reset vector
 2016-11-04 22:19 UTC  (11+ messages)

[RFC] [MdePkg] UefiLib: CreatePopUp
 2016-11-04 20:15 UTC  (12+ messages)

[PATCH 0/6] Enable SMM page level protection
 2016-11-04 17:36 UTC  (15+ messages)
` [PATCH 4/6] UefiCpuPkg/dec: Add PcdCpuSmmStaticPageTable

[PATCH] ArmPkg: Update Redistributor granularity for GICv4
 2016-11-04 16:52 UTC 

[PATCH 0/6] Enable SMM page level protection
 2016-11-04 16:34 UTC  (11+ messages)

[PATCH] ShellPkg/reset: Support "-fwui" flag
 2016-11-04 15:35 UTC  (2+ messages)

[PATCH v3] OvmfPkg/ResetVector: Depend on PCD values of the page tables
 2016-11-04 13:34 UTC  (3+ messages)

[PATCH v3] MdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()
 2016-11-04  9:54 UTC  (3+ messages)

SMBIOS/DMI data creation
 2016-11-04  9:07 UTC  (2+ messages)

[Patch] MdePkg/BaseLib: Add one wrapper on RdRand access for parameter check
 2016-11-04  8:02 UTC 

[PATCH] BaseTools/Edk2Setup.bat: Fix build errors from VS tools PREFIX ENV missing
 2016-11-04  6:15 UTC  (2+ messages)

[PATCH 0/3] Display new stack base and size
 2016-11-04  4:49 UTC  (6+ messages)
` [PATCH 1/3] MdeModulePkg: "
` [PATCH 2/3] UefiCpuPkg: "
` [PATCH 3/3] MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESS

[Patch] BaseTools: Fix the Windows GCC Build Failure with too long path
 2016-11-04  3:25 UTC  (2+ messages)

[Patch] BaseTools: Fix the bug to support generate FFS by Align = Auto
 2016-11-04  2:10 UTC  (2+ messages)

[Patch] BaseTools: Add the support for character '<' and '>' in the map file
 2016-11-04  2:06 UTC  (2+ messages)

[PATCH v2] MdePkg/BaseMemoryLibOptDxe: check for zero length in ZeroMem ()
 2016-11-04  2:05 UTC  (3+ messages)

[PATCH v2 2/2] NetworkPkg: Do not free memory during ExitBootServices ()
 2016-11-04  1:34 UTC  (2+ messages)

[PATCH] OvmfPkg/ResetVector: Remove the unused ASM ResetVector
 2016-11-03 23:53 UTC  (3+ messages)

[PATCH v2] OvmfPkg/ResetVector: Depend on PCD values of the page tables
 2016-11-03 23:43 UTC  (6+ messages)

[PATCH v3 0/2] OvmfPkg/ResetVector: replace open-coded constants with fixed PCDs
 2016-11-03 23:32 UTC  (3+ messages)
` [PATCH v3 1/2] OvmfPkg/ResetVector: remove unused file "ResetVectorCode.asm"
` [PATCH v3 2/2] OvmfPkg/ResetVector: Depend on PCD values of the page tables

Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ?
 2016-11-03 20:38 UTC  (4+ messages)

[PATCH v1 1/1] OvmfPkg/ResetVector: Depend on PCD values of the page tables
 2016-11-03 19:24 UTC  (4+ messages)

[PATCH] MdePkg/BaseMemoryLibOptDxe: check for zero length in ZeroMem ()
 2016-11-03 18:10 UTC  (5+ messages)

ArmVirtPkg Build Failure
 2016-11-03 15:42 UTC  (4+ messages)

[PATCH v2 1/5] MdeModulePkg: introduce non-discoverable device protocol
 2016-11-03 11:41 UTC  (5+ messages)
` [PATCH v2 2/5] MdeModule: introduce helper library to register non-discoverable devices
` [PATCH v2 3/5] MdeModulePkg: implement generic PCI I/O driver for "
` [PATCH v2 4/5] MdeModulePkg/NonDiscoverablePciDeviceDxe: add support for non-coherent DMA
` [PATCH v2 5/5] Omap35xxPkg/PciEmulation: port to new non-discoverable device infrastructure

[PATCH v2 0/5] MdeModulePkg: add support for non-discoverable devices
 2016-11-03 11:40 UTC 

[PATCH V2] BaseTools/Pkcs7: Add readme.md
 2016-11-03  8:31 UTC  (2+ messages)

[PATCH v2 00/53] Resolve issues for C source codes in BaseTools
 2016-11-03  7:23 UTC  (20+ messages)
` [PATCH v2 35/53] BaseTools/GenVtf: Fix potential memory leak
` [PATCH v2 36/53] BaseTools/Split: Fix potential memory and resource leak
` [PATCH v2 37/53] BaseTools/TianoCompress: Fix potential memory leak
` [PATCH v2 38/53] BaseTools/VfrCompile: "
` [PATCH v2 39/53] BaseTools/VolInfo: "
` [PATCH v2 40/53] BaseTools/EfiRom: Fix file handles not being closed
` [PATCH v2 41/53] BaseTools/GenBootSector: "
` [PATCH v2 42/53] BaseTools/GenCrc32: "
` [PATCH v2 43/53] BaseTools/GenFv: "
` [PATCH v2 44/53] BaseTools/GenVtf: "
` [PATCH v2 45/53] BaseTools/LzmaCompress: "
` [PATCH v2 46/53] BaseTools/TianoCompress: "
` [PATCH v2 47/53] BaseTools/VolInfo: "
` [PATCH v2 48/53] BaseTools/GenVtf: Provide string width in '%s' specifier in format string
` [PATCH v2 49/53] BaseTools/VolInfo: "
` [PATCH v2 50/53] BaseTools/VfrCompile: Explicitly state format string for DebugMsg()
` [PATCH v2 51/53] BaseTools/VolInfo: Add definitions for command format strings
` [PATCH v2 52/53] BaseTools/VfrCompile/Pccts: Add virtual destructor for class DLGInputStream
` [PATCH v2 53/53] BaseTools/VfrCompile/Pccts: Make assignment operator not returning void


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