public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-10-25 12:29:14 to 2022-10-30 13:30:06 UTC [more...]

[edk2-staging/RiscV64QemuVirt PATCH V5 00/30] Add support for RISC-V virt machine
 2022-10-30 13:28 UTC  (30+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V5 01/30] MdePkg/Register: Add register definition header files for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 02/30] MdePkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
` [edk2-staging/RiscV64QemuVirt PATCH V5 03/30] MdePkg/BaseLib: RISC-V: Add few more helper functions
` [edk2-staging/RiscV64QemuVirt PATCH V5 04/30] MdePkg: Add BaseRiscVSbiLib Library for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 05/30] OvmfPkg/PlatformInitLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 06/30] OvmfPkg/PlatformInitLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 07/30] OvmfPkg/ResetSystemLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 08/30] OvmfPkg/ResetSystemLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 09/30] OvmfPkg/Sec: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 10/30] OvmfPkg/Sec: Add RISC-V support
` [edk2-staging/RiscV64QemuVirt PATCH V5 11/30] OvmfPkg/PlatformPei: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 12/30] OvmfPkg/PlatformPei: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 13/30] UefiCpuPkg/CpuTimerLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 14/30] UefiCpuPkg/CpuTimerLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 15/30] UefiCpuPkg/CpuExceptionHandlerLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 16/30] UefiCpuPkg/CpuExceptionHandlerLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 17/30] UefiCpuPkg/CpuDxe: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V5 18/30] UefiCpuPkg/CpuDxe: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V5 19/30] UefiCpuPkg/CpuDxe: Add RISCV_EFI_BOOT_PROTOCOL support
` [edk2-staging/RiscV64QemuVirt PATCH V5 20/30] UefiCpuPkg: Add CpuTimerDxe module
` [edk2-staging/RiscV64QemuVirt PATCH V5 21/30] ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH V5 22/30] ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxe
` [edk2-staging/RiscV64QemuVirt PATCH V5 23/30] ArmVirtPkg/PlatformBootManagerLib: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH V5 24/30] ArmVirtPkg: Fix up the paths to PlatformBootManagerLib
` [edk2-staging/RiscV64QemuVirt PATCH V5 25/30] EmbeddedPkg/NvVarStoreFormattedLib: Migrate to MdeModulePkg
` [edk2-staging/RiscV64QemuVirt PATCH V5 26/30] ArmVirtPkg: Update the references to NvVarStoreFormattedLib
` [edk2-staging/RiscV64QemuVirt PATCH V5 27/30] OvmfPkg: Add VirtNorFlashPlatformLib library
` [edk2-staging/RiscV64QemuVirt PATCH V5 28/30] OvmfPkg: RiscVVirt: Add Qemu Virt platform support
` [edk2-staging/RiscV64QemuVirt PATCH V5 29/30] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt

[PATCH 1/2] UefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent code
 2022-10-30 13:03 UTC  (3+ messages)
` [edk2-devel] "

[PATCH V2 1/3] UefiCpuPkg/SmmCpuFeaturesLib: Rename the common C file
 2022-10-30 13:01 UTC  (3+ messages)
` [PATCH V2 2/3] UefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent code
` [PATCH V2 3/3] UefiCpuPkg/SmmCpuFeaturesLib: Clean up header file inclusion in SmmStm.c

[PATCH EDK2 v1 0/1] ArmPlatformPkg/Drivers/NorFlashDxe:avoid index out of bound
 2022-10-30 10:06 UTC  (3+ messages)
