public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-01-25 13:56:38 to 2023-01-28 13:59:31 UTC [more...]

[PATCH V5 00/13] Enable Tdx measurement in OvmfPkgX64
 2023-01-28 13:58 UTC  (14+ messages)
` [PATCH V5 01/13] OvmfPkg: Add Tdx measurement data structure in WorkArea
` [PATCH V5 02/13] OvmfPkg/IntelTdx: Add TdxHelperLibNull
` [PATCH V5 03/13] OvmfPkg/IntelTdx: Add SecTdxHelperLib
` [PATCH V5 04/13] OvmfPkg/PeilessStartupLib: Update the define of FV_HANDOFF_TABLE_POINTERS2
` [PATCH V5 05/13] OvmfPkg: Refactor MeasureHobList
` [PATCH V5 06/13] OvmfPkg: Refactor MeaureFvImage
` [PATCH V5 07/13] OvmfPkg: Refactor ProcessHobList
` [PATCH V5 08/13] OvmfPkg/IntelTdx: Measure TdHob and Configuration FV in SecMain
` [PATCH V5 09/13] OvmfPkg/PeilessStartupLib: Delete the duplicated tdx measurement
` [PATCH V5 10/13] OvmfPkg/IntelTdx: Add PeiTdxHelperLib
` [PATCH V5 11/13] OvmfPkg/OvmfPkgX64: Measure TdHob and Configuration FV in SecMain
` [PATCH V5 12/13] OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
` [PATCH V5 13/13] OvmfPkg: Support Tdx measurement in OvmfPkgX64

[PATCH V4 00/12] Enable Tdx measurement in OvmfPkgX64
 2023-01-28 11:55 UTC  (17+ messages)
` [PATCH V4 01/12] OvmfPkg: Add Tdx measurement data structure in WorkArea
` [PATCH V4 02/12] OvmfPkg/IntelTdx: Add TdxHelperLibNull
` [PATCH V4 03/12] OvmfPkg/IntelTdx: Add SecTdxHelperLib
` [PATCH V4 04/12] OvmfPkg/IntelTdx: Update tdx measurement in SEC phase
` [PATCH V4 05/12] OvmfPkg/PeilessStartupLib: Update the define of FV_HANDOFF_TABLE_POINTERS2
` [PATCH V4 06/12] OvmfPkg/PeilessStartupLib: Build GuidHob for Tdx measurement
` [PATCH V4 07/12] OvmfPkg/PeilessStartupLib: Call TdxHelperBuildGuidHobForTdxMeasurement
` [PATCH V4 08/12] OvmfPkg/TdxHelperLib: Implement TdxHelperBuildGuidHobForTdxMeasurement
` [PATCH V4 09/12] OvmfPkg: Enable Tdx measurement in OvmfPkgX64
` [PATCH V4 10/12] OvmfPkg/IntelTdx: Add PeiTdxHelperLib
` [PATCH V4 11/12] OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
` [PATCH V4 12/12] OvmfPkg/TdxHelperLib: Implement TdxHelperProcessTdHob

[PATCH] ShellPkg/AcpiView: ERST Parser
 2023-01-28  3:58 UTC  (4+ messages)
    ` [edk2-devel] "

[PATCH v1 0/4] Don't require self-signed PK in setup mode
 2023-01-28  2:37 UTC  (7+ messages)
  ` [edk2-devel] "

[PATCH v1 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation
 2023-01-28  0:26 UTC 

[PATCH 1/2] DynamicTablesPkg: Add SMBIOS table generation
 2023-01-28  0:09 UTC  (6+ messages)
` [PATCH 2/2] DynamicTablesPkg: Add Smbios Type17 Table generator
      ` [edk2-devel] "

[PATCH] MdeModulePkg: Correct memory type in PrePiDxeCis.h
 2023-01-28  0:01 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 1/1] DynamicTablesPkg: Add SMBIOS table generation
 2023-01-27 23:58 UTC 

error build
 2023-01-27 21:20 UTC 

[PATCH v1] uefi-sct: move Maintainers.txt to top level directory
 2023-01-27 21:02 UTC 

Minor bug: off-by-one in mGcdMemoryTypeNames for "Unaccepte" entry
 2023-01-27 19:07 UTC 

[PATCH] ArmPkg/DefaultExceptionHandler: Dump ESR and FAR in RELEASE builds
 2023-01-27 17:42 UTC 

[PATCH 1/1 v3] EmulatorPkg: fixes for NetBSD compilation
 2023-01-27 17:37 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v2 0/4] BaseTools,ArmPkg,ArmVirtPkg: Remove leftover RVCT and RealView Debugger support
 2023-01-27 17:19 UTC  (9+ messages)
` [PATCH v2 1/4] BaseTools: Delete Bin/{CYGWIN_NT-5.1-i686,Darwin-i386} directories
` [PATCH v2 2/4] BaseTools: Remove CYGWIN_NT-5.1-i686 ref from Scripts/PatchCheck.py
` [PATCH v2 3/4] ArmPkg: Remove RealView Debugger support
` [PATCH v2 4/4] ArmVirtPkg: Remove RealView Debugger lines from ArmVirtPkg.dsc.inc
` [edk2-devel] [PATCH v2 0/4] BaseTools,ArmPkg,ArmVirtPkg: Remove leftover RVCT and RealView Debugger support

