public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2024-01-04 09:09:24 to 2024-01-08 05:08:21 UTC [more...]

[edk2-devel] [Patch V3 0/2] Change the usage of input parameter ProcessorNumber in MpInitLibGetProcessorInfo() of MpInitLibUp
 2024-01-08  5:08 UTC  (2+ messages)
` [edk2-devel] [Patch V3 1/2] UefiCpuPkg: set EXTENDED_PROCESSOR_INFORMATION to 0

[edk2-devel] [PATCH 0/4] RISC-V: Add support for Sstc extension
 2024-01-08  4:06 UTC  (12+ messages)
` [edk2-devel] [PATCH 3/4] UefiCpuPkg/CpuTimerDxeRiscV64: Add support for Sstc
` [edk2-devel] [PATCH 4/4] OvmfPkg/RiscVVirt: Override Sstc extension

[edk2-devel] [PATCH 0/2] Change the usage of input parameter ProcessorNumber in MpInitLibGetProcessorInfo() of MpInitLibUp
 2024-01-08  3:57 UTC  (11+ messages)
` [edk2-devel] [PATCH 1/2] UefiCpuPkg: Retrive EXTENDED_PROCESSOR_INFORMATION
` [edk2-devel] [PATCH 2/2] UefiCpuPkg: Check lower 24 bits of ProcessorNumber

[edk2-devel] [Patch V2 0/2] Change the usage of input parameter ProcessorNumber in MpInitLibGetProcessorInfo() of MpInitLibUp
 2024-01-08  3:55 UTC  (3+ messages)
` [edk2-devel] [Patch V2 1/2] UefiCpuPkg: set EXTENDED_PROCESSOR_INFORMATION to 0
` [edk2-devel] [Patch V2 2/2] UefiCpuPkg: Check lower 24 bits of ProcessorNumber

[edk2-devel] [PATCH v6 00/36] Enable LoongArch virtual machine in edk2
 2024-01-08  3:25 UTC  (46+ messages)
` [edk2-devel] [PATCH v6 01/36] MdePkg: Add the header file named Csr.h for LoongArch64
` [edk2-devel] [PATCH v6 02/36] MdePkg: Add LoongArch64 FPU function set into BaseCpuLib
` [edk2-devel] [PATCH v6 03/36] MdePkg: Add LoongArch64 exception function set into BaseLib
` [edk2-devel] [PATCH v6 04/36] MdePkg: Add LoongArch64 local interrupt "
` [edk2-devel] [PATCH v6 05/36] MdePkg: Add LoongArch Cpucfg function
` [edk2-devel] [PATCH v6 06/36] MdePkg: Add read stable counter operation for LoongArch
` [edk2-devel] [PATCH v6 07/36] MdePkg: Add CSR "
` [edk2-devel] [PATCH v6 08/36] MdePkg: Add IOCSR "
` [edk2-devel] [PATCH v6 09/36] MdePkg: Add a new library named PeiServicesTablePointerLibKs0
` [edk2-devel] [PATCH v6 10/36] UefiCpuPkg: Add LoongArch64 CPU Timer library
` [edk2-devel] [PATCH v6 11/36] UefiCpuPkg: Add CPU exception library for LoongArch
` [edk2-devel] [PATCH v6 12/36] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg
` [edk2-devel] [PATCH v6 13/36] UefiCpuPkg: Add LoongArch64CpuMmuLib "
` [edk2-devel] [PATCH v6 14/36] UefiCpuPkg: Add multiprocessor library for LoongArch64
` [edk2-devel] [PATCH v6 15/36] UefiCpuPkg: Add CpuDxe driver "
` [edk2-devel] [PATCH v6 16/36] EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64
` [edk2-devel] [PATCH v6 17/36] ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg
` [edk2-devel] [PATCH v6 18/36] UefiCpuPkg: Add a new CPU IO 2 driver named CpuMmio2Dxe
` [edk2-devel] [PATCH v6 19/36] ArmVirtPkg: Enable CpuMmio2Dxe
` [edk2-devel] [PATCH v6 20/36] OvmfPkg/RiscVVirt: "
` [edk2-devel] [PATCH v6 21/36] OvmfPkg/RiscVVirt: Remove PciCpuIo2Dxe from RiscVVirt
` [edk2-devel] [PATCH v6 22/36] ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg
` [edk2-devel] [PATCH v6 23/36] ArmVirtPkg: Move two PCD variables into OvmfPkg
` [edk2-devel] [PATCH v6 24/36] ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg
` [edk2-devel] [PATCH v6 25/36] OvmfPkg/LoongArchVirt: Add stable timer driver
` [edk2-devel] [PATCH v6 26/36] OvmfPkg/LoongArchVirt: Add a NULL library named CollectApResouceLibNull
` [edk2-devel] [PATCH v6 27/36] OvmfPkg/LoongArchVirt: Add serial port hook library
` [edk2-devel] [PATCH v6 28/36] OvmfPkg/LoongArchVirt: Add the early serial port output library
` [edk2-devel] [PATCH v6 29/36] OvmfPkg/LoongArchVirt: Add real time clock library
` [edk2-devel] [PATCH v6 30/36] OvmfPkg/LoongArchVirt: Add NorFlashQemuLib
` [edk2-devel] [PATCH v6 31/36] OvmfPkg/LoongArchVirt: Add FdtQemuFwCfgLib
` [edk2-devel] [PATCH v6 32/36] OvmfPkg/LoongArchVirt: Add reset system library
` [edk2-devel] [PATCH v6 33/36] OvmfPkg/LoongArchVirt: Support SEC phase
` [edk2-devel] [PATCH v6 34/36] OvmfPkg/LoongArchVirt: Support PEI phase
` [edk2-devel] [PATCH v6 35/36] OvmfPkg/LoongArchVirt: Add build file
` [edk2-devel] [PATCH v6 36/36] OvmfPkg/LoongArchVirt: Add self introduction file
` [edk2-devel] 回复: [PATCH v6 00/36] Enable LoongArch virtual machine in edk2

