public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-11 07:07:06 to 2020-05-12 07:55:21 UTC [more...]

[PATCH edk2-platforms v2 0/7] Add Broadcom GENET driver for RPi4
 2020-05-12  7:55 UTC  (3+ messages)
` [PATCH edk2-platforms v2 1/7] Platform/RaspberryPi4: set DMA translation for BCM Genet driver
` [PATCH edk2-platforms v2 2/7] Silicon/Broadcom: Add BcmGenetPlatformDevice protocol

[PATCH v2 01/12] MdeModulePkg: Define the VariablePolicy protocol interface
 2020-05-12  6:46 UTC  (12+ messages)
` [PATCH v2 02/12] MdeModulePkg: Define the VariablePolicyLib
` [PATCH v2 03/12] MdeModulePkg: Define the VariablePolicyHelperLib
` [PATCH v2 04/12] MdeModulePkg: Define the VarCheckPolicyLib and SMM interface
` [PATCH v2 05/12] MdeModulePkg: Connect VariablePolicy business logic to VariableServices
` [PATCH v2 06/12] MdeModulePkg: Allow VariablePolicy state to delete protected variables
` [PATCH v2 07/12] SecurityPkg: Allow VariablePolicy state to delete authenticated variables
` [PATCH v2 08/12] MdeModulePkg: Change TCG MOR variables to use VariablePolicy
` [PATCH v2 09/12] MdeModulePkg: Drop VarLock from RuntimeDxe variable driver
` [PATCH v2 10/12] MdeModulePkg: Add a shell-based functional test for VariablePolicy
` [PATCH v2 11/12] OvmfPkg: Add VariablePolicy engine to OvmfPkg platform
` [PATCH v2 12/12] EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platform

[PATCH v2 00/12] Add the VariablePolicy feature
 2020-05-12  6:46 UTC 

[PATCH v2] Add Features/Intel/OutOfBandManagement/SpcrFeaturePkg
 2020-05-12  5:55 UTC 

[PATCH] PcAtChipsetPkg: Wrong System YEAR displayed in SETUP
 2020-05-12  5:51 UTC  (7+ messages)
` [edk2-devel] "

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

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 05/13/2020 9:30am-10:30am #cal-reminder
 2020-05-12  1:30 UTC 

[PATCH v5 0/7] Add definitions introduced in UEFI 2.8
 2020-05-12  0:51 UTC  (10+ messages)
` [PATCH v5 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid
  ` [edk2-devel] "
` [PATCH v5 2/7] BaseTools: REST style formset
` [PATCH v5 3/7] MdePkg: "
  ` [edk2-devel] "
` [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 V4 00/27] Disabling safe string constraint assertions
 2020-05-12  0:49 UTC  (39+ 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: "
  ` [edk2-devel] "
` [PATCH V4 15/27] IntelFsp2WrapperPkg: "
  ` [edk2-devel] "
` [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] "

[platform/devel-riscvplatforms PATCHv1 0/2] New RISC-V patches
 2020-05-12  0:38 UTC  (6+ 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-devel] "

[PATCH edk2-platforms v4 0/9] BCM genet fixes
 2020-05-11 23:20 UTC  (25+ messages)
` [PATCH edk2-platforms v4 1/9] Silicon/Broadcom/BcmGenetDxe: whitespace/cosmetic cleanup
  ` [edk2-devel] "
` [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

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

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

Help with Logo Display Problems
 2020-05-11 21:26 UTC  (6+ messages)
` [edk2-devel] "

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

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

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

[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  (6+ messages)
` [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  (3+ messages)

[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  (6+ messages)
` [PATCH v2 3/4] MdePkg: Add EFI_PROPERTIES_TABLE
  ` [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  (2+ messages)
` [edk2-devel] "

[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)


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