PING [PATCH 1/1 v3] EmulatorPkg: fixes for NetBSD compilation
 2023-01-27 17:14 UTC 

[PATCH 1/1] BaseTools: Delete Bin/{CYGWIN_NT-5.1-i686,Darwin-i386} directories
 2023-01-27 16:48 UTC  (3+ messages)

[edk2-platforms][PATCH v3 00/11] Ext4Pkg: Code correctness and security improvements
 2023-01-27 16:21 UTC  (36+ messages)
` [edk2-platforms][PATCH v3 01/11] Ext4Pkg: Fix memory leak in Ext4RetrieveDirent
` [edk2-platforms][PATCH v3 02/11] Ext4Pkg: Fix incorrect checksum metadata feature check
` [edk2-platforms][PATCH v3 03/11] Ext4Pkg: Fix division by zero by adding check for s_inodes_per_group
` [edk2-platforms][PATCH v3 04/11] Ext4Pkg: Add inode number validity check
` [edk2-platforms][PATCH v3 05/11] Ext4Pkg: Fix shift out of bounds in Ext4OpenSuperblock
` [edk2-platforms][PATCH v3 06/11] Ext4Pkg: Corrects integer overflow check logic in DiskUtil
` [edk2-platforms][PATCH v3 07/11] Ext4Pkg: Check that source file is directory in Ext4OpenInternal
` [edk2-platforms][PATCH v3 08/11] Ext4Pkg: Check VolumeName allocation correctness in Ext4GetVolumeName
  ` [edk2-devel] "
` [edk2-platforms][PATCH v3 09/11] Ext4Pkg: Add missing exit Status in Ext4OpenDirent
` [edk2-platforms][PATCH v3 10/11] Ext4Pkg: Fixes build on MSVC
` [edk2-platforms][PATCH v3 11/11] Ext4Pkg: Filter out directory entry names containing \0 as invalid

[PATCH v2] OvmfPkg: Create additional PML1 entries for large SEV-SNP VMs
 2023-01-27 15:29 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v5 0/2] ArmPkg: Implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls for AArch64
 2023-01-27 14:02 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 1/1] tools_def: Remove duplicated -Os
 2023-01-27 14:00 UTC  (2+ messages)

Question/bug in ArmPkg (ArmArchTimerLib)
 2023-01-27 13:52 UTC  (2+ messages)

[PATCH 0/2] OvmfPkg: move two include files to Include/Fdf
 2023-01-27 10:21 UTC  (3+ messages)
` [PATCH 1/2] OvmfPkg: move OvmfTpmPei.fdf.inc "
` [PATCH 2/2] OvmfPkg: move OvmfTpmDxe.fdf.inc "

[edk2-platforms][PATCH V2 0/5] Enable SoC expansion block and Virtio-P9 for RD-N2 variants
 2023-01-27  9:23 UTC  (6+ messages)
` [edk2-platforms][PATCH V2 1/5] Platform/Sgi: Add SSDT table for Virtio-P9
` [edk2-platforms][PATCH V2 2/5] Platform/Sgi: Enable virtio-p9 device on RD-N2 platform variants
` [edk2-platforms][PATCH V2 3/5] Platform/Sgi: Add SSDT table for IO virtualization SoC expansion block
` [edk2-platforms][PATCH V2 4/5] Platform/Sgi: Initialize additional UART controllers
` [edk2-platforms][PATCH V2 5/5] Platform/Sgi: Enable SoC expansion block for RD-N2 variants

[PATCH edk2-platforms 0/5] Build fixes for Arm/Hisilicon platforms
 2023-01-27  9:03 UTC  (11+ messages)
` [PATCH edk2-platforms 1/5] Platform/ARM/SgiPkg: Remove '-march=armv8-a+nofp' flag
  ` [edk2-devel] "
` [PATCH edk2-platforms 2/5] Platform/StandaloneMm: "
  ` [edk2-devel] "
` [PATCH edk2-platforms 5/5] Platform/ARM/Sgi: Add VariableFlashInfoLib to SgiPlatformMm.dsc.inc
  ` [edk2-devel] "

[PATCH v11 0/4] Add safe unaccepted memory behavior
 2023-01-27  7:44 UTC  (10+ messages)
` [PATCH v11 1/4] OvmfPkg: Add memory acceptance event in AmdSevDxe
` [PATCH v11 2/4] MdePkg: Introduce the SevMemoryAcceptance protocol
` [PATCH v11 3/4] OvmfPkg: Implement AcceptAllUnacceptedMemory in AmdSevDxe
` [PATCH v11 4/4] OvmfPkg/PlatformPei: SEV-SNP make >=4GB unaccepted

[PATCH] RedfishPkg/RedfishLib: Avoid possible overflow in memcpy
 2023-01-27  7:27 UTC  (4+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V1 0/6] Add non-discoverable IO block for Rd-N2
 2023-01-27  6:17 UTC  (4+ messages)
` [edk2-platforms][PATCH V1 2/6] Platform/Sgi: add ssdt table for non-discoverable IO virtualization block
  ` [edk2-devel] "

Too little and too quick UEFI HTTPv6 error messages
 2023-01-26 22:03 UTC 

[PATCH v1 0/1] update path to edk2-test-parser, checks for repo
 2023-01-26 20:05 UTC  (2+ messages)
` [PATCH v1 1/1] uefi-sct/SctPkg: update path to edk2-test-parser, check "

