public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-02-03 22:29:17 to 2017-02-09 06:04:46 UTC [more...]

[PATCH V2 0/6] Add password support
 2017-02-09  6:04 UTC  (17+ messages)
` [PATCH V2 1/6] CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c
` [PATCH V2 2/6] SecurityPkg/dec: Add PcdPasswordCleared
` [PATCH V2 3/6] SecurityPkg/include: Add PlatformPasswordLib lib class
` [PATCH V2 4/6] SecurityPkg/PlatformPasswordLibNull: Add PlatformPasswordLib instance
` [PATCH V2 5/6] SecurityPkg/Password: Add Password based UserAuthentication modules
` [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication module

[PATCH v2 0/4] PrintLib: Add safe print functions [A|U]ValueToStringS
 2017-02-09  6:02 UTC  (5+ messages)
` [PATCH v2 1/4] MdePkg/BasePrintLib: "
` [PATCH v2 2/4] MdeModulePkg: Add the EFI_PRINT2S_PROTOCOL
` [PATCH v2 3/4] MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instance
` [PATCH v2 4/4] MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringS

[PATCH] MdeModulePkg: Add dynamic PCD
 2017-02-09  5:56 UTC  (28+ messages)
` [PATCH] MdeModulePkg: Add dynamic PCD PcdPteMemoryEncryptionAddressOrMask

[PATCH 10/12] BaseTool/Script: Add SmiHandleProfile OS tool to get symbol
 2017-02-09  5:04 UTC  (6+ messages)
` [PATCH 11/12] QuarkSocPkg/SmmChildDispatch: Add SmiHandlerProfile support
` [PATCH 12/12] QuarkPlatformPkg: enable SmiHandlerProfile

[Patch 0/2] MdeModulePkg PeiCore: Signed GUIDED section may not be dispatched
 2017-02-09  4:44 UTC  (5+ messages)
` [Patch 1/2] MdeModulePkg PeiCore: Reset PeimNeedingDispatch when its security violation
` [Patch 2/2] MdeModulePkg PeiCore: Don't cache GUIDED section with AUTH_NOT_TESTED

Sourceforge svn mirror of edk2
 2017-02-09  3:49 UTC  (6+ messages)

[PATCH v2 0/3] PrintLib: Refine the SPrint functions
 2017-02-09  3:32 UTC  (4+ messages)
` [PATCH v2 1/3] MdePkg/BasePrintLib: "
` [PATCH v2 2/3] MdeModulePkg/PrintLib: "
` [PATCH v2 3/3] MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOL

Print from DXE_DRIVER
 2017-02-09  2:59 UTC  (10+ messages)

[PATCH v4 0/6] Fix PciBus to accept Spec values as BarIndex and Alignment
 2017-02-09  2:10 UTC  (5+ messages)
` [PATCH v4 6/6] MdePkg/Pci22.h: Deprecate out-of-Spec IncompatiblePciDevice macros

[PATCH v3] OvmfPkg/QemuBootOrderLib: Fix NOOPT build failure
 2017-02-09  2:08 UTC 

[RFC v2 0/6] DxeBmDmaLib (BmDmaLib class) library
 2017-02-09  1:59 UTC  (3+ messages)
` [RFC v2 1/6] MdeModulePkg: Add "

[PATCH v2] OvmfPkg/QemuBootOrderLib: Fix NOOPT build failure
 2017-02-09  1:40 UTC 

[PATCH 0/3] Add PCD PcdPteMemoryEncryptionAddressOrMask
 2017-02-08 21:13 UTC  (4+ messages)
` [PATCH 1/3] MdeModulePkg: "
` [PATCH 2/3] MdeModulePkg/Universal/CapsulePei: Add support for "
` [PATCH 3/3] UefiCpuPkg/Universal/Acpi/S3Resume2Pei: "

[PATCH 00/12] Add SmiHandlerProfile feature
 2017-02-08 18:37 UTC  (14+ messages)
` [PATCH 01/12] MdePkg/Include: Add SmiHandlerProfileLib.h
` [PATCH 02/12] MdePkg/SmiHandlerProfileLibNull: Add NULL instance
` [PATCH 03/12] MdePkg/dsc: add SmiHandlerProfileLib to dsc
` [PATCH 04/12] MdeModulePkg/include: Add SmiHandlerProfile header file
` [PATCH 05/12] MdeModulePkg/dec: Add PcdSmiHandlerProfilePropertyMask
` [PATCH 06/12] MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance
` [PATCH 07/12] MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support
` [PATCH 08/12] MdeModulePkg/App: Add SmiHandlerProfile dump app
` [PATCH 09/12] MdeModulePkg/dsc: add SmiHandlerProfile to dsc

[PATCH v4 0/3] Remove TimerLib dependency from DP
 2017-02-08 18:19 UTC  (7+ messages)
` [PATCH v4 3/3] ShellPkg UefiDpLib: Remove TimerLib dependency

[Patch][edk2-platforms/devel-MinnowBoard3] Change MRC parameter
 2017-02-08 10:40 UTC  (2+ messages)

[PATCH] MdeModulePkg/UefiBootManagerLib: Initialize Handle before using it
 2017-02-08  9:41 UTC  (6+ messages)

[patch] OvmfPkg/QemuBootOrderLib: Fix NOOPT build failure
 2017-02-08  9:12 UTC  (4+ messages)

[PATCH v2 0/6] Fix PciBus to accept Spec values as BarIndex and Alignment
 2017-02-08  7:44 UTC  (13+ messages)
` [PATCH v2 1/6] MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALL
` [PATCH v2 2/6] MdeModulePkg/PciBus: Accept Spec values as BarIndex and Alignment
` [PATCH v2 3/6] MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macros
` [PATCH v2 4/6] MdeModulePkg/IncompatiblePci: Use -1 to match any IDs
` [PATCH v2 5/6] OvmfPkg/IncompatiblePci: Do not use deprecated macros
` [PATCH v2 6/6] MdePkg/Pci22.h: Deprecate out-of-Spec IncompatiblePciDevice macros

[Patch] MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentLength
 2017-02-08  7:01 UTC  (3+ messages)

[Patch] NetworkPkg/NetworkPkg.uni: Define the prompt and help information for PcdAllowHttpConnections
 2017-02-08  6:54 UTC  (3+ messages)

[Patch][edk2-platforms] Vlv2DeviceRefCodePkg: Fixed thermal issue
 2017-02-08  5:45 UTC  (2+ messages)

[PATCH] Fix some typos of "according"
 2017-02-08  5:21 UTC  (7+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3] Change BIOS version to 0061
 2017-02-08  2:20 UTC  (2+ messages)

[PATCH v3 0/6] Fix PciBus to accept Spec values as BarIndex and Alignment
 2017-02-08  1:09 UTC  (12+ messages)
` [PATCH v3 1/6] MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALL
` [PATCH v3 2/6] MdeModulePkg/PciBus: Accept Spec values as BarIndex and Alignment
` [PATCH v3 3/6] MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macros
` [PATCH v3 4/6] MdeModulePkg/IncompatiblePci: Use MAX_UINTN to match any IDs
` [PATCH v3 5/6] OvmfPkg/IncompatiblePci: Do not use deprecated macros
` [PATCH v3 6/6] MdePkg/Pci22.h: Deprecate out-of-Spec IncompatiblePciDevice macros
  ` Bug 367 - Version Check for capsule update logic error

[Patch] BaseTools: Fix the bug to parse the short varname in map file
 2017-02-08  0:54 UTC  (2+ messages)

Testing SMM with QEMU, KVM and libvirt
 2017-02-07 13:07 UTC 

[PATCH v3 0/2] OvmfPkg: broadcast SMIs and dynamically revert to traditional AP sync mode
 2017-02-07 11:32 UTC  (3+ messages)
` [PATCH v3 2/2] OvmfPkg/SmmControl2Dxe: select broadcast SMI if available

[PATCH 0/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion
 2017-02-07 10:20 UTC  (6+ messages)
` [PATCH 1/2] MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT, X_DSDT}
` [PATCH 2/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion

[PATCH] SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix logic error
 2017-02-07  8:58 UTC  (2+ messages)

[PATCH] ArmPkg: Bug #361 fix Watchdog PCDs
 2017-02-07  8:41 UTC  (2+ messages)

SNP_INIT while in TPL_NOTIFY
 2017-02-07  3:31 UTC  (5+ messages)

[PATCH 0/3] DXE Memory Protection
 2017-02-06 17:52 UTC  (18+ messages)
` [PATCH 1/3] UefiCpuPkg/CpuDxe: Add memory attribute setting
` [PATCH 3/3] MdeModulePkg/DxeCore: Add UEFI image protection

[PATCH 1/2] SecurityPkg: Tcg2Dxe: Log EV_NO_ACTION event in TCG_PCR_EVENT2 format
 2017-02-06  0:57 UTC  (5+ messages)
` [PATCH 2/2] MdePkg: UefiTcgPlatform.h: Add TCG_PCR_EVENT2_HDR definition

[Patch] MdeModulePkg PiSmmIpl: Update SmmCommunication comments to match code logic
 2017-02-06  0:52 UTC  (2+ messages)

[PATCH v1 1/1] BaseTools: AutoGen: Expand macros in INF files
 2017-02-04  6:03 UTC  (3+ messages)

[PATCH 0/6] Add password support
 2017-02-04  3:07 UTC  (4+ messages)
` [PATCH 5/6] SecurityPkg/Password: Add Password based UserAuthentication modules

UEFI Secure Technologies
 2017-02-03 22:29 UTC  (2+ messages)


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