[edk2-devel] [edk2-redfish-client][PATCH V4] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-08  2:49 UTC 

[edk2-devel] [edk2-redfish-client][PATCH V3] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-08  2:42 UTC  (3+ messages)

[edk2-devel] [PATCH 1/1] MdePkg: Update the definition of CapsuleImageSize on EFI_CAPSULE_HEADER
 2024-01-08  1:24 UTC  (6+ messages)
  ` 回复: "

[edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
 2024-01-08  1:16 UTC  (2+ messages)
` [edk2-devel] 回复: "

[edk2-devel] [PATCH v1 0/1] Fix raw strings containing valid escape characters
 2024-01-08  1:15 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/1] BaseTools: "

[edk2-devel] [PATCH V3 0/2] Change the comments RFC1323 to RFC7323
 2024-01-08  1:14 UTC  (2+ messages)
    ` 回复: "

[edk2-devel] [PATCH] BaseTools/GenFds: Apply OEM_CAPSULE_FLAGS during Capsule generation
 2024-01-08  1:06 UTC  (2+ messages)
` 回复: "

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

[edk2-devel] [PATCH] BaseTools: Remove Duplicate sets of SkuName and SkuId from allskuset
 2024-01-08  0:29 UTC  (2+ messages)

[edk2-devel] [PATCH V2 0/6] Refactor HTTP DXE to provide TLS reconfiguration capability
 2024-01-07 13:27 UTC  (7+ messages)
` [edk2-devel] [PATCH V2 1/6] NetworkPkg/HttpDxe: Refactor TlsCreateChild
` [edk2-devel] [PATCH V2 2/6] NetworkPkg/HttpDxe: Consider TLS certificate not found as a success case
` [edk2-devel] [PATCH V2 3/6] NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback event
` [edk2-devel] [PATCH V2 4/6] RedfishPkg/RedfishRestExDxe: Implement EDKII_HTTP_CALLBACK_PROTOCOL
` [edk2-devel] [PATCH V2 5/6] RedfishPkg/RedfishRestExDxe: Uncrustify RedfishRestExDriver.h
` [edk2-devel] [PATCH V2 6/6] RedfishPkg/RedfishRestExDxe: Update Supported function

[edk2-devel] [PATCH 0/5] Refactor HTTP DXE to provide TLS reconfiguration capability
 2024-01-07 13:26 UTC  (14+ messages)