` [PATCH EDK2 v1 1/1] "

[PATCH RESEND] RedfishPkg/RedfishDiscoverDxe: Fix memory free issue
 2022-10-29 13:24 UTC 

[PATCH] RedfishPkg/RedfishDiscoverDxe: Fix memory free issue
 2022-10-29  7:50 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V4 00/14] Platform: Add Loongson support
 2022-10-29  6:45 UTC  (5+ messages)
` [edk2-platforms][PATCH V4 01/14] Platform/Loongson: Add Serial Port library
` [edk2-platforms][PATCH V4 05/14] Platform/Loongson: Add MmuLib

[edk2-CCodingStandardsSpecification] Create release/2.30 branch
 2022-10-29  3:33 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] RedfishPkg/RedfishPlatformCredentialLib: IPMI implementation
 2022-10-28 23:29 UTC  (11+ messages)
  ` [edk2-devel] "

[PATCH V1 0/2] CryptoPkg bug fixes
 2022-10-28 23:25 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v4 161/161] NetworkPkg: Add WiFi profile sync protocol support
 2022-10-28 20:13 UTC  (3+ messages)
      ` [PATCH v4] NetworkPkg/WifiProfileSync: "

[Patch 1/1] CryptoPkg/Test: Simplify BaseCryptLib host based unit tests
 2022-10-28 19:00 UTC 

[PATCH edk2-platforms 1/2] Maintainers.txt: fix incorrect line ending
 2022-10-28 16:22 UTC  (6+ messages)
` [PATCH edk2-platforms 2/2] Maintainers.txt: update email address for Graeme Gregory
  ` [edk2-devel] "
` [edk2-devel] [PATCH edk2-platforms 1/2] Maintainers.txt: fix incorrect line ending

[Patch 1/1] UnitTestFrameworkPkg: Support FILE_GUID override in host based unit tests
 2022-10-28 15:59 UTC 

[PATCH v9 00/19] Add Raw algorithm support using Arm TRNG interface
 2022-10-28 15:32 UTC  (20+ messages)
` [PATCH v9 01/19] ArmPkg: PCD to select conduit for monitor calls
` [PATCH v9 02/19] ArmPkg/ArmMonitorLib: Definition for ArmMonitorLib library class
` [PATCH v9 03/19] ArmPkg/ArmMonitorLib: Add ArmMonitorLib
` [PATCH v9 04/19] ArmPkg: Sort HVC/SMC section alphbetically in ArmPkg.dsc
` [PATCH v9 05/19] ArmPkg/ArmHvcLibNull: Add NULL instance of ArmHvcLib
` [PATCH v9 06/19] MdePkg/ArmTrngLib: Definition for Arm TRNG library class interface
` [PATCH v9 07/19] MdePkg/ArmTrngLib: Add NULL instance of Arm TRNG Library
` [PATCH v9 08/19] ArmPkg: Add FID definitions for Arm TRNG
` [PATCH v9 09/19] ArmPkg/ArmTrngLib: Add Arm TRNG library
` [PATCH v9 10/19] SecurityPkg/RngDxe: Rename RdRandGenerateEntropy to generic name
` [PATCH v9 11/19] SecurityPkg/RngDxe: Replace Pcd with Sp80090Ctr256Guid
` [PATCH v9 12/19] SecurityPkg/RngDxe: Remove ArchGetSupportedRngAlgorithms()
` [PATCH v9 13/19] SecurityPkg/RngDxe: Documentation/include/parameter cleanup
` [PATCH v9 14/19] SecurityPkg/RngDxe: Check before advertising Cpu Rng algo
` [PATCH v9 15/19] SecurityPkg/RngDxe: Add AArch64 RawAlgorithm support through ArmTrngLib
` [PATCH v9 16/19] SecurityPkg/RngDxe: Add debug warning for NULL PcdCpuRngSupportedAlgorithm
` [PATCH v9 17/19] SecurityPkg/RngDxe: Rename AArch64/RngDxe.c
` [PATCH v9 18/19] SecurityPkg/RngDxe: Add Arm support of RngDxe
` [PATCH v9 19/19] ArmVirtPkg: Kvmtool: Add RNG support using Arm TRNG interface

[PATCH v2] edk2Platforms-Silicon:Add VAB FIT record types support in FitGen.c
 2022-10-28 14:08 UTC  (11+ messages)
    ` 回复: [edk2-devel] "
      `  "

[PATCH 00/14] Add PCCT generator and various fixes
 2022-10-28 10:05 UTC  (34+ messages)
` [PATCH 01/14] DynamicTablesPkg: Use correct print formatter
` [PATCH 02/14] DynamicTablesPkg: Add PrintString to CmObjParser
` [PATCH 03/14] DynamicTablesPkg: Update CmObjParser for IORT Rev E.d
` [PATCH 04/14] DynamicTablesPkg: Update CmObjParser for MinorRevision
` [PATCH 05/14] DynamicTablesPkg: Fix GTBlock and GTBlockTimerFrame CmObjParsers
` [PATCH 06/14] DynamicTablesPkg: Fix wrong/missing fields in CmObjParser
` [PATCH 07/14] DynamicTablesPkg: Remove deprecated APIs
` [PATCH 08/14] DynamicTablesPkg: FdtHwInfoParserLib: Remove wrong comment
` [PATCH 09/14] DynamicTablesPkg: Fix Ssdt PCI generation comments
` [PATCH 10/14] DynamicTablesPkg: Add PCCT related objects
` [PATCH 11/14] DynamicTablesPkg: Add PCCT Generator
` [PATCH 12/14] DynamicTablesPkg/AmlLib: Allow larger AccessSize for Pcc address space
` [PATCH 13/14] DynamicTablesPkg: Readme.md: Update available tables for generation
` [PATCH 14/14] ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5

[PATCH 1/1] ArmPlatformPkg: Remove AP support from PrePi/PrePeiCore
 2022-10-28  9:17 UTC  (3+ messages)
` [edk2-devel] "

