public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-10 16:14:54 to 2020-05-11 21:04:36 UTC [more...]

[PATCH V4 00/27] Disabling safe string constraint assertions
 2020-05-11 21:04 UTC  (35+ messages)
` [PATCH V4 01/27] MdePkg: Introduce DebugCommonLib interface and BaseDebugCommonLib
  ` [edk2-devel] "
` [PATCH V4 02/27] UnitTestFrameworkPkg: Add support for DebugCommonLib
` [PATCH V4 03/27] MdePkg: "
` [PATCH V4 04/27] MdeModulePkg: "
` [PATCH V4 05/27] ArmPkg: "
` [PATCH V4 06/27] ArmPlatformPkg: "
` [PATCH V4 07/27] ArmVirtPkg: "
  ` [edk2-devel] "
` [PATCH V4 08/27] CryptoPkg: "
` [PATCH V4 09/27] DynamicTablesPkg: "
` [PATCH V4 10/27] EmbeddedPkg: "
` [PATCH V4 11/27] EmulatorPkg: "
` [PATCH V4 12/27] FatPkg: "
` [PATCH V4 13/27] FmpDevicePkg: "
` [PATCH V4 14/27] IntelFsp2Pkg: "
` [PATCH V4 15/27] IntelFsp2WrapperPkg: "
` [PATCH V4 16/27] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH V4 17/27] NetworkPkg: "
` [PATCH V4 18/27] ShellPkg: "
` [PATCH V4 19/27] SecurityPkg: "
` [PATCH V4 20/27] PcAtChipsetPkg: "
` [PATCH V4 21/27] SignedCapsulePkg: "
` [PATCH V4 22/27] SourceLevelDebugPkg: "
` [PATCH V4 23/27] StandaloneMmPkg: "
` [PATCH V4 24/27] UefiCpuPkg: "
  ` [edk2-devel] "
` [PATCH V4 25/27] UefiPayloadPkg: "
` [PATCH V4 26/27] MdePkg: Introduce assertion on constraint debug mask bit
  ` [edk2-devel] "
` [PATCH V4 27/27] MdePkg: Use assertion on constraint violation bit in SafeString
  ` [edk2-devel] "

[edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-11 20:43 UTC  (15+ messages)
  ` [edk2-devel] "
  ` [EXTERNAL] "

[PATCH edk2-platforms v4 0/9] BCM genet fixes
 2020-05-11 20:34 UTC  (21+ messages)
` [PATCH edk2-platforms v4 1/9] Silicon/Broadcom/BcmGenetDxe: whitespace/cosmetic cleanup
` [PATCH edk2-platforms v4 2/9] Silicon/Broadcom/BcmGenetDxe: add support for broadcast filtering
` [PATCH edk2-platforms v4 3/9] Silicon/Broadcom/BcmGenetDxe: fix multicast/broadcast handling
` [PATCH edk2-platforms v4 4/9] Silicon/Broadcom/BcmGenetDxe: avoid uncached memory for streaming DMA
` [PATCH edk2-platforms v4 5/9] Silicon/Broadcom/BcmGenetDxe: shut down devices on ExitBootServices()
` [PATCH edk2-platforms v4 6/9] Silicon/Broadcom/BcmGenetDxe: keep TX buffer mapped during DMA transfer
` [PATCH edk2-platforms v4 7/9] Silicon/Broadcom/BcmGenetDxe: use MemoryFence() for MMIO write ordering
  ` [edk2-devel] "
` [PATCH edk2-platforms v4 8/9] Silicon/Broadcom/BcmGenetDxe: add unload support
` [PATCH edk2-platforms v4 9/9] Platform/RaspberryPi4: remove ASIX 88772b driver

[PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
 2020-05-11 20:24 UTC  (6+ messages)
` [PATCH v2 1/5] MdePkg: New Status Codes
` [PATCH v2 2/5] MdePkg: Updates to PI 1.7 Revision numbers for
` [PATCH v2 3/5] MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
` [PATCH v2 4/5] MdePkg: Added header file for Delayed Dispatch PPI
` [PATCH v2 5/5] MdePkg: Update structures for MpServices Protocol

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

