public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-13 03:27:17 to 2020-05-14 20:52:36 UTC [more...]

[PATCH V7 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-14 20:51 UTC  (4+ messages)
` [PATCH V7 1/6] MdePkg: Add new CPER Notification types
` [PATCH V7 2/6] MdePkg: Fix OUT parameters marked as IN OUT
` [PATCH V7 3/6] MdePkg: Add EFI_RT_PROPERTIES_TABLE

[PATCH V6 0/1] Disable safe string constraint assertions
 2020-05-14 19:45 UTC  (9+ messages)
` [PATCH V6 1/1] MdePkg: Fix SafeString performing assertions on runtime checks
  ` [edk2-devel] "
` [edk2-devel] [PATCH V6 0/1] Disable safe string constraint assertions

Where to put the bhyve code in the edk2 repo: BhyvePkg, or under OvmfPkg?
 2020-05-14 18:54 UTC  (10+ messages)
` [edk2-devel] "

[PATCH v7 00/43] SEV-ES guest support
 2020-05-14 17:59 UTC  (9+ messages)
      ` [edk2-devel] "

[PATCH V7 0/1] Disable safe string constraint assertions
 2020-05-14 17:31 UTC  (2+ messages)
` [PATCH V7 1/1] MdePkg: Fix SafeString performing assertions on runtime checks

[PATCH v2 00/11] Kvmtool guest firmware support for Arm
 2020-05-14 17:25 UTC  (33+ messages)
` [PATCH v2 01/11] PcAtChipsetPkg: Add MMIO Support to RTC driver
` [PATCH v1 02/11] MdePkg: Add NULL implementation for PCILib
` [PATCH v1 03/11] MdePkg: Base Memory Lib instance using MMIO
  ` [edk2-devel] "
` [PATCH v1 04/11] ArmPlatformPkg: Use MMIO to read device memory
` [PATCH v1 05/11] ArmPlatformPkg: Dynamic flash variable base
` [PATCH v2 06/11] ArmVirtPkg: Add kvmtool platform driver
    ` [edk2-devel] "
` [PATCH v1 07/11] ArmVirtPkg: kvmtool platform memory map
  ` [edk2-devel] "
` [PATCH v1 08/11] ArmVirtPkg: Add Kvmtool NOR flash lib
    ` [edk2-devel] "
` [PATCH v2 09/11] ArmVirtPkg: Support for kvmtool emulated platform
  ` [edk2-devel] "
` [PATCH v1 10/11] ArmVirtPkg: Link NorFlashDxe with BaseMemoryLibMmio
  ` [edk2-devel] "
` [PATCH v1 11/11] Maintainer.txt: Add Kvmtool emulated plat maintainer
  ` [edk2-devel] "

[PATCH v2] OvmfPkg: Skip initrd command on Xcode toolchain
 2020-05-14 17:12 UTC  (2+ messages)

[PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
 2020-05-14 16:51 UTC  (5+ messages)
` [edk2-devel] "

[edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers
 2020-05-14 15:54 UTC  (13+ messages)
` [edk2-platform][PATCH v1 2/4] Drivers/OptionRomPkg: Move ASIX drivers to AsixPkg
` [edk2-platform][PATCH v1 3/4] Silicon/AsixPkg: Add ASIX Ax88179 driver
` [edk2-platform][PATCH v1 4/4] Silicon/AsixPkg: Add ASIX Ax88772c driver

[PATCH] PcAtChipsetPkg: Wrong System YEAR displayed in SETUP
 2020-05-14 15:11 UTC  (18+ messages)
` [edk2-devel] "

[PATCH v7 0/7] Add definitions introduced in UEFI 2.8
 2020-05-14 14:16 UTC  (11+ messages)
` [PATCH v7 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid
  ` [edk2-devel] "
` [PATCH v7 2/7] BaseTools: REST style formset
` [PATCH v7 3/7] MdePkg: "
` [PATCH v7 4/7] BaseTools: Bootable NVDIMM namespaces
` [PATCH v7 5/7] MdePkg: "
` [PATCH v7 6/7] MdePkg: Add UEFI Spec Revision 2.8
` [PATCH v7 7/7] MdePkg: UEFI JSON Capsule Support

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 15 May 2020 #cal-cancelled
 2020-05-14 13:38 UTC 

[PATCH] OvmfPkg: Skip initrd command on Xcode toolchain
 2020-05-14 13:27 UTC  (5+ messages)

[PATCH 0/1] EmbeddedPkg/Library: Add VirtualRealTimeClockLib
 2020-05-14 13:14 UTC  (4+ messages)
` [PATCH 1/1] "
  ` [edk2] "

[PATCH v8] IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers
 2020-05-14 12:57 UTC  (3+ messages)
` [edk2-devel] "

[PATCH edk2-test] Maintainers: replace Supreeth with Edhaya as SCT maintainer
 2020-05-14 10:15 UTC  (3+ messages)

[PATCH V5 00/12] CryptoPkg: Retire the deprecated functions
 2020-05-14  9:27 UTC  (13+ messages)
` [PATCH V5 01/12] CryptoPkg/CryptoDxe: Add function to indicate the deprecated algorithm
` [PATCH V5 02/12] CryptoPkg/BaseCrpytLib: Retire MD4 algorithm
` [PATCH V5 03/12] CryptoPkg/OpensslLib: Set MD4 disable in OpensslLib
` [PATCH V5 04/12] CryptoPkg/BaseCryptLib: Retire ARC4 algorithm
` [PATCH V5 05/12] CryptoPkg/OpensslLib: Set ARC4 disable in OpensslLib
` [PATCH V5 06/12] CryptoPkg/BaseCryptLib: Retire the TDES algorithm
` [PATCH V5 07/12] CryptoPkg/OpensslLib: Set TDES disable in OpensslLib
` [PATCH V5 08/12] CryptoPkg/BaseCryptLib: Retire Aes Ecb mode algorithm
` [PATCH V5 09/12] CryptoPkg/OpensslLib: Remove the Aes Ecb file in the OpensslLib
` [PATCH V5 10/12] CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithm
` [PATCH V5 11/12] CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithm
` [PATCH V5 12/12] CryptoPkg/Crypto.h: Update the version of Crypto Driver

[PATCH v1 1/1] BaseTools/Ecc: Replace deprecated function time.clock()
 2020-05-14  9:12 UTC  (7+ messages)
  ` [edk2-devel] "

[PATCH edk2-platforms v1 0/1] Use BaseMemoryLibMmio with NorFlashDxe
 2020-05-14  8:46 UTC  (3+ messages)
` [PATCH edk2-platforms v1 1/2] Platform/ARM: Link NorFlashDxe with BaseMemoryLibMmio
` [PATCH edk2-platforms v1 2/2] Platform/Comcast: "

[PATCH V6 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-14  8:02 UTC  (10+ messages)
` [PATCH V6 1/6] MdePkg: Add new CPER Notification types
` [PATCH V6 2/6] MdePkg: Fix OUT parameters marked as IN OUT
` [PATCH V6 3/6] MdePkg: Add EFI_RT_PROPERTIES_TABLE
` [PATCH V6 4/6] MdePkg: Add FMP Capsule Image Header extension
` [PATCH V6 5/6] MdeModulePkg: "
` [PATCH V6 6/6] SignedCapsulePkg: "

[edk2][PATCH 1/1] HttpBoot: handle servers which may FIN after file sizing in HttpBootLoadFile
 2020-05-14  7:02 UTC 

[PATCH V4 00/11] CryptoPkg: Retire the deprecated functions
 2020-05-14  6:14 UTC  (8+ messages)
` [PATCH V4 02/11] CryptoPkg/BaseCrpytLib: Retire MD4 algorithm
  ` [edk2-devel] "

[PATCH] SecurityPkg: Get default value from same source for TCG2_PHYSICAL_PRESENCE_FLAGS_VARIABLE
 2020-05-14  6:06 UTC 

[PATCH edk2-platforms v5 00/24] Add PEI phase to LS1043ARDB Platform
 2020-05-15  5:29 UTC  (2+ messages)
` [PATCH edk2-platforms v5 12/24] Silicon/NXP: Move RAM retrieval from SocLib

[Patch V1 1/1] CometlakeOpenBoardPkg: Fix build error due to Ddr4MixedUDimm2DpcLimit
 2020-05-14  3:16 UTC  (4+ messages)
  ` [edk2-devel] "

[edk2-devel] [PATCH v8] IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers
 2020-05-14  0:35 UTC 

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Only process the checkout command if a valid combo is used
 2020-05-13 22:33 UTC 

[PATCH V4 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-13 21:26 UTC  (7+ messages)
` [PATCH V4 3/6] MdePkg: Add EFI_RT_PROPERTIES_TABLE
` [PATCH V4 5/6] MdeModulePkg: Add FMP Capsule Image Header extension
  ` [edk2-devel] "
` [PATCH V4 6/6] SignedCapsulePkg: "
  ` [edk2-devel] "

[PATCH V5 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-13 20:55 UTC  (7+ messages)
` [PATCH V5 1/6] MdePkg: Add new CPER Notification types
` [PATCH V5 2/6] MdePkg: Fix OUT parameters marked as IN OUT
` [PATCH V5 3/6] MdePkg: Add EFI_RT_PROPERTIES_TABLE
` [PATCH V5 4/6] MdePkg: Add FMP Capsule Image Header extension
` [PATCH V5 5/6] MdeModulePkg: "
` [PATCH V5 6/6] SignedCapsulePkg: "

[PATCH V4 00/27] Disabling safe string constraint assertions
 2020-05-13 20:14 UTC  (10+ messages)
    ` [edk2-devel] "
        ` [EXTERNAL] "

[PATCH v6 0/7] Add definitions introduced in UEFI 2.8
 2020-05-13 16:27 UTC  (5+ messages)
` [PATCH v6 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid
  ` [edk2-devel] "
` [PATCH v6 7/7] MdePkg: UEFI JSON Capsule Support

[PATCH V5 00/27] Disabling safe string constraint assertions
 2020-05-13 16:06 UTC  (11+ messages)
` [PATCH V5 07/27] ArmVirtPkg: Add support for DebugCommonLib
  ` [edk2-devel] "
` [PATCH V5 16/27] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH V5 24/27] UefiCpuPkg: "
  ` [edk2-devel] "
    ` [EXTERNAL] "

[PATCH v2 00/12] Add the VariablePolicy feature
 2020-05-13 15:25 UTC  (5+ messages)
` [edk2-devel] "
  ` [EXTERNAL] "

[edk2-platforms: PATCH 0/3] Marvell UTMI fixes
 2020-05-13 14:27 UTC  (5+ messages)
` [edk2-platforms: PATCH 1/3] Marvell/Library: UtmiLib: update USB2.0 analog settings

[PATCH v2] MdeModulePkg/RegularExpressionDxe: Optimize the code infrastructure
 2020-05-13 13:59 UTC  (2+ messages)

[PATCH v2 01/12] MdeModulePkg: Define the VariablePolicy protocol interface
 2020-05-13 10:10 UTC  (4+ messages)
  ` [edk2-devel] "
    ` [EXTERNAL] "

[PATCH v7] IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers
 2020-05-13  9:48 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 01/15] MdePkg/Protocols: Deprecated the EFI encoded macros
 2020-05-13  8:21 UTC  (33+ messages)
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 02/15] MdeModulePkg/PciBusDxe: PciBusDxe Code refactor
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 03/15] MdeModulePkg/PciBus: Rename Cache PCIe Capability Structure
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 04/15] MdeModulePkg/PciBusDxe: Refactor the PCIe Bridge enable
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 05/15] MdeModulePkg/PciBusDxe: Locate PciePlatform/PcieOverride protocol
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 06/15] MdeModulePkg/PciBusDxe: Add the framework to init PCIe features
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 07/15] MdeModulePkg/PciBusDxe: Enable MaxPayloadSize feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 08/15] MdeModulePkg/PciBusDxe: Enable MaxReadRequestSize feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 09/15] MdeModulePkg/PciBusDxe: Enable RelaxedOrdering feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 10/15] MdeModulePkg/PciBusDxe: Enable NoSnoop feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 11/15] MdeModulePkg/PciBusDxe: Enable CompletionTimeout feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 12/15] MdeModulePkg/PciBusDxe: Enable LTR feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 13/15] MdeModulePkg/PciBusDxe: Enable AtomicOp feature
  ` [edk2-devel] "
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 14/15] MdeModulePkg/PciBusDxe: Enable ExtendedTag feature
  ` [edk2-devel] "
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 15/15] MdeModulePkg/PciBusDxe: Enable CommonClockConfiguration feature

BDS Phase Output Menu
 2020-05-13  4:26 UTC  (4+ messages)
` [edk2-devel] "


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