public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-11 20:52:30 to 2020-05-13 05:18:33 UTC [more...]

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

[PATCH v2 01/12] MdeModulePkg: Define the VariablePolicy protocol interface
 2020-05-13  4:51 UTC  (18+ messages)
  ` [edk2-devel] "
    ` [EXTERNAL] "
` [PATCH v2 02/12] MdeModulePkg: Define the VariablePolicyLib
  ` [edk2-devel] "
` [PATCH v2 03/12] MdeModulePkg: Define the VariablePolicyHelperLib
` [PATCH v2 04/12] MdeModulePkg: Define the VarCheckPolicyLib and SMM interface
  ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [PATCH v2 12/12] EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platform

[PATCH] PcAtChipsetPkg: Wrong System YEAR displayed in SETUP
 2020-05-13  4:45 UTC  (10+ messages)
` [edk2-devel] "

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

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

[PATCH v2] BaseTools: Fix parse PCD GUID expression issue
 2020-05-13  2:16 UTC  (2+ messages)

[PATCH v1 1/1] BaseTools/Ecc: Replace deprecated function time.clock()
 2020-05-13  2:15 UTC  (2+ messages)

[PATCH] BaseTools: Fix binary file not generate map file issue
 2020-05-13  2:14 UTC  (2+ messages)

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

[Patch V1 1/1] CometlakeOpenBoardPkg: Fix build error due to Ddr4MixedUDimm2DpcLimit
 2020-05-13  0:11 UTC  (3+ messages)

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

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

[edk2-platforms][PATCH 1/1] BcmGenetDxe: fix reliability issues
 2020-05-12 22:03 UTC  (3+ messages)
` [edk2-devel] "

[PATCH resend 0/7] Add support for MM communicate2 protocol (PI 1.7a)
 2020-05-12 21:52 UTC  (8+ messages)
` [PATCH resend 3/7] ArmPkg/MmCommunicationDxe: expose MM Communicate 2 protocol
  ` [edk2-devel] "
` [edk2-devel] [PATCH resend 0/7] Add support for MM communicate2 protocol (PI 1.7a)

[edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Adding manifest support for submodule init
 2020-05-12 21:36 UTC  (3+ messages)

[PATCH] OvmfPkg: Skip initrd command on Xcode toolchain
 2020-05-12 20:58 UTC 

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

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Update return values of manifest_repo_list
 2020-05-12 20:29 UTC  (3+ messages)

[PATCH v7 00/43] SEV-ES guest support
 2020-05-12 20:10 UTC  (10+ messages)
      ` [edk2-devel] "

[edk2-platforms: PATCH 0/3] Marvell UTMI fixes
 2020-05-12 18:59 UTC  (4+ messages)
` [edk2-platforms: PATCH 1/3] Marvell/Library: UtmiLib: update USB2.0 analog settings
` [edk2-platforms: PATCH 2/3] Marvell/Library: UtmiLib: fix pll initialization for the second port
` [edk2-platforms: PATCH 3/3] Marvell/Library: UtmiLib: Fix USB mux configuration

[PATCH V4 00/27] Disabling safe string constraint assertions
 2020-05-12 18:57 UTC  (17+ messages)
` [PATCH V4 14/27] IntelFsp2Pkg: Add support for DebugCommonLib
  ` [edk2-devel] "
` [PATCH V4 15/27] IntelFsp2WrapperPkg: "
  ` [edk2-devel] "
` [PATCH V4 24/27] UefiCpuPkg: "
  ` [edk2-devel] "
` [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-devel] [PATCH V4 00/27] Disabling safe string constraint assertions

[PATCH edk2-platforms v3 0/8] Add Broadcom GENET driver for RPi4
 2020-05-12 17:21 UTC  (11+ messages)
` [PATCH edk2-platforms v3 1/8] Platform/RaspberryPi4: set DMA translation for BCM Genet driver
` [PATCH edk2-platforms v3 2/8] Silicon/Broadcom: Add BcmGenetPlatformDevice protocol
` [PATCH edk2-platforms v3 3/8] Silicon/Broadcom/BcmGenetDxe: Add GENET driver
` [PATCH edk2-platforms v3 4/8] Platform/RaspberryPi4: Clean up PCDs out of the "
` [PATCH edk2-platforms v3 5/8] Platform/RaspberryPi/ConfigDxe: preliminary cleanup
` [PATCH edk2-platforms v3 6/8] Platform/RaspberryPi4: Register GENET platform device protocol
` [PATCH edk2-platforms v3 7/8] Platform/RaspberryPi4: Remove PlatformPcdLib
` [PATCH edk2-platforms v3 8/8] Platform/RaspberryPi4: remove ASIX 88772b driver
` [edk2-devel] [PATCH edk2-platforms v3 0/8] Add Broadcom GENET driver for RPi4

[PATCH resend 7/7] StandaloneMmPkg: switch to MM communicate 2 protocol
 2020-05-12 17:10 UTC  (2+ messages)
` [edk2-devel] "