[PATCH v3 0/3] XCODE5 toolchain binary patching fix
 2020-05-11 20:06 UTC  (2+ messages)
` [edk2-devel] "

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

Help with Logo Display Problems
 2020-05-11 18:27 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v2 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-05-11 18:03 UTC 

[platform/devel-riscvplatforms PATCHv1 0/2] New RISC-V patches
 2020-05-11 17:38 UTC  (4+ messages)
` [platform/devel-riscvplatforms PATCHv1 1/2] ProcessorPkg/RiscVOpensbLlib: Add submodule opensbi
` [platform/devel-riscvplatforms PATCHv1 2/2] ProcessorPkg/Library: Add EDK2 RISC-V OpenSBI library

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Add the manifest-repos command
 2020-05-11 17:29 UTC  (3+ messages)

[edk2-staging/EdkRepo] [PATCH V2] EdkRepo: Add the manifest-repos command
 2020-05-11 17:18 UTC 

[edk2-platforms][PATCH 1/1] RPi: add Gpio output set/clear functions to GpioLib
 2020-05-11 17:02 UTC  (3+ messages)
  ` [edk2-devel] "

Problems using Block Io protocol in a CSM (worked in UDK2014.SP1, no longer works on master)
 2020-05-11 16:56 UTC  (2+ messages)
` [edk2-devel] "

Where to put the bhyve code in the edk2 repo: BhyvePkg, or under OvmfPkg?
 2020-05-11 16:41 UTC  (7+ messages)
        ` [edk2-devel] "

[PATCH 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-05-11 16:38 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH V2] EdkRepo: Update list-repos to support multiple manifest repositories
 2020-05-11 16:19 UTC 

[PATCH 0/4] Add definitions introduced in UEFI 2.8a
 2020-05-11 16:04 UTC  (4+ messages)
` [PATCH 4/4] MdePkg: Add FMP Capsule Image Header extension
  ` [edk2-devel] "

[edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers
 2020-05-11 15:50 UTC  (8+ 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-devel] "

[edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
 2020-05-11 15:43 UTC  (2+ messages)

[PATCH v7 00/43] SEV-ES guest support
 2020-05-11 15:37 UTC  (7+ messages)
      ` [edk2-devel] "

[edk2-devel] Disabling safe string constraint assertions
 2020-05-11 15:35 UTC  (5+ messages)

[PATCH v4 0/7] Add definitions introduced in UEFI 2.8
 2020-05-11 15:10 UTC  (10+ messages)
` [PATCH v4 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid
` [PATCH v4 7/7] MdePkg: UEFI JSON Capsule Support
  ` [edk2-devel] "

[PATCH v2 0/4] Add definitions introduced in UEFI 2.8a
 2020-05-11 14:42 UTC  (12+ messages)
` [PATCH v2 1/4] MdePkg: Add new CPER Notification types
  ` [edk2-devel] "
` [PATCH v2 2/4] MdePkg: Fix OUT parameters marked as IN OUT
  ` [edk2-devel] "
` [PATCH v2 3/4] MdePkg: Add EFI_PROPERTIES_TABLE
  ` [edk2-devel] "
` [PATCH v2 4/4] MdePkg: Add FMP Capsule Image Header extension
  ` [edk2-devel] "

[PATCH resend 0/7] Add support for MM communicate2 protocol (PI 1.7a)
 2020-05-11 14:32 UTC  (4+ messages)
` [edk2-devel] "

[PATCH 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
 2020-05-11 14:29 UTC  (14+ messages)
` [PATCH 1/5] MdePkg: New Status Codes
  ` [edk2-devel] "
` [PATCH 2/5] MdePkg: Updates to PI 1.7 Revision numbers for
  ` [edk2-devel] "
` [PATCH 3/5] MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
  ` [edk2-devel] "
` [PATCH 4/5] MdePkg: Added header file for Delayed Dispatch PPI
  ` [edk2-devel] "
` [PATCH 5/5] MdePkg: Update structures for MpServices Protocol
  ` [edk2-devel] "
` [edk2-devel] [PATCH 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a

[edk2-platforms][PATCH 1/1] RPi3: default DisplayDxe to just native mode
 2020-05-11 12:08 UTC  (8+ messages)
  ` [edk2-devel] "

[edk2-platforms][PATCH 0/2] RPi - add DT-only mode
 2020-05-11 11:28 UTC  (7+ messages)
` [edk2-platforms][PATCH 1/2] RPi: move varstore structure defs to ConfigVars.h
` [edk2-platforms][PATCH 2/2] RPi: allow selecting DT-only mode

[PATCH edk2-platforms v4 00/24] Add PEI phase to LS1043ARDB Platform
 2020-05-11 10:27 UTC  (7+ messages)
` [PATCH edk2-platforms v4 12/24] Silicon/NXP: Move RAM retrieval from SocLib

[PATCH edk2-platforms v3 0/5] BCM genet fixes
 2020-05-11  9:02 UTC  (7+ messages)
` [PATCH edk2-platforms v3 1/5] Silicon/Broadcom/BcmGenetDxe: whitespace/cosmetic cleanup
` [PATCH edk2-platforms v3 2/5] Silicon/Broadcom/BcmGenetDxe: add support for broadcast filtering
` [PATCH edk2-platforms v3 3/5] Silicon/Broadcom/BcmGenetDxe: fix multicast/broadcast handling
` [PATCH edk2-platforms v3 4/5] Silicon/Broadcom/BcmGenetDxe: avoid uncached memory for streaming DMA
` [PATCH edk2-platforms v3 5/5] Silicon/Broadcom/BcmGenetDxe: shut down devices on ExitBootServices()

[PATCH v3 1/1] MdeModulePkg/UsbBusDxe: Rebuild the description table after Reset Device
 2020-05-11  8:13 UTC  (3+ messages)

[edk2-staging/EdkRepo] [PATCH 0/4] EdkRepo: Finalize multiple manifest repository support
 2020-05-11  6:33 UTC  (7+ messages)
` [edk2-stagin/EdkRepo] [PATCH 1/4] EdkRepo: Update sync to support multiple manifest repositories
` [edk2-staing/EdkRepo] [PATCH 2/4] EdkRepo: Remove unused functions from common_repo_functions.py
` [edk2-staging/EdkRepo] [PATCH 3/4] EdkRepo: Add support for multiple manifest repostories to command completions
` [edk2-staging/EdkRepo] [PATCH 4/4] EdkRepo: Remove support for deprecated Manifest-Repo content in edkrepo.cfg
` [edk2-devel] [edk2-staging/EdkRepo] [PATCH 0/4] EdkRepo: Finalize multiple manifest repository support

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Update list-repos to support multiple manifest repositories
 2020-05-11  5:58 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v6] IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers
 2020-05-11  3:54 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms: PATCH v4] IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers
 2020-05-11  3:34 UTC  (4+ messages)
    ` [edk2-devel] "

[PATCH v5] IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers
 2020-05-11  3:22 UTC 

[PATCH v2] MdeModulePkg/RegularExpressionDxe: Optimize the code infrastructure
 2020-05-11  2:04 UTC 

[PATCH 1/1] MdeModulePkg/RegularExpressionDxe: Optimize the code infrastructure
 2020-05-11  1:48 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-platforms v2 0/4] BCM genet fixes
 2020-05-10 21:36 UTC  (2+ messages)

[edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/15] PCIe features
 2020-05-10 16:38 UTC 

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/15] PCIe features
 2020-05-10 16:27 UTC 

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 01/15] MdePkg/Protocols: Deprecated the EFI encoded macros
 2020-05-10 16:14 UTC  (2+ messages)
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 15/15] MdeModulePkg/PciBusDxe: Enable CommonClockConfiguration feature


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