public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-10-10 10:13:07 to 2022-10-13 09:58:57 UTC [more...]

[edk2-staging/RiscV64QemuVirt PATCH V3 00/34] Add support for RISC-V virt machine
 2022-10-13  9:58 UTC  (7+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V3 01/34] MdePkg/Register: Add register definition header files for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V3 02/34] MdePkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
` [edk2-staging/RiscV64QemuVirt PATCH V3 03/34] MdePkg/BaseLib: RISC-V: Add few more helper functions
` [edk2-staging/RiscV64QemuVirt PATCH V3 05/34] OvmfPkg/PlatformInitLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V3 06/34] OvmfPkg/PlatformInitLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V3 07/34] OvmfPkg/ResetSystemLib: Refactor to allow other architectures

[edk2-devel] [edk2-platforms PATCH v1 0/1] BoardModulePkg: Copy device path
 2022-10-13  6:44 UTC  (5+ messages)

[PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2022-10-13  5:48 UTC  (3+ messages)

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

[PATCH V2] UefiCpuPkg:Add RegisterExceptionHandler in PeiCpuExceptionHandlerLib
 2022-10-13  4:57 UTC  (2+ messages)

[edk2-devel] [PATCH v3 00/34] Add a new architecture called LoongArch in EDK II
 2022-10-13  1:55 UTC  (3+ messages)
  ` 回复: "
    ` 回复: edk2-devel] "

[PATCH] Pkg-Module: Remove Non-ASCII Characters
 2022-10-13  1:32 UTC 

[edk2-platforms][PATCH v2 0/3] Silicon/Intel: Fix invalid DEBUG() macros
 2022-10-12 14:16 UTC  (4+ messages)
` [edk2-platforms][PATCH v2 1/3] CoffeelakeSiliconPkg: Fix invalid debug macros
` [edk2-platforms][PATCH v2 2/3] KabylakeSiliconPkg: "
` [edk2-platforms][PATCH v2 3/3] TigerlakeSiliconPkg: "

[edk2-platforms][PATCH v1 0/3] Silicon/Intel: Fix invalid DEBUG() macros
 2022-10-12 13:58 UTC  (8+ messages)
` [edk2-platforms][PATCH v1 1/3] CoffeelakeSiliconPkg: Fix invalid debug macros
  ` [edk2-devel] "
` [edk2-platforms][PATCH v1 2/3] KabylakeSiliconPkg: "
  ` [edk2-devel] "
` [edk2-platforms][PATCH v1 3/3] TigerlakeSiliconPkg: "

[PATCH 1/2] OvmfPkg: allow setting Firmware Version from build command line
 2022-10-12 11:18 UTC  (6+ messages)
` [PATCH 2/2] ArmVirtPkg: "

[edk2-staging/RiscV64QemuVirt PATCH V2 00/33] Add support for RISC-V virt machine
 2022-10-12 10:44 UTC  (34+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V2 01/33] MdePkg/Register: Add register definition header files for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 02/33] MdePkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
` [edk2-staging/RiscV64QemuVirt PATCH V2 03/33] MdePkg/BaseLib: RISC-V: Add few more helper functions
` [edk2-staging/RiscV64QemuVirt PATCH V2 04/33] MdePkg: Add BaseRiscVSbiLib Library for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 05/33] OvmfPkg/PlatformInitLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 06/33] OvmfPkg/PlatformInitLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 07/33] OvmfPkg/ResetSystemLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 08/33] OvmfPkg/ResetSystemLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 09/33] OvmfPkg/Sec: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 10/33] OvmfPkg/Sec: Add RISC-V support
` [edk2-staging/RiscV64QemuVirt PATCH V2 11/33] OvmfPkg/PlatformPei: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 12/33] OvmfPkg/PlatformPei: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 13/33] UefiCpuPkg/CpuTimerLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 14/33] UefiCpuPkg/CpuTimerLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 15/33] UefiCpuPkg/CpuExceptionHandlerLib: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 16/33] UefiCpuPkg/CpuExceptionHandlerLib: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 17/33] UefiCpuPkg/CpuDxe: Refactor to allow other architectures
` [edk2-staging/RiscV64QemuVirt PATCH V2 18/33] UefiCpuPkg/CpuDxe: Add support for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V2 19/33] UefiCpuPkg/CpuDxe: Add RISC-V Boot protocol support
` [edk2-staging/RiscV64QemuVirt PATCH V2 20/33] UefiCpuPkg: Add CpuTimerDxe module
` [edk2-staging/RiscV64QemuVirt PATCH V2 21/33] ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH V2 22/33] ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxe
` [edk2-staging/RiscV64QemuVirt PATCH V2 23/33] ArmVirtPkg/PlatformBootManagerLib: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH V2 24/33] ArmVirtPkg: Fix up the paths to PlatformBootManagerLib
` [edk2-staging/RiscV64QemuVirt PATCH V2 25/33] ArmPlatformPkg/NorFlashPlatformLib.h:Move to MdePkg
` [edk2-staging/RiscV64QemuVirt PATCH V2 26/33] EmbeddedPkg/NvVarStoreFormattedLib: Migrate to MdeModulePkg
` [edk2-staging/RiscV64QemuVirt PATCH V2 27/33] OvmfPkg: Add NorFlashQemuLib library
` [edk2-staging/RiscV64QemuVirt PATCH V2 28/33] OvmfPkg: Add Qemu NOR flash DXE driver
` [edk2-staging/RiscV64QemuVirt PATCH V2 29/33] OvmfPkg/NorFlashDxe: Avoid switching to array mode during writes
` [edk2-staging/RiscV64QemuVirt PATCH V2 30/33] OvmfPkg/NorFlashDxe: Avoid switching between modes in a tight loop
` [edk2-staging/RiscV64QemuVirt PATCH V2 31/33] OvmfPkg: RiscVVirt: Add Qemu Virt platform support
` [edk2-staging/RiscV64QemuVirt PATCH V2 32/33] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt
` [edk2-staging/RiscV64QemuVirt PATCH V2 33/33] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file

[PATCH EDK2 v1 0/1] MdeModulePkg/TerminalDxe:Adding a switch for Terminal
 2022-10-12  9:24 UTC  (4+ messages)
` [PATCH EDK2 v1 1/1] "
` [edk2-devel] [PATCH EDK2 v1 0/1] "

[PATCH 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmwareVersionString
 2022-10-12  8:52 UTC  (5+ messages)
` [edk2-devel] "