[Patch V2] UefiCpuPkg: Restore HpetTimer after CpuExceptionHandlerLib test
 2022-10-28  8:47 UTC  (2+ messages)

[edk2-devel] [PATCH] BaseTools: Fix build option overrides Pcd Feature Flag issue
 2022-10-28  8:33 UTC 

[PATCH V2 1/1] OvmfPkg/VmgExitLig: HALT on #VE when access to private memory
 2022-10-28  8:30 UTC  (2+ messages)

回复: [edk2-devel] 回复: [edk2-devel] 回复: [edk2-devel] [PATCH] [PATCH]MdeModulePkg/Ufs: Coverity scan flags multiple issues in edk2-stable202205 Signed-off-by: sivaparvathic@ami.com
 2022-10-28  8:04 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] 回复: [edk2-devel] 回复: [edk2-devel] [edk2] [PATCH]MdeModulePkg\scsi: Coverity scan flags multiple issues in edk2-stable202205
 2022-10-28  8:02 UTC  (2+ messages)

[PATCH 1/1] OvmfPkg/VmgExitLib: HALT on #VE when access to private memory
 2022-10-28  7:14 UTC  (2+ messages)

[PATCH] IntelFsp2Pkg: Update Function header to support IA32/X64
 2022-10-28  2:58 UTC 

[PATCH v2] MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk drive
 2022-10-28  2:25 UTC  (2+ messages)

[PATCH v4 1/1] MdePkg: Use ANSI colors to indicate debug message severity
 2022-10-27 18:51 UTC 

[PATCH edk2-platforms] Platform/SbsaQemu: Switch to VirtNorFlashDxe
 2022-10-27 17:15 UTC  (3+ messages)

[PATCH 00/11] ArmVirtPkg: introduce VirtNorFlashDxe
 2022-10-27 16:56 UTC  (5+ messages)
` [PATCH 11/11] ArmPlatformPkg: Retire NorFlashDxe driver

[edk2-libc Patch 0/1] edk2-libc - to remove substring 368 from python uefi app name
 2022-10-27 15:55 UTC  (3+ messages)
` [edk2-libc Patch 1/1] edk2-libc: remove substring 368 from py "