[PATCH] MdeModulePkg/SmmLockBoxLib: Remove dead code
 2023-01-26 18:29 UTC 

[PATCH 1/1] Ext4Pkg: Fix typos discovered by SpellCheck
 2023-01-26 18:09 UTC  (3+ messages)

[PATCH v10 0/4] Add safe unaccepted memory behavior
 2023-01-26 17:19 UTC  (10+ messages)
` [PATCH v10 1/4] OvmfPkg: Add memory acceptance event in AmdSevDxe
` [PATCH v10 2/4] MdePkg: Introduce the SevMemoryAcceptance protocol
` [PATCH v10 3/4] OvmfPkg: Implement AcceptAllUnacceptedMemory in AmdSevDxe
` [PATCH v10 4/4] OvmfPkg/PlatformPei: SEV-SNP make >=4GB unaccepted

[PATCH 1/1] CryptoPkg: move Driver PCD configs to include files
 2023-01-26 15:15 UTC 

[edk2-devel] [PATCH v2 2/2] ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX
 2023-01-26 15:08 UTC  (14+ messages)

[edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file
 2023-01-26 14:44 UTC 

[PATCH v2 0/6] ArmVirtPkg: Increase PlatformCI coverage
 2023-01-26 14:35 UTC  (9+ messages)
` [PATCH v2 3/6] ArmVirtPkg/PlatformCI: factor out reusable PlatformBuildLib.py
  ` [edk2-devel] "
` [PATCH v2 4/6] ArmVirtPkg/PlatformCI: Enable optional features on Qemu AARCH64 builds
  ` [edk2-devel] "
` [PATCH v2 5/6] ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernel
  ` [edk2-devel] "
` [PATCH v2 6/6] ArmVirtPkg/PlatformCI: Perform build test of ArmVirtKvmTool
  ` [edk2-devel] "

[PATCH edk2-platforms 4/5] Platform/Hisilicon: Add VariableFlashInfoLib to Hisilicon.dsc.inc
 2023-01-26 11:59 UTC  (3+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 3/5] Silicon/Hisilicon/FlashFvbDxe: Update TokenSpace of PcdNorFlashCheckBlockLocked
 2023-01-26 11:19 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V1 1/1] Platform/ARM/N1Sdp: Modify IRQ ID of Debug UART and routing to IOFPGA UART1
 2023-01-26 10:34 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 1/1] BaseTools: remove useless header inclusion
 2023-01-26 10:03 UTC 

[PATCH 1/1] OvmfPkg: fix BuildResourceDescriptorHob call in PlatformAddHobCB()
 2023-01-26  9:08 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
 2023-01-26  9:08 UTC  (5+ messages)
    ` [edk2-devel] "

[PATCH V3 0/9] Enable Tdx measurement in OvmfPkgX64
 2023-01-26  7:50 UTC  (11+ messages)
` [PATCH V3 3/9] OvmfPkg/IntelTdx: Add SecTdxHelperLib
    ` [edk2-devel] "
` [PATCH V3 5/9] OvmfPkg/TdxHelperLib: Implement TdxHelperBuildGuidHobForTdxMeasurement

[edk2-platforms][PATCH V1 1/1] Platform/ARM/N1sdp: Add support to parse NT_FW_CONFIG
 2023-01-25 20:47 UTC  (2+ messages)
` [edk2-devel] "

arm64 support for stuart
 2023-01-25 20:21 UTC  (7+ messages)
  ` [edk2-devel] "

[edk2-platforms][PATCH V1 1/1] Platform/ARM/N1Sdp: Fix RemoteDdrSize cast
 2023-01-25 19:18 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/2] DynamicTablesPkg: IORT generator updates for Rev E.e spec
 2023-01-25 18:40 UTC  (2+ messages)
` [PATCH 2/2] MdePkg:IORT header update for IORT "

[edk2-devel] [PATCH v9 0/4] Add safe unaccepted memory behavior
 2023-01-25 16:56 UTC  (13+ messages)

[PATCH v4 0/5] OvmfPkg: check 64bit mmio window for resource conflicts
 2023-01-25 16:32 UTC  (6+ messages)
` [PATCH v4 3/5] OvmfPkg/PlatformInitLib: Add PlatformAddHobCB
  ` [edk2-devel] "

[PATCH 0/3] OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000
 2023-01-25 13:56 UTC  (2+ messages)
` [PATCH 2/3] "


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