[Patch 00/12] CryptoPkg: Remove EC PCD and merge perf opt OpensslLibs
 2022-10-12  8:33 UTC  (23+ messages)
` [Patch 01/12] CryptoPkg: Document and disable deprecated crypto services
` [Patch 02/12] CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format
` [Patch 03/12] CryptoPkg/Library/BaseCryptLib: Update internal functions/variables
` [Patch 04/12] CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Unit test fixes
` [Patch 05/12] CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib
` [Patch 06/12] CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs
  ` [edk2-devel] "
` [Patch 07/12] CryptoPkg/Library/OpensslLib: Produce consistent set of APIs
` [Patch 08/12] CryptoPkg/Library/OpensslLib: Remove PrintLib from INF files
` [Patch 09/12] CryptoPkg: Remove PcdOpensslEcEnabled from CryptoPkg.dec
` [Patch 10/12] CryptoPkg: Update DSC to improve CI test coverage
` [Patch 11/12] CryptoPkg: Fixed host-based unit tests
` [Patch 12/12] CryptoPkg: Add Readme.md
          ` [edk2-devel] [Patch 00/12] CryptoPkg: Remove EC PCD and merge perf opt OpensslLibs

[PATCH] UefiPayloadPkg: Make UniversalPayloadBuild.sh executable
 2022-10-12  7:36 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/2] Set Firmware Version from build command line
 2022-10-12  7:35 UTC 

回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
 2022-10-12  7:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V3 0/4] CryptoPkg: add more X509 functions
 2022-10-12  6:43 UTC  (6+ messages)
` [PATCH V3 1/4] CryptoPkg: add new X509 function definition
` [PATCH V3 2/4] CryptoPkg: add new X509 function
` [PATCH V3 3/4] CryptoPkg: add new X509 function to Crypto Service
` [PATCH V3 4/4] CryptoPkg: add Unit Test for X509 new function

[PATCH V2 0/3] CryptoPkg: Add EC key retrieving and signature interface
 2022-10-12  5:57 UTC  (5+ messages)
` [PATCH V2 1/3] "
` [PATCH V2 2/3] CryptoPkg: Add EC key interface to DXE and protocol
` [PATCH V2 3/3] CryptoPkg: add unit test for EC key interface

[PATCH v1 0/1] BaseTools: Fix Python Formatting
 2022-10-12  5:12 UTC  (4+ messages)
` [PATCH v1 1/1] Format BaseTools python files using autopep8

[PATCH v2 1/2] MdeModulePkg: Fixed extra 1 SR-IOV reserved bus
 2022-10-12  2:36 UTC  (2+ messages)
` [PATCH v2 2/2] Fix bug on SRIOV ReservedBusNum when ARI enable

[edk2-devel][edk2-platforms][PATCH V1 0/2] Platforms/Intel: Build fixes
 2022-10-12  1:33 UTC  (3+ messages)

[edk2-platforms][PATCH v3 0/4] Implement S3 resume
 2022-10-12  1:32 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH 0/3] Add Pei/DxeCpuExceptionHandlerLibUnitTest
 2022-10-12  1:31 UTC  (6+ messages)
` [PATCH 1/3] UefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib
` [PATCH 2/3] UefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib
` [PATCH 3/3] UefiCpuPkg: Add Pei/DxeCpuExceptionHandlerLibUnitTest in dsc

The principles of EDK2 module reconstruction for archs
 2022-10-12  1:26 UTC  (24+ messages)
  ` [edk2-devel] "

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

[PATCH 0/3] CryptoPkg: Add EC key retrieving and signature interface
 2022-10-12  0:33 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] CryptoPkg: Add EC key interface to DXE and protocol
` [PATCH 3/3] CryptoPkg: add unit test for EC key interface

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/AcpiPlatform: Fix table install logic
 2022-10-12  0:10 UTC  (3+ messages)