` [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild
` [edk2-devel] [PATCH 2/5] NetwokrPkg/HttpDxe: Consider TLS certificate not found as a success case
` [edk2-devel] [PATCH 3/5] NetwokrPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback event
` [edk2-devel] [PATCH 4/5] RedfishPkg/RedfishRestExDxe: Implement EDKII_HTTP_CALLBACK_PROTOCOL
` [edk2-devel] [PATCH 5/5] RedfishPkg/RedfishRestExDxe: Update Supported function

[edk2-devel] [PATCH] NetworkPkg/Ip4Dxe: Fix Reset To Default
 2024-01-06  0:23 UTC  (8+ messages)

[edk2-devel] [PATCH v2] EmulatorPkg: Add EFI_STATUS return to EMU_THUNK_PROTOCOL.SetTime()
 2024-01-05 20:57 UTC 

[edk2-devel] [PATCH v1 1/1] BoardModulePkg\Library\BiosIdLib: Support Standalone MM
 2024-01-05 19:27 UTC  (3+ messages)

[edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: Initialise serial port early in StandaloneMmEntryPoint
 2024-01-05 18:38 UTC  (5+ messages)

[edk2-devel] [RFC][PATCH 0/2] Introduce HTTPS Platform TLS policy
 2024-01-05 17:16 UTC  (15+ messages)

[edk2-devel] [PATCH 0/8] Platform/Sgi: Add support for RD-Fremont platform
 2024-01-05 17:05 UTC  (9+ messages)
` [edk2-devel] [PATCH 1/8] Platform/Sgi: Update the datatype of PcdSmmuBase from u32 to u64
` [edk2-devel] [PATCH 2/8] Platform/Sgi: Refactor system memory base and size definitions
` [edk2-devel] [PATCH 3/8] Platform/Sgi: Introduce a flag to enable PCIe support for RD Platforms
` [edk2-devel] [PATCH 4/8] Platform/Sgi: Add ACPI tables for RD-Fremont platform
` [edk2-devel] [PATCH 5/8] Platform/Sgi: Add initial support "
` [edk2-devel] [PATCH 6/8] Platform/Sgi: Extend SMBIOS support for RD-Fremont
` [edk2-devel] [PATCH 7/8] Platform/Sgi: Low Power Idle States "
` [edk2-devel] [PATCH 8/8] Platform/Sgi: Add CPPC support for RD-Fremont platform

[edk2-devel] [PATCH v3 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
 2024-01-05 16:38 UTC  (10+ messages)
` [edk2-devel] [PATCH v3 1/3] ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
` [edk2-devel] [PATCH v3 2/3] ArmPkg: Introduce global mTimerPeriod and remove calculation
` [edk2-devel] [PATCH v3 3/3] ArmPkg: Disable watchdog interaction after exiting boot services

[edk2-devel] [PATCH v2] MdePkg/BaseLib:Fix boot DxeCore hang on riscv platform
 2024-01-05 15:47 UTC  (2+ messages)

[edk2-devel] [edk2-platforms][PATCH v2 0/7] Platform/Sgi: Add support for RD-N2-Cfg3 and RD-V2 platform
 2024-01-05 15:38 UTC  (8+ messages)
` [edk2-devel] [edk2-platforms][PATCH v2 1/7] Platform/Sgi: remove +nofp gcc option flag
` [edk2-devel] [edk2-platforms][PATCH v2 2/7] Platform/Sgi: add no-stack-protector flag for StMM builds
` [edk2-devel] [edk2-platforms][PATCH v2 3/7] Platform/Sgi: Add VariableFlashInfoLib to fix missing dependency
` [edk2-devel] [edk2-platforms][PATCH v2 4/7] Platform/Sgi: Add a PCD to specify platform variant
` [edk2-devel] [edk2-platforms][PATCH v2 5/7] Platform/Sgi: Add support for RD-N2-Cfg3 platform
` [edk2-devel] [edk2-platforms][PATCH v2 6/7] Platform/Sgi: Define RD-V2 platform id values
` [edk2-devel] [edk2-platforms][PATCH v2 7/7] Platform/Sgi: Extend SMBIOS support for RD-V2 platform

[edk2-devel] [PATCH v2 1/1] UefiCpuPkg/PiSmmCpuDxeSmm: Optimize PatchSmmSaveStateMap and FlushTlbForAll
 2024-01-05 13:55 UTC  (3+ messages)

[edk2-devel] [PATCH v3 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2024-01-05 13:50 UTC  (6+ messages)

[edk2-devel] [edk2-redfish-client][PATCH V2] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-05 11:33 UTC  (4+ messages)

[edk2-devel] [edk2-platforms][PATCH v1 0/7] Platform/Sgi: Add support for RD-N2-Cfg3 and RD-V2 platform
 2024-01-05  8:58 UTC  (14+ messages)
` [edk2-devel] [edk2-platforms][PATCH v1 1/7] Platform/Sgi: remove +nofp gcc option flag
` [edk2-devel] [edk2-platforms][PATCH v1 2/7] Platform/Sgi: add no-stack-protector flag for StMM builds
` [edk2-devel] [edk2-platforms][PATCH v1 3/7] Platform/Sgi: Add VariableFlashInfoLib to fix missing dependency
` [edk2-devel] [edk2-platforms][PATCH v1 4/7] Platform/Sgi: Add a PCD to specify platform variant
` [edk2-devel] [edk2-platforms][PATCH v1 4/7] Platform/Sgi: Define RD-V2 platform id values
` [edk2-devel] [edk2-platforms][PATCH v1 5/7] Platform/Sgi: Add support for RD-N2-Cfg3 platform
` [edk2-devel] [edk2-platforms][PATCH v1 5/7] Platform/Sgi: Extend SMBIOS support for RD-V2 platform
` [edk2-devel] [edk2-platforms][PATCH v1 6/7] Platform/Sgi: Add a PCD to specify platform variant
` [edk2-devel] [edk2-platforms][PATCH v1 6/7] Platform/Sgi: Define RD-V2 platform id values
` [edk2-devel] [edk2-platforms][PATCH v1 7/7] Platform/Sgi: Add support for RD-N2-Cfg3 platform
` [edk2-devel] [edk2-platforms][PATCH v1 7/7] Platform/Sgi: Extend SMBIOS support for RD-V2 platform