[PATCH] edk II C Coding Standard: Fix the missing hyperlink
 2022-10-27 15:53 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v7 0/7] Add safe unaccepted memory behavior
 2022-10-27 15:38 UTC  (9+ messages)
` [edk2-devel] "

[PATCH 1/2] MdePkg/IndustryStandard: add definitions for ACPI APMT
 2022-10-27 14:40 UTC  (2+ messages)
` [PATCH 2/2] ShellPkg/AcpiView: APMT Parser

[PATCH] UefiCpuPkg: Restore HpetTimer after CpuExceptionHandlerLib test
 2022-10-27  3:08 UTC  (6+ messages)
  ` [edk2-devel] "

[PATCH] MdeModulePkg: Improved ScsiDiskDxe driver updates ControllerNameTable with common string SCSI Disk Device for all SCSI disk
 2022-10-27  2:48 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 1/3] MdeModulePkg/BootLogoLib: Add option to follow Microsoft Recommendations
 2022-10-26 22:27 UTC  (13+ messages)
` [PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
          ` [edk2-devel] "

[PATCH V1] SecurityPkg: Fix return handling in RdRandGenerateEntropy
 2022-10-26 21:23 UTC 

[PATCH v2 1/1] MdePkg/BaseLib: Fix out-of-bounds reads in SafeString
 2022-10-26 15:54 UTC  (5+ messages)

[PATCH v8 00/19] Add Raw algorithm support using Arm FW-TRNG interface
 2022-10-26 15:44 UTC  (6+ messages)
` [PATCH v8 06/19] MdePkg/TrngLib: Definition for TRNG library class interface
  ` [edk2-devel] "

[PATCH v1 0/2] Uninitialized local variable
 2022-10-26 13:45 UTC  (4+ messages)
` [PATCH v1 2/2] SecurityPkg: OpalPasswordDxe: uninitialized "
  ` [edk2-devel] "
` 回复: [edk2-devel] [PATCH v1 0/2] Uninitialized "

[PATCH v3 0/2] MdePkg,SecurityPkg: Add support to RngDxe and BaseRngLib for AARCH64 RNDR
 2022-10-26 13:40 UTC  (4+ messages)
` [edk2-devel] "
  ` 回复: "

[PATCH V4 00/10] Introduce Lazy-accept for Tdx guest
 2022-10-26 13:35 UTC  (11+ messages)
    ` 回复: "
      ` [edk2-devel] "
        ` 回复: "

[PATCH edk2-platforms 1/1] Platform/ARM: Update Morello and N1Sdp to use PrePeiCoreUniCore
 2022-10-26  8:58 UTC  (2+ messages)

[PATCH v2] Maintainers.txt: Update maintainers and reviewers for LoongArch64
 2022-10-26  1:19 UTC  (4+ messages)
  ` 回复: "
    ` [edk2-devel] 回复: PATCH "

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 10/25/2022 #cal-reminder
 2022-10-26  1:15 UTC 

[edk2-devel] [PATCH v8 00/19] Add Raw algorithm support using Arm FW-TRNG interface
 2022-10-26  1:13 UTC  (6+ messages)
  ` 回复: "
      ` 回复: "

edk2-platforms ManageabilityPkg for the server management
 2022-10-26  1:08 UTC 

[PATCH] IntelFsp2WrapprPkg: Check header revision for MultiPhase support
 2022-10-26  0:45 UTC  (3+ messages)

[PATCH V3] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe
 2022-10-25 22:32 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe
 2022-10-25 22:31 UTC 

[PATCH V4] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe
 2022-10-25 22:30 UTC 

[PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe
 2022-10-25 21:43 UTC  (2+ messages)

[PATCH v3 0/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot
 2022-10-25 16:31 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH] Maintainers.txt: Update maintainers list
 2022-10-25 16:21 UTC  (2+ messages)

[PATCH v1 0/2] DynamicTablesPkg: Introduce SMBIOS dispatcher
 2022-10-25 12:29 UTC  (2+ messages)


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