public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-04-22 10:07:26 to 2021-04-28 13:00:21 UTC [more...]

[PATCH v3 00/15] ArmPkg/ArmPlatformPkg CI enablement
 2021-04-28 13:00 UTC  (17+ messages)
` [PATCH v3 01/15] ArmPkg: Fix Ecc error 8003
` [PATCH v3 02/15] ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib
` [PATCH v3 03/15] ArmPkg: Add missing library headers to ArmPkg.dec
` [PATCH v3 04/15] ArmPlatformPkg: Document libraries in ArmPlatformPkg.dec
` [PATCH v3 05/15] ArmPkg: Document libraries in ArmPkg.dec
` [PATCH v3 06/15] ArmPkg: Re-order "
` [PATCH v3 07/15] ArmPkg: Add OemMiscLibNull library to ArmPkg.dsc
` [PATCH v3 08/15] ArmPkg: Correct small typos
` [PATCH v3 09/15] ArmPkg: Add ArmPkg.ci.yaml
` [PATCH v3 10/15] ArmPlatformPkg: Add ArmPlatformPkg.ci.yaml
` [PATCH v3 11/15] .pytool: Enable CI for ArmPkg
` [PATCH v3 12/15] .pytool: Enable CI for ArmPlatformPkg
` [PATCH v3 13/15] .pytool: Document LicenseCheck and EccCheck
` [PATCH v3 14/15] AzurePipelines: Add support for ArmPkg
` [PATCH v3 15/15] AzurePipelines: Add support for ArmPlatformPkg

[edk2-platforms][PATCH V1 00/17] Enable idle state and CPPC support for RD platform
 2021-04-28 12:36 UTC  (18+ messages)
` [edk2-platforms][PATCH V1 01/17] Platform/Sgi: Macro definitions for ACPI _OSC
` [edk2-platforms][PATCH V1 02/17] Platform/Sgi: Add CPU container for SGI-575
` [edk2-platforms][PATCH V1 03/17] Platform/Sgi: Low Power Idle states "
` [edk2-platforms][PATCH V1 04/17] Platform/Sgi: Add CPU container for RD-N1-Edge
` [edk2-platforms][PATCH V1 05/17] Platform/Sgi: Low Power Idle states "
` [edk2-platforms][PATCH V1 06/17] Platform/Sgi: Add DSDT ACPI table for RD-N1-Edge dual-chip platform
` [edk2-platforms][PATCH V1 07/17] Platform/Sgi: Low Power Idle States for RD-N1-Edge dual-chip
` [edk2-platforms][PATCH V1 08/17] Platform/Sgi: Add CPU container for RD-V1 platform
` [edk2-platforms][PATCH V1 09/17] Platform/Sgi: Low Power Idle states "
` [edk2-platforms][PATCH V1 10/17] Platform/Sgi: Macro definitions for ACPI CPPC
` [edk2-platforms][PATCH V1 11/17] Platform/Sgi: ACPI CPPC support for RD-V1
` [edk2-platforms][PATCH V1 12/17] Platform/Sgi: Add CPU container for RD-V1 quad-chip platform
` [edk2-platforms][PATCH V1 13/17] Platform/Sgi: Low Power Idle States "
` [edk2-platforms][PATCH V1 14/17] Platform/Sgi: ACPI CPPC support "
` [edk2-platforms][PATCH V1 15/17] Platform/Sgi: Add CPU container for RD-N2 platform
` [edk2-platforms][PATCH V1 16/17] Platform/Sgi: Low Power Idle States for RD-N2
` [edk2-platforms][PATCH V1 17/17] Platform/Sgi: ACPI CPPC support "

[edk2-platforms][PATCH V2 0/8] Platform/Sgi: Add PPTT table for Neoverse Reference Design platforms
 2021-04-28 12:12 UTC  (9+ messages)
` [edk2-platforms][PATCH V2 1/8] Platform/Sgi: Helper macros for PPTT Table
` [edk2-platforms][PATCH V2 2/8] Platform/Sgi: ACPI PPTT table for SGI-575 platform
` [edk2-platforms][PATCH V2 3/8] Platform/Sgi: ACPI PPTT table for RD-N1-Edge platform
` [edk2-platforms][PATCH V2 4/8] Platform/Sgi: ACPI PPTT table for RD-N1-Edge dual-chip
` [edk2-platforms][PATCH V2 5/8] Platform/Sgi: ACPI PPTT table for RD-E1-Edge platform
` [edk2-platforms][PATCH V2 6/8] Platform/Sgi: ACPI PPTT Table for RD-V1 platform
` [edk2-platforms][PATCH V2 7/8] Platform/Sgi: ACPI PPTT Table for RD-V1 quad-chip platform
` [edk2-platforms][PATCH V2 8/8] Platform/Sgi: ACPI PPTT table for RD-N2 platform

Problem: TPM 2.0 event log by OVMF is shown empty in Linux kernel versions after 5.8
 2021-04-28 11:47 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v2 00/15] ArmPkg/ArmPlatformPkg CI enablement
 2021-04-28 10:22 UTC  (21+ messages)
