public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-01-26 23:11:03 to 2023-01-30 13:05:39 UTC [more...]

[edk2-staging/RiscV64QemuVirt PATCH V7 00/20] Add support for RISC-V virt machine
 2023-01-30 13:05 UTC  (26+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V7 01/20] MdePkg/Register: Add register definition header files for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V7 02/20] MdePkg/BaseLib: RISC-V: Add few more helper functions
` [edk2-staging/RiscV64QemuVirt PATCH V7 03/20] MdePkg: Add BaseRiscVSbiLib Library for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V7 04/20] UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
` [edk2-staging/RiscV64QemuVirt PATCH V7 05/20] UefiCpuPkg: Add CpuTimerDxe module
` [edk2-staging/RiscV64QemuVirt PATCH V7 06/20] UefiCpuPkg/CpuExceptionHandlerLib: Add RISC-V instance
` [edk2-staging/RiscV64QemuVirt PATCH V7 07/20] UefiCpuPkg/CpuDxe: "
` [edk2-staging/RiscV64QemuVirt PATCH V7 08/20] UefiCpuPkg/CpuTimerLib: "
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 09/20] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file
` [edk2-staging/RiscV64QemuVirt PATCH V7 10/20] EmbeddedPkg: Enable PcdPrePiCpuIoSize for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V7 11/20] ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH V7 12/20] ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxe
` [edk2-staging/RiscV64QemuVirt PATCH V7 13/20] OvmfPkg/RiscVVirt: Add PlatformBootManagerLib library
` [edk2-staging/RiscV64QemuVirt PATCH V7 14/20] OvmfPkg/RiscVVirt: Add PrePiHobListPointerLib library
` [edk2-staging/RiscV64QemuVirt PATCH V7 15/20] OvmfPkg/RiscVVirt: Add ResetSystemLib library
` [edk2-staging/RiscV64QemuVirt PATCH V7 16/20] OvmfPkg/RiscVVirt: Add VirtNorFlashPlatformLib library
` [edk2-staging/RiscV64QemuVirt PATCH V7 17/20] OvmfPkg/RiscVVirt: Add PciCpuIo2Dxe module
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 18/20] OvmfPkg/RiscVVirt: Add SEC module
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 19/20] OvmfPkg/RiscVVirt: Add build files for Qemu Virt platform
` [edk2-staging/RiscV64QemuVirt PATCH V7 20/20] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt

[PATCH v1 0/1] Correct spelling error in SctPkg
 2023-01-30 12:16 UTC  (3+ messages)
` [PATCH v1 1/1] uefi-sct/SctPkg: Incorrect instances of RANDOM_NAME_PROTOCOL
  ` [edk2-devel] "

[PATCH v1 0/1] ArmPkg/Smbios: Changing default uni values to ""
 2023-01-30 12:10 UTC  (3+ messages)
` [PATCH v1 1/1] ArmPkg: Smbios: UNI file default values
  ` [edk2-devel] "

[PATCH edk2-platforms 0/2] QemuOpenBoardPkg: PCI rework and small fixes
 2023-01-30 11:27 UTC  (4+ messages)
` [PATCH edk2-platforms 1/2] QemuOpenBoardPkg: Redo PCI bus initialization

[PATCH v1 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation
 2023-01-30 11:27 UTC  (2+ messages)

[PATCH 1/1 v2] BaseTools: remove useless dependency on libuuid
 2023-01-30 10:58 UTC 

[edk2-platforms][PATCH v3 00/11] Ext4Pkg: Code correctness and security improvements
 2023-01-30  8:48 UTC  (41+ 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 V1 2/2] BaseTools: FMMT support ELF UPLD parser
 2023-01-30  8:24 UTC 

[Patch V1 1/2] BaseTools: Fix FMMT FvHandler replace status bug
 2023-01-30  8:24 UTC 

[PATCH v8 0/4] Improved supports for FT-2000/4 chip
 2023-01-30  7:34 UTC  (5+ messages)
` [PATCH v8 1/4] Platform/Phytium: Solved problems during boot
` [PATCH v8 2/4] Silicon/Phytium: Added flash driver support for flash operation
` [PATCH v8 3/4] Silicon/Phytium: Added fvb driver for flash
` [PATCH v8 4/4] Silicon/Phytium: Added runtime support to spi master

[Patch V2 1/3] [edk2-staging]BaseTools: Add Python VfrCompiler tool
 2023-01-30  6:45 UTC  (2+ messages)

[Patch V2 3/3] [edk2-staging]BaseTools: Add new build option for Variable default value generation
 2023-01-30  6:45 UTC  (2+ messages)

[Patch V2 2/3] [edk2-staging]BaseTools: Add new build option for PyVfrCompiler yaml generation
 2023-01-30  6:45 UTC  (2+ messages)

[PATCH 1/1] BaseTools: remove useless header inclusion
 2023-01-30  6:42 UTC  (4+ messages)
` 回复: "
  ` [edk2-devel] ??: "

[Patch V1 1/3] BaseTools: Add Python VfrCompiler tool
 2023-01-30  6:20 UTC 

[Patch V1 3/3] BaseTools: Add new build option for Variable default value generation
 2023-01-30  6:19 UTC 

[Patch V1 2/3] BaseTools: Add new build option for PyVfrCompiler yaml generation
 2023-01-30  6:19 UTC 

[Patch V1 1/3] BaseTools: Add Python VfrCompiler tool
 2023-01-30  6:19 UTC 

[PATCH 1/1] tools_def: Remove duplicated -Os
 2023-01-30  5:21 UTC  (5+ messages)
  ` 回复: [edk2-devel] "
  ` 回复: "
` [edk2-devel] "

