public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-08-21 01:17:03 to 2020-08-28 05:51:57 UTC [more...]

[PATCH v7 00/14] Add the VariablePolicy feature
 2020-08-28  5:51 UTC  (8+ messages)
` [PATCH v7 01/14] MdeModulePkg: Define the VariablePolicy protocol interface
` [PATCH v7 02/14] MdeModulePkg: Define the VariablePolicyLib
` [PATCH v7 03/14] MdeModulePkg: Define the VariablePolicyHelperLib
` [PATCH v7 04/14] MdeModulePkg: Define the VarCheckPolicyLib and SMM interface
` [PATCH v7 05/14] OvmfPkg: Add VariablePolicy engine to OvmfPkg platform
` [PATCH v7 06/14] EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platform
` [PATCH v7 07/14] ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platform

[PATCH EDK2 v2 0/1] SecurityPkg/DxeImageVerificationLib:Enhanced verification of Offset
 2020-08-28  3:50 UTC  (12+ messages)
` [PATCH EDK2 v2 1/1] "
      ` [edk2-devel] "

[PATCH v1 0/1] Fix for define error in Acpi10.h
 2020-08-28  1:50 UTC  (5+ messages)
` [PATCH v1 1/1] MdePkg: Correcting EFI_ACPI_DMA_TRANSFER_TYPE_16_BIT definition
  ` 回复: [edk2-devel] "
    `  "

Http redirection handling using HttpDxe driver
 2020-08-27 19:23 UTC 

[PATCH v7 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-08-27 19:07 UTC  (5+ messages)
` [PATCH v7 1/1] "
` [edk2-devel] [PATCH v7 0/1] "

[PATCH 0/2] OvmfPkg: fix race conditions in VCPU hotplug (for edk2-stable202008)
 2020-08-27 18:14 UTC  (5+ messages)
` [PATCH 1/2] OvmfPkg/CpuHotplugSmm: fix CPU hotplug race just before SMI broadcast
` [PATCH 2/2] OvmfPkg/CpuHotplugSmm: fix CPU hotplug race just after "
  ` [edk2-devel] [PATCH 0/2] OvmfPkg: fix race conditions in VCPU hotplug (for edk2-stable202008)

[edk2-plaforms PATCH 1/1] SbsaQemu: Fix numerous SSDT generation problems
 2020-08-27 17:10 UTC  (2+ messages)

[edk2-plaforms PATCH 0/3] Revise Readme for RISC-V updates
 2020-08-27 16:37 UTC  (13+ messages)
` [edk2-plaforms PATCH 1/3] edk2-platforms: Revise Readme.md
` [edk2-plaforms PATCH 2/3] RISC-V/PlatformPkg: "
  ` [edk2-devel] "
` [edk2-plaforms PATCH 3/3] Platform/U5SeriesPkg: "
  ` [edk2-devel] "

[edk2-platforms][PATCH v2 0/3] Revise Readme for RISC-V updates
 2020-08-27 15:43 UTC  (4+ messages)
` [edk2-platforms][PATCH v2 1/3] edk2-platforms: Revise Readme.md
` [edk2-platforms][PATCH v2 2/3] RISC-V/PlatformPkg: "
` [edk2-platforms][PATCH v2 3/3] Platform/U5SeriesPkg: "

[PATCH V2 0/2] Add gcc flag for void* pointer arithmetics
 2020-08-27 15:25 UTC  (7+ messages)
` [PATCH V2 2/2] BaseTools: Factorize GCC flags
  ` [edk2-devel] "

[PATCH v2 0/4] Platform/RasberryPi: Thermal zone
 2020-08-27 15:21 UTC  (9+ messages)
` [PATCH v2 1/4] Platform/RaspberryPi4: Add a basic thermal zone
` [PATCH v2 3/4] Platform/RaspberryPi: Add entry for user fan control

[edk2-plaforms PATCH 1/1] SbsaQemu: Fix CPUID generation in SSDT
 2020-08-27 13:57 UTC  (2+ messages)

[PATCH v3 edk2-platforms 0/8] Add ACPI tables support for SbsaQemu
 2020-08-27  9:41 UTC  (14+ messages)
` [PATCH v3 edk2-platforms 1/8] SbsaQemu: Initial support for static ACPI tables
` [PATCH v3 edk2-platforms 2/8] SbsaQemu: AcpiTables: Add PCI support and MCFG Table
` [PATCH v3 edk2-platforms 3/8] SbsaQemu: SbsaQemu.dsc: Move CoreCount and Fdtlib
` [PATCH v3 edk2-platforms 4/8] SbsaQemu: Add new ACPI driver and FDT parser to count CPUs
` [PATCH v3 edk2-platforms 5/8] SbsaQemu: AcpiDxe: Create MADT table at runtime
` [PATCH v3 edk2-platforms 6/8] SbsaQemu: AcpiDxe: Create SSDT "
` [PATCH v3 edk2-platforms 7/8] SbsaQemu: AcpiDxe: Create PPTT "
` [PATCH v3 edk2-platforms 8/8] SbsaQemu: AcpiTables: Add DBG2 Table

[edk2-platform][PATCH v1 1/1] Platforms/RaspberryPi: Fix build error in DisplayDxe
 2020-08-27  7:56 UTC  (4+ messages)

[edk2-devel] question about EDKII_IOMMU_PROTOCOL
 2020-08-27  2:20 UTC 

gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask and ExitBootServices
 2020-08-27  1:38 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH v9 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-27  1:28 UTC  (8+ messages)
` [PATCH v9 1/5] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
  ` 回复: [edk2-devel] "
` [PATCH v9 2/5] MdePkg: BaseRngLibDxe: Add RngLib that uses RngDxe
  ` 回复: [edk2-devel] "
` [PATCH v9 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
` [PATCH v9 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
` [PATCH v9 5/5] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool

[PATCH] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration
 2020-08-27  1:07 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v1 1/1] uefi-sct/SctPkg: Changed gcc version to be integer
 2020-08-26 21:46 UTC 

[edk2-devel] [PATCH] [EmbeddedPkg]:Update PrePiLib to return DxeCoreEntrypoint
 2020-08-26 18:34 UTC 

Patch to improve DNS answers parser
 2020-08-26 16:46 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 1/1] MdePkg : UefiFileHandleLib: fix buffer overrun in FileHandleReadLine()
 2020-08-26 16:05 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v4 0/8] Need add a FSP binary measurement
 2020-08-26 16:01 UTC  (6+ messages)
