public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-09 01:47:42 to 2020-05-11 15:41:28 UTC [more...]

[PATCH V4 00/27] Disabling safe string constraint assertions
 2020-05-11 15:41 UTC  (28+ messages)
` [PATCH V4 01/27] MdePkg: Introduce DebugCommonLib interface and BaseDebugCommonLib
` [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: "
` [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: "
` [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: "
` [PATCH V4 25/27] UefiPayloadPkg: "
` [PATCH V4 26/27] MdePkg: Introduce assertion on constraint debug mask bit
` [PATCH V4 27/27] MdePkg: Use assertion on constraint violation bit in SafeString

[PATCH v7 00/43] SEV-ES guest support
 2020-05-11 15:37 UTC  (10+ messages)
` [PATCH v7 08/43] UefiCpuPkg: Implement library support for VMGEXIT
      ` [edk2-devel] [PATCH v7 00/43] SEV-ES guest support

[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] "

[edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers
 2020-05-11 15:06 UTC  (9+ messages)
` [edk2-platform][PATCH v1 1/4] Silicon/AsixPkg: Create AsixPkg
` [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-platform][PATCH v1 4/4] Silicon/AsixPkg: Add ASIX Ax88772c driver

[PATCH edk2-platforms v4 0/9] BCM genet fixes
 2020-05-11 14:55 UTC  (10+ 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
` [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/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] EdkRepo: Add the manifest-repos command
 2020-05-11  6:45 UTC  (2+ 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

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

[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] "

[edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-11  1:37 UTC  (6+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH 1/1] RPi: add Gpio output set/clear functions to GpioLib
 2020-05-10 21:38 UTC  (2+ messages)

[PATCH edk2-platforms v2 0/4] BCM genet fixes
 2020-05-10 21:36 UTC  (6+ messages)
` [PATCH edk2-platforms v2 1/4] Silicon/Broadcom/BcmGenetDxe: whitespace/cosmetic cleanup
` [PATCH edk2-platforms v2 2/4] Silicon/Broadcom/BcmGenetDxe: add support for broadcast filtering
` [PATCH edk2-platforms v2 3/4] Silicon/Broadcom/BcmGenetDxe: fix multicast/broadcast handling
` [PATCH edk2-platforms v2 4/4] Silicon/Broadcom/BcmGenetDxe: avoid uncached memory for streaming DMA

[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  (15+ 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-staging/UEFI_PCI_ENHANCE-2 PATCH 14/15] MdeModulePkg/PciBusDxe: Enable ExtendedTag feature
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 15/15] MdeModulePkg/PciBusDxe: Enable CommonClockConfiguration feature

[PATCH edk2-platforms 1/1] Silicon/Broadcom/BcmGenetDxe: fix multicast handling
 2020-05-10  8:35 UTC  (4+ messages)

[edk2-staging/EdkRepo] [PATCH V2] EdkRepo: Integrate multiple manifest repository support in the manifest command
 2020-05-10  4:47 UTC  (3+ messages)

[edk2-staging/EdkRepo] [PATCH V3] EdkRepo: Update Create-Pin to be support multiple manifest repositories
 2020-05-10  3:51 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH 0/2] EdkRepo: Update Clone Command
 2020-05-10  3:38 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Address corner cases in find_project_in_all_indices
 2020-05-10  3:25 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH V2] EkdRepo: Update Checkout Pin to Support Multiple Manifest Repos
 2020-05-10  3:25 UTC  (3+ messages)

Help with Logo Display Problems
 2020-05-10  3:00 UTC 

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Integrate multiple manifest repository support in the manifest command
 2020-05-10  1:39 UTC  (4+ messages)
` [edk2-staging/EdkRepo] [PATCH] EdkRepo: Update Create-Pin to be support multiple manifest repositories

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 05/15/2020 9:30am-10:30am #cal-reminder
 2020-05-10  1:30 UTC 

[edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
 2020-05-10  0:14 UTC 

[PATCH] BaseTools: Fix binary file not generate map file issue
 2020-05-09  9:34 UTC 

[edk2-staging][PATCH v2] BaseTools/Fmmt: Fix found the next FFS issue
 2020-05-09  9:15 UTC  (3+ messages)

[PATCH] Add Features/Intel/OutOfBandManagement/SpcrFeaturePkg
 2020-05-09  8:22 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH 1/1] RPi: allow selecting which system config tables are exposed
 2020-05-09  7:16 UTC  (3+ messages)
    ` [edk2-devel] "

[PATCH] BaseTools/Fmmt: Fix found the next FFS issue
 2020-05-09  7:00 UTC 

[edk2-staging][PATCH] BaseTools/Fmmt: Fix found the next FFS issue
 2020-05-09  4:55 UTC  (6+ messages)
      ` [edk2-devel] "

[PATCH 00/18] Remove All UGA Support
 2020-05-09  3:03 UTC  (7+ messages)
` [PATCH 01/18] BaseTools: "
  ` [edk2-devel] "
` [PATCH 07/18] EmulatorPkg: "
` [PATCH 13/18] MdeModulePkg/ConSplitterDxe: "

Problems using Block Io protocol in a CSM (worked in UDK2014.SP1, no longer works on master)
 2020-05-09  2:59 UTC 

[PATCH v4] Features/Intel/UserInterface: Add VirtualKeyboardFeaturePkg
 2020-05-09  2:51 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 1/1] BaseTools/Ecc: Replace deprecated function time.clock()
 2020-05-09  2:22 UTC 

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

[edk2-platform][PATCH] Platform/Intel: Remove deprecated packages
 2020-05-09  1:52 UTC  (2+ 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