[PATCH resend 6/7] MdeModulePkg/VariableSmmRuntimeDxe: switch to MM communicate 2
 2020-05-12 17:10 UTC  (2+ messages)
` [edk2-devel] "

[PATCH resend 5/7] MdeModulePkg/FaultTolerantWriteSmmDxe: switch to MM communicate 2
 2020-05-12 17:10 UTC  (2+ messages)
` [edk2-devel] "

[PATCH resend 4/7] MdeModulePkg/VariableInfo: switch to MM communicate 2 protocol
 2020-05-12 17:10 UTC  (2+ messages)
` [edk2-devel] "

[PATCH resend 2/7] MdeModulePkg/SmmIpl: expose MM communicate 2 protocol
 2020-05-12 17:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH resend 1/7] MdePkg: introduce MM communicate 2 protocol
 2020-05-12 17:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v5 0/7] Add definitions introduced in UEFI 2.8
 2020-05-12 16:32 UTC  (9+ messages)
` [PATCH v5 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid
  ` [edk2-devel] "
` [PATCH v5 3/7] MdePkg: REST style formset
  ` [edk2-devel] "

[PATCH V3 0/5] Add definitions introduced in UEFI 2.8a
 2020-05-12 15:47 UTC  (9+ 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] "

[Patch V1 1/1] Maintainers.txt: Update CometlakeOpenBoardPkg maintainer
 2020-05-12 15:45 UTC 

[RFCv2] code-first process for UEFI-forum specifications
 2020-05-12 15:29 UTC  (3+ messages)
` [edk2-rfc] "

[PATCH 0/4] OvmfPkg/PlatformPei: rewrite MemTypeInfo HOB production logic
 2020-05-12 15:19 UTC  (2+ messages)
` [edk2-devel] "

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

[PATCH edk2-platforms v2 0/7] Add Broadcom GENET driver for RPi4
 2020-05-12 14:35 UTC  (13+ 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 edk2-platforms v2 3/7] Silicon/Broadcom/BcmGenetDxe: Add GENET driver
  ` [edk2-devel] "
` [PATCH edk2-platforms v2 4/7] Platform/RaspberryPi4: Clean up PCDs out of the "
` [PATCH edk2-platforms v2 5/7] Platform/RaspberryPi4: Register GENET platform device protocol
` [PATCH edk2-platforms v2 6/7] Platform/RaspberryPi4: Remove PlatformPcdLib
` [PATCH edk2-platforms v2 7/7] Platform/RaspberryPi4: remove ASIX 88772b driver

[edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers
 2020-05-12 13:22 UTC  (7+ messages)
` [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 v2] BaseTools/PatchCheck.py: Add LicenseCheck
 2020-05-12 12:06 UTC 

[edk2-devel] [PATCH V2 0/5] FmpDevicePkg: Move capsule dependency implement to library
 2020-05-12 11:33 UTC  (6+ messages)
` [edk2-devel][PATCH V2 1/5] FmpDevicePkg: Add FmpDependency library class and BASE instance
` [edk2-devel] [PATCH V2 2/5] FmpDevicePkg/Test: Add FmpDependencyLib unit test
` [edk2-devel] [PATCH V2 3/5] FmpDevicePkg: Add FmpDependencyCheck library class and instances
` [edk2-devel] [PATCH V2 4/5] FmpDevicePkg: Add FmpDependencyDevice library class and NULL instance
` [edk2-devel] [PATCH V2 5/5] FmpDevicePkg/FmpDxe: Use new Fmp dependency libraries

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 05/13/2020 9:30am-10:30am #cal-reminder
 2020-05-12  8:29 UTC  (2+ messages)
` [edk2-devel] "

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

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

[platform/devel-riscvplatforms PATCHv1 0/2] New RISC-V patches
 2020-05-12  0:38 UTC  (5+ messages)
` [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  (9+ 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 7/9] Silicon/Broadcom/BcmGenetDxe: use MemoryFence() for MMIO write ordering
  ` [edk2-devel] "

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

Help with Logo Display Problems
 2020-05-11 21: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