[PATCH v2 0/4] BaseTools,ArmPkg,ArmVirtPkg: Remove leftover RVCT and RealView Debugger support
 2023-01-30  2:35 UTC  (11+ 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
      ` 回复: "

[edk2-non-osi][PATCH V1] ASpeed/ASpeedGopBinPkg: Correct all INF_VERSION value
 2023-01-30  2:09 UTC 

error build
 2023-01-30  0:56 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH v2 0/3] Add ACPI 6.5 header
 2023-01-30  0:55 UTC  (5+ messages)
` [PATCH v2 1/3] MdePkg: Add Acpi65.h to IgnoreFiles area
` [PATCH v2 2/3] MdePkg: Add ACPI 6.5 header
` [PATCH v2 3/3] MdePkg: Added serveral tables to MATD used by LoongArch64
` 回复: [PATCH v2 0/3] Add ACPI 6.5 header

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 30, 2023 #cal-reminder
 2023-01-30  0:30 UTC 

[PATCH V2] MdeModulePkg/Decompress: Add missing source file to Brotli library
 2023-01-29  7:35 UTC  (6+ messages)
` [edk2-devel] "
        ` 回复: "

[PATCH v1 0/2] Add ACPI 6.5 header
 2023-01-29  6:24 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH v3 0/5] Simplify SMM Relocation Process
 2023-01-29  6:14 UTC  (16+ messages)
` [PATCH v3 1/5] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v3 3/5] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
    ` [edk2-devel] "
` [PATCH v3 5/5] OvmfPkg/SmmCpuFeaturesLib: Skip SMBASE configuration

[PATCH v2 0/2] Added AfterReadyToBoot Event
 2023-01-29  6:10 UTC  (2+ messages)
` 回复: "

[PATCH 1/2] DynamicTablesPkg: IORT generator updates for Rev E.e spec
 2023-01-29  5:59 UTC  (3+ messages)
` [PATCH 2/2] MdePkg:IORT header update for IORT "
  ` 回复: "

[edk2][PATCH V1 1/1] MdePkg/IndustryStandard: add definitions for MPAM ACPI specification
 2023-01-29  5:39 UTC  (2+ messages)
` 回复: "

[PATCH] MdeModulePkg: Correct memory type in PrePiDxeCis.h
 2023-01-29  5:16 UTC  (4+ messages)
` [edk2-devel] "
    ` 回复: "

[PATCH EDK2 v1 0/1] NetworkPkg/Ip4Dxe:Null-checking before dereference
 2023-01-29  1:14 UTC  (2+ messages)
` [PATCH EDK2 v1 1/1] "

[PATCH 1/3] MdeModulePkg/BmBoot: Skip removable media if it is not present
 2023-01-28 19:01 UTC  (3+ messages)
` [edk2-devel] "

[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 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 v2 1/1] DynamicTablesPkg: Add SMBIOS table generation
 2023-01-27 23:58 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] "

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)

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

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 5/5] Platform/ARM/Sgi: Add VariableFlashInfoLib to SgiPlatformMm.dsc.inc
 2023-01-27  9:03 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 2/5] Platform/StandaloneMm: Remove '-march=armv8-a+nofp' flag
 2023-01-27  9:02 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 1/5] Platform/ARM/SgiPkg: Remove '-march=armv8-a+nofp' flag
 2023-01-27  9:01 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v11 0/4] Add safe unaccepted memory behavior
 2023-01-27  7:44 UTC  (4+ messages)
` [PATCH v11 2/4] MdePkg: Introduce the SevMemoryAcceptance protocol

[PATCH] RedfishPkg/RedfishLib: Avoid possible overflow in memcpy
 2023-01-27  7:27 UTC  (3+ 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] "


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