` [EXTERNAL] [edk2-devel] "
`  "

Soft Feature Freeze start date delays to 2020-08-24 for edk2-stable202008
 2020-08-26 14:59 UTC  (10+ messages)
  ` 回复: [edk2-devel] "
    `  "

[edk2-devel] question about EDKII_IOMMU_PROTOCOL
 2020-08-26 10:35 UTC  (2+ messages)

[PATCH v2 0/2] CryptoPkg/OpensslLib: Add native instruction support for X64
 2020-08-26 10:05 UTC  (16+ messages)
` [PATCH v2 1/2] "
      ` [edk2-devel] "
` [PATCH v2 2/2] CryptoPkg/OpensslLib: Commit the auto-generated assembly files "
              ` [edk2-devel] "

[PATCH v6 00/14] Add the VariablePolicy feature
 2020-08-26  6:49 UTC  (3+ messages)
  ` [edk2-devel] "

TianoCore Bug Triage - APAC / NAMO - Tue, 08/25/2020 6:30pm-7:30pm #cal-reminder
 2020-08-26  1:15 UTC 

[patch][edk2-platforms] Maintainers.txt: Update Liming mail address
 2020-08-26  0:48 UTC  (3+ messages)
` [edk2-devel] "
  ` 回复: "

[edk2-test][PATCH v1 0/4] uefi-sct/SctPkg: Add SCT Documents
 2020-08-25 21:39 UTC  (6+ messages)
` [edk2-platform][PATCH v1 1/1] uefi-sct/SctPkg: Add SCT Test Case Spec Word docs
` [edk2-test][PATCH v1 1/4] uefi-sct/SctPkg: Add SCT User Guide PDF
` [edk2-test][PATCH v1 2/4] uefi-sct/SctPkg: Add SCT User Guide Word document
` [edk2-test][PATCH v1 3/4] uefi-sct/SctPkg: Add SCT Test Case Spec PDF
` [edk2-test][PATCH v1 4/4] uefi-sct/SctPkg: Add SCT Test Case Spec Word docs