` [PATCH v2 01/15] ArmPkg: Fix Ecc error 8003
` [PATCH v2 02/15] ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib
` [PATCH v2 03/15] ArmPkg: Add missing library headers to ArmPkg.dec
` [PATCH v2 04/15] ArmPlatformPkg: Document libraries in ArmPlatformPkg.dec
  ` [edk2-devel] "
` [PATCH v2 05/15] ArmPkg: Document libraries in ArmPkg.dec
  ` [edk2-devel] "
` [PATCH v2 06/15] ArmPkg: Re-order "
  ` [edk2-devel] "
` [PATCH v2 07/15] ArmPkg: Add OemMiscLibNull library to ArmPkg.dsc
` [PATCH v2 08/15] ArmPkg: Correct small typos
` [PATCH v2 09/15] ArmPkg: Add ArmPkg.ci.yaml
` [PATCH v2 10/15] ArmPlatformPkg: Add ArmPlatformPkg.ci.yaml
` [PATCH v2 11/15] .pytool: Enable CI for ArmPkg
` [PATCH v2 12/15] .pytool: Enable CI for ArmPlatformPkg
` [PATCH v2 13/15] .pytool: Document LicenseCheck and EccCheck
` [PATCH v2 14/15] AzurePipelines: Add support for ArmPkg
` [PATCH v2 15/15] AzurePipelines: Add support for ArmPlatformPkg

[edk2-devel][PATCH v3 0/7] Move ReportCpuHobLib from MinPlatformPkg to IntelSiliconPkg
 2021-04-28  9:04 UTC  (10+ messages)
` [edk2-devel][PATCH v3 1/7] IntelSiliconPkg/ReportCpuHobLib: Add ReportCpuHobLib
` [edk2-devel][PATCH v3 2/7] CometlakeOpenBoard: Move ReportCpuHob library path
` [edk2-devel][PATCH v3 3/7] TigerlakeOpenBoard: "
` [edk2-devel][PATCH v3 4/7] SimicsOpenBoard: "
` [edk2-devel][PATCH v3 5/7] KabylakeOpenBoard: "
` [edk2-devel][PATCH v3 6/7] WhiskeylakeOpenBoard: Move "
` [edk2-devel][PATCH v3 7/7] MiniPlatformPkg: Move ReportCpuHob "

[PATCH] BaseTools: Change non-ascii character of StructurePcd comment
 2021-04-28  8:44 UTC 

[Patch 1/1] BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]
 2021-04-28  8:04 UTC  (2+ messages)

TianoCore Bug Triage - APAC / NAMO - Tue, 04/27/2021 6:30pm-7:30pm #cal-reminder
 2021-04-28  1:15 UTC 

[PATCH V5 1/1] EmbeddedPkg: DwMmcHcDxe: Add support for Designware SDMMC driver
 2021-04-28  0:52 UTC  (10+ messages)
      ` [edk2-devel] "

[PATCH 1/7] IntelSiliconPkg/ReportCpuHobLib: Add ReportCpuHobLib
 2021-04-27 21:02 UTC  (3+ messages)
  ` [PATCH 3/7] TigerlakeOpenBoard: Move ReportCpuHob library path

[PATCH v2 0/4] SEV-ES TPM enablement fixes
 2021-04-27 16:21 UTC  (5+ messages)
` [PATCH v2 1/4] OvfmPkg/VmgExitLib: Properly decode MMIO MOVZX and MOVSX opcodes
` [PATCH v2 2/4] OvmfPkg/VmgExitLib: Add support for new MMIO MOV opcodes
` [PATCH v2 3/4] OvmfPkg: Define a new PPI GUID to signal TPM MMIO accessability
` [PATCH v2 4/4] OvmfPkg/Tcg2ConfigPei: Mark TPM MMIO range as unencrypted for SEV-ES

[edk2-sct PATCH] buildzip: Add CapsuleApp.efi to the SCT zip file
 2021-04-27 16:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/3] SEV-ES TPM enablement fixes
 2021-04-27 14:58 UTC  (28+ messages)
` [PATCH 1/3] OvfmPkg/VmgExitLib: Properly decode MMIO MOVZX and MOVSX opcodes
  ` [edk2-devel] "
` [PATCH 2/3] OvmfPkg/VmgExitLib: Add support for new MMIO MOV opcodes
  ` [edk2-devel] "
` [PATCH 3/3] OvmfPkg/PlatformPei: Mark TPM MMIO range as unencrypted for SEV
    ` [edk2-devel] "

[PATCH v1 00/12] ArmPkg/ArmPlatformPkg CI enablement
 2021-04-27 14:30 UTC  (19+ messages)
` [PATCH v1 06/12] ArmPkg: Add ArmPkg.ci.yaml
` [PATCH v1 08/12] .pytool: Enable CI for ArmPkg
  ` [EXTERNAL] "
` [PATCH v1 09/12] .pytool: Enable CI for ArmPlatformPkg
  ` [EXTERNAL] "
` [PATCH v1 10/12] .pytool: Document LicenseCheck and EccCheck
  ` [EXTERNAL] "