[edk2-devel] [PATCH] UefiPayloadPkg: Add macro to enable selection of timer
 2024-01-05  8:20 UTC  (2+ messages)

[edk2-devel] [PATCH] UefiPayloadPkg: Add macro to enable selection of timer
 2024-01-05  5:38 UTC 

[edk2-devel] [PATCH 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
 2024-01-05  4:38 UTC  (9+ messages)
` [edk2-devel] [PATCH 1/3] ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
` [edk2-devel] [PATCH 2/3] ArmPkg: Fix the calculation of the timer period in GenericWatchdogDxe
` [edk2-devel] [PATCH 3/3] ArmPkg: Disable watchdog interaction after exiting boot services

[edk2-devel] [PATCH v2 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
 2024-01-05  4:35 UTC  (4+ messages)
` [edk2-devel] [PATCH v2 1/3] ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
` [edk2-devel] [PATCH v2 2/3] ArmPkg: Introduce global mTimerPeriod and remove calculation
` [edk2-devel] [PATCH v2 3/3] ArmPkg: Disable watchdog interaction after exiting boot services

[edk2-devel] [PATCH 1/1] UefiCpuPkg/PiSmmCpuDxeSmm: Optimize PatchSmmSaveStateMap and FlushTlbForAll
 2024-01-05  2:37 UTC  (2+ messages)

[edk2-devel] [PATCH 1/1] UefiCpuPkg/PiSmmCpuDxeSmm: Optimize PatchSmmSaveStateMap and FlushTlbForAll
 2024-01-05  2:04 UTC 

[edk2-devel] [PATCH edk2-platforms] Platform, Silicon: Drop AMD Seattle support
 2024-01-05  1:10 UTC  (4+ messages)

[edk2-devel] Updates to .mailmap needed for Jeff Brasen, Jake Garver, Joey Vagades and Michael Roth?
 2024-01-05  0:05 UTC 

[edk2-devel] [edk2][PATCH V2 0/2] Update handling of interrupt node for SSDT Serial Port Fixup Library
 2024-01-04 16:03 UTC  (5+ messages)
` [edk2-devel] [edk2][PATCH V2 1/2] ArmPkg/ArmGicArchLib: Add macros for SPI and extended SPI ranges
` [edk2-devel] [edk2][PATCH V2 2/2] DynamicTablesPkg/SsdtSerialPortFixupLib: Add Interrupt node for SPIs only

[edk2-devel] [PATCH] FmpDevicePkg: GetImageInfo Add missing condition
 2024-01-04 11:01 UTC 

[edk2-devel] [PATCH] .pytool/Readme.md: Update matrix for DynamicTablesPkg
 2024-01-04 14:16 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH V2] RedfishClientPkg/libredfish: Fix build error
 2024-01-04 14:08 UTC  (2+ messages)

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, January 4, 2024 #cal-notice
 2024-01-04 14:00 UTC 

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, January 4, 2024 #cal-reminder
 2024-01-04 13:45 UTC 

[edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG
 2024-01-04 13:16 UTC  (5+ messages)
` [edk2-devel] [edk2-platforms][PATCH V4 1/4] Silicon/ARM/NeoverseN1Soc: Extract NT_FW_CONFIG address passed by TF-A
` [edk2-devel] [edk2-platforms][PATCH V4 2/4] Platform/ARM/N1Sdp: Add N1SdpNtFwConfigPei PEI module
` [edk2-devel] [edk2-platforms][PATCH V4 3/4] Platform/ARM/N1Sdp: Enable N1SdpNtFwConfigPei PEI module for N1Sdp
` [edk2-devel] [edk2-platforms][PATCH V4 4/4] Silicon/ARM/NeoverseN1Soc: Consume N1SdpNtFwConfigPei supplied data

[edk2-devel] [PATCH] RedfishClientPkg: fix uninitialized variable build error
 2024-01-04 12:32 UTC  (2+ messages)

[edk2-devel] [PATCH v2 0/2] DynamicTablesPkg: Fix IA32 and X64 compilation errors
 2024-01-04 10:21 UTC  (4+ messages)


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