[PATCH v6 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-08-25 17:22 UTC  (6+ messages)
` [PATCH v6 1/1] "
  ` [edk2-devel] "

[PATCH v2 edk2-platforms 0/8] Add ACPI tables support for SbsaQemu
 2020-08-25 11:15 UTC  (10+ messages)
` [PATCH v2 edk2-platforms 1/8] SbsaQemu: Initial support for static ACPI tables
` [PATCH v2 edk2-platforms 2/8] SbsaQemu: AcpiTables: Add PCI support and MCFG Table
` [PATCH v2 edk2-platforms 3/8] SbsaQemu: SbsaQemu.dsc: Move CoreCount and Fdtlib
` [PATCH v2 edk2-platforms 4/8] SbsaQemu: Add new ACPI driver and FDT parser to count CPUs
` [PATCH v2 edk2-platforms 5/8] SbsaQemu: AcpiDxe: Create MADT table at runtime
` [PATCH v2 edk2-platforms 6/8] SbsaQemu: AcpiDxe: Create SSDT "
` [PATCH v2 edk2-platforms 7/8] SbsaQemu: AcpiDxe: Create PPTT "
` [PATCH v2 edk2-platforms 8/8] SbsaQemu: AcpiTables: Add DBG2 Table

[PATCH v2 1/1] ShellPkg/AcpiView: HMAT Parser
 2020-08-25 11:06 UTC 

TianoCore Bug Triage - APAC / NAMO - Tue, 08/25/2020 6:30pm-7:30pm #cal-reminder
 2020-08-25  2:06 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH v2 2/6] FmpDevicePkg: Add LastAttemptStatus.h
 2020-08-25  0:30 UTC  (8+ messages)
  ` [edk2-devel] "

[PATCH] Maintainers.txt: Update Liming mail address
 2020-08-24 19:26 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2 1/1] UefiCpuPkg/MpInitLib: Always initialize the DoDecrement variable
 2020-08-24 19:13 UTC  (5+ messages)
` [edk2-devel] "

[PATCH 1/1] OvmfPkg/Bhyve: rename files to remove 'Pkg' infix
 2020-08-24 18:38 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] EmbeddedPkg/libfdt: Add strncmp macro to use AsciiStrnCmp
 2020-08-24 17:28 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH] OvmfPkg/SmmControl2Dxe: negotiate ICH9_LPC_SMI_F_CPU_HOTPLUG
 2020-08-24 16:46 UTC  (5+ messages)
` [edk2-devel] "

arm64: AMD Overdrive MNP Bug
 2020-08-24 14:47 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 1/1] ShellPkg/AcpiView: HMAT Parser
 2020-08-24 14:00 UTC 

running CI locally
 2020-08-24 12:35 UTC  (8+ messages)
` [edk2-devel] "

[edk2-platforms] [PATCH v2] SgiPkg/RdN1EdgeX2: Add missing reference to PcdChipCount
 2020-08-24 11:03 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v1 1/1] ShellPkg/AcpiView: PCCT Parser
 2020-08-24 10:23 UTC 

[PATCH v1] NetworkPkg/UefiPxeBcDxe: Fix PXE_BOOT_SERVERS usage in boot info parse flow
 2020-08-23 16:24 UTC  (11+ messages)
` [edk2-devel] "
          ` 回复: "

intel: EDK2 Build failure for Quark/Gallileo
 2020-08-23 14:38 UTC  (4+ messages)
` [edk2-devel] "

Intel® FSP External Architecture Specification v2.2 Has Been Released
 2020-08-23  3:11 UTC  (2+ messages)
` [edk2-devel] "

Patch List for 202008 stable tag
 2020-08-22  0:15 UTC  (11+ messages)
        ` 答复: [edk2-devel] "
  `  "

[PATCH] .pytool/EccCheck: Disable Ecc error code 10014 for open CI
 2020-08-22  0:10 UTC  (2+ messages)
` 答复: [edk2-devel] "

[PATCH v3 0/6] Extend Last Attempt Status Usage
 2020-08-21 21:25 UTC  (5+ messages)
    ` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH v2] EdkRepo: Return exit codes in edkrepo_entry_point.py
 2020-08-21 19:59 UTC 

[PATCH] EdkRepo: Return exit codes in edkrepo_entry_point.py
 2020-08-21 19:55 UTC 

[PATCH] SgiPkg: Add chip count PCD to build information file for rdn1edgex2
 2020-08-21 16:54 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH] MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
 2020-08-21  7:17 UTC  (5+ 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