` [PATCH v1 11/12] AzurePipelines: Add support for ArmPkg
  ` [EXTERNAL] "
` [PATCH v1 12/12] AzurePipelines: Add support for ArmPlatformPkg
  ` [EXTERNAL] "

RFC: Adding support for ARM (RNDR etc.) to RngDxe
 2021-04-27 13:22 UTC  (11+ messages)
` [edk2-devel] "
              ` [EXTERNAL] "

[PATCH 0/5] ArmPkg: OemMiscLib and Universal/Smbios improvements and fixes
 2021-04-27 12:56 UTC  (2+ messages)

[edk2-platforms PATCH v2 1/1] SbsaQemu: Add OemMiscLib boot information and chassis status functions
 2021-04-27 12:54 UTC  (4+ messages)

[PATCH] ArmPkg/ArmGicLib: fix maximum interrupts supported
 2021-04-27 12:41 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel][PATCH v2 0/7] Move ReportCpuHob from MinPlatformPkg to IntelSiliconPkg
 2021-04-26 21:55 UTC  (8+ messages)
` [PATCH v2 1/7] IntelSiliconPkg/ReportCpuHobLib: Add ReportCpuHobLib
` [PATCH v2 2/7] CometlakeOpenBoard: Move ReportCpuHob library path
` [PATCH v2 3/7] TigerlakeOpenBoard: "
` [PATCH v2 4/7] SimicsOpenBoard: "
` [PATCH v2 5/7] KabylakeOpenBoard: "
` [PATCH v2 6/7] WhiskeylakeOpenBoard: Move "
` [PATCH v2 7/7] MiniPlatformPkg: Move ReportCpuHob "

[PATCH 1/1] BaseTools:Fix CLANGPDB build error in StandaloneMmCoreEntryPoint
 2021-04-27  7:52 UTC 

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

[Patch 1/1] BaseTools/GenMake: Sort generated makefile tool definitions
 2021-04-26 23:20 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v1 03/12] ArmPkg: Add missing library headers to ArmPkg.dec
 2021-04-26 20:58 UTC  (4+ messages)
` [edk2-devel] "
    ` [EXTERNAL] "

Community Manager - Introducing Puja Pandya
 2021-04-26 19:05 UTC  (2+ messages)

[PATCH] Platform/ARM/VExpressPkg: Fix unused but set
 2021-04-26 17:58 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2] BaseTools: Add support for version 3 of FMP Image Header structure
 2021-04-26 15:57 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 1/4] ArmVirtPkg: Library: Memory initialization for Cloud Hypervisor
 2021-04-26 10:29 UTC  (6+ messages)
    ` [edk2-devel] "

[PATCH v1] Intel/CometlakeOpenBoardPkg: Simplify microcode related PCD usage
 2021-04-26  0:42 UTC  (8+ messages)
` [PATCH v1] Intel/KabylakeOpenBoardPkg: "
` [PATCH v1] Intel/TigerlakeOpenBoardPkg: "
` [PATCH v1] Intel/WhiskeylakeOpenBoardPkg: "

TianoCore Design Meeting - APAC/NAMO - Fri, 04/30/2021 9:30am-10:30am #cal-reminder
 2021-04-25  1:30 UTC 

[edk2-platforms PATCH 1/1] SbsaQemu: Add OemMiscLib boot information and chassis status functions
 2021-04-23 19:27 UTC  (2+ messages)

[PATCH] Maintainers.txt: Add 'Erdem Aktas' to Confidential Computing reviewers
 2021-04-23 12:07 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v1 0/2] BaseTools: Make undefined VFR macro an error
 2021-04-23  8:22 UTC  (8+ messages)
` [PATCH v1 1/2] BaseTools: Make undefined VFR macro an error (GCC)
  ` [edk2-devel] "
` [PATCH v1 2/2] BaseTools: Make undefined VFR macro an error (MSVC)
  ` 回复: "

[PATCH] SecurityPkg: Add constraints on PK strength
 2021-04-23  4:37 UTC  (4+ messages)

回复: [PATCH v1 1/2] MdePkg:Update IndustryStandard/Nvme.h with Nvme amdin controller data
 2021-04-23  3:17 UTC  (2+ messages)
    ` [edk2-devel] "

[PATCH] * MdePkg/SmBios.h: Updated newly added socket info from smbios 3.4
 2021-04-23  0:48 UTC  (2+ messages)
  ` 回复: "

[PATCH v1 0/1] CryptoPkg: Add RSA PSS verify support
 2021-04-22 15:18 UTC  (9+ messages)
` [PATCH v1 1/1] CryptoPkg: BaseCryptLib: "

[RFC PATCH 01/19] OvmfPkg: Reserve the Secrets and Cpuid page for the SEV-SNP guest
 2021-04-22 14:20 UTC  (16+ messages)
` [edk2-devel] "
        ` separate OVMF binary for TDX? [was: OvmfPkg: Reserve the Secrets and Cpuid page for the SEV-SNP guest]
            ` [edk2-devel] "


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