[PATCH v1 0/1] Correct spelling error in SctPkg
 2022-10-11 22:30 UTC  (3+ messages)
` [PATCH v1 1/1] uefi-sct/SctPkg: Incorrect instances of RANDOM_NAME_PROTOCOL
  ` [edk2-devel] "

[PATCH v3 0/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot
 2022-10-11 20:59 UTC  (2+ messages)
` [PATCH v3 1/1] "

[edk2-devel] [edk2-platforms][PATCH v1 0/3] Silicon/Intel: Fix invalid DEBUG() macros
 2022-10-11 15:40 UTC 

[edk2-staging/RiscV64QemuVirt PATCH 00/29] Add support for RISC-V virt machine
 2022-10-11 11:09 UTC  (17+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH 21/29] ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH 22/29] ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxe
` [edk2-staging/RiscV64QemuVirt PATCH 23/29] ArmVirtPkg/PlatformBootManagerLib: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH 24/29] ArmVirtPkg: Fix up the paths to PlatformBootManagerLib
` [edk2-staging/RiscV64QemuVirt PATCH 25/29] OvmfPkg: Add NorFlashQemuLib library
` [edk2-staging/RiscV64QemuVirt PATCH 26/29] OvmfPkg: Add generic Qemu NOR flash DXE driver
` [edk2-staging/RiscV64QemuVirt PATCH 27/29] OvmfPkg: RiscVVirt: Add Qemu Virt platform support
` [edk2-staging/RiscV64QemuVirt PATCH 28/29] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt
` [edk2-staging/RiscV64QemuVirt PATCH 29/29] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file

[PATCH v2 0/2] read version information from PCDs instead of using hard-coded values
 2022-10-11 10:27 UTC  (4+ messages)
` [PATCH v2 1/2] OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*
` [PATCH v2 2/2] RfC: MdeModulePkg: set defaults for FirmwareVersion and FirmwareReleaseDate

[edk2-devel] Python368.efi failed to run in shell environment
 2022-10-11 10:20 UTC  (3+ messages)

[PATCH] UefiCpuPkg:Add RegisterExceptionHandler in PeiCpuExceptionHandlerLib
 2022-10-11  9:35 UTC  (2+ messages)

[edk2-devel] [PATCH] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal
 2022-10-11  8:50 UTC  (2+ messages)

[PATCH V2 0/4] CryptoPkg: add more X509 functions
 2022-10-11  7:09 UTC  (8+ messages)
` [PATCH V2 1/4] CryptoPkg: add new X509 function definition
` [PATCH V2 2/4] CryptoPkg: add new X509 function
` [PATCH V2 3/4] CryptoPkg: add new X509 function to Crypto Service
` [PATCH V2 4/4] CryptoPkg: add Unit Test for X509 new function
` [edk2-devel] [PATCH V2 0/4] CryptoPkg: add more X509 functions

[PATCH] UefiCpuPkg/CpuPageTableLib:Support PAE paging for PageTableParse
 2022-10-11  6:14 UTC  (2+ messages)

[PATCH] MdeModulePkg/XhciDxe: Allocate the Ring segments at 64K aligned address to avoid the Rings crossing a 64K byte boundary
 2022-10-11  2:21 UTC 

[PATCH 00/14] Add PCCT generator and various fixes
 2022-10-11  1:41 UTC  (3+ messages)
  ` [edk2-devel] [PATCH 14/14] ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5

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

[edk2-devel] Now: Tools, CI, Code base construction meeting series - 10/10/2022 #cal-notice
 2022-10-10 23:30 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - 10/10/2022 #cal-reminder
 2022-10-10 22:30 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting - APAC/NAMO - Thursday, October 20, 2022 #cal-invite
 2022-10-10 22:22 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting EMEA/NAMO - Thursday, October 20, 2022 #cal-invite
 2022-10-10 22:22 UTC 

[edk2-platforms][PATCH v1 0/3] Platform/Intel: Fix invalid DEBUG() macros
 2022-10-10 21:17 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-platforms][PATCH v1 1/1] IntelSiliconPkg/SpiFvbService: Read FV header length from header
 2022-10-10 21:04 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2] UefiCpuPkg/Test: Add unit tests for MP service PPI and Protocol
 2022-10-10 13:52 UTC 

[edk2-platforms][PATCH V1 0/2] Enable Virtio-P9 on RD-N2 platforms
 2022-10-10 11:59 UTC  (3+ messages)
` [edk2-platforms][PATCH V1 1/2] Platform/Sgi: add SSDT table for Virtio-P9
` [edk2-platforms][PATCH V1 2/2] Platform/Sgi: Enable virtio-p9 device on RD-N2 platform variants

[PATCH v1 1/1] OvmfPkg/VirtioNetDxe: Check ChildHandle argument in GetControllerName
 2022-10-10 10:18 UTC  (4+ 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