public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2024-01-03 16:51:41 to 2024-01-05 17:05:48 UTC [more...]

[edk2-devel] [PATCH 0/8] Platform/Sgi: Add support for RD-Fremont platform
 2024-01-05 17:05 UTC  (2+ messages)
` [edk2-devel] [PATCH 1/8] Platform/Sgi: Update the datatype of PcdSmmuBase from u32 to u64

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

[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 0/2] Change the usage of input parameter ProcessorNumber in MpInitLibGetProcessorInfo() of MpInitLibUp
 2024-01-05 13:59 UTC  (10+ 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 1/1] UefiCpuPkg/PiSmmCpuDxeSmm: Optimize PatchSmmSaveStateMap and FlushTlbForAll
 2024-01-05 13:55 UTC  (3+ messages)

[edk2-devel] [PATCH 0/4] RISC-V: Add support for Sstc extension
 2024-01-05 13:52 UTC  (10+ 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 v3 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2024-01-05 13:50 UTC  (6+ messages)

[edk2-devel] [PATCH v6 00/36] Enable LoongArch virtual machine in edk2
 2024-01-05 12:50 UTC  (39+ 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] [edk2-redfish-client][PATCH V2] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-05 11:33 UTC  (4+ messages)

[edk2-devel] [PATCH] NetworkPkg/Ip4Dxe: Fix Reset To Default
 2024-01-05 10:34 UTC  (6+ 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] [RFC][PATCH 0/2] Introduce HTTPS Platform TLS policy
 2024-01-05  8:41 UTC  (16+ messages)

[edk2-devel] [PATCH 0/5] Refactor HTTP DXE to provide TLS reconfiguration capability
 2024-01-05  8:37 UTC  (6+ 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] 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] [edk2-redfish-client][PATCH V3] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-04 14:58 UTC  (2+ messages)

[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  (5+ messages)

[edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg/libredfish: Fix build error
 2024-01-04  9:00 UTC 

[edk2-devel] [PATCH 0/1] CryptoPkg: fix gcc build fail for CryptoPkgMbedtls
 2024-01-04  8:58 UTC  (3+ messages)
` [edk2-devel] [PATCH 1/1] "

[edk2-devel] [PATCH 0/1] CryptoPkg: move define to CrtLibSupport
 2024-01-04  8:55 UTC  (3+ messages)
` [edk2-devel] [PATCH 1/1] "

[edk2-devel] [PATCH 0/3] Move gMpInformationHobGuid from StandaloneMmPkg to UefiCpuPkg
 2024-01-04  8:32 UTC  (6+ messages)
` [edk2-devel] [PATCH 3/3] StandaloneMmPkg:Remove MpInformation.h

[edk2-devel] [edk2-redfish-client][PATCH 4/4] RedfishClientPkg/Features: introduce boot option
 2024-01-04  8:16 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH 3/4] RedfishClientPkg/Features: introduce boot option collection
 2024-01-04  8:16 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH 2/4] RedfishClientPkg/ConverterLib: fix GCC build error
 2024-01-04  8:16 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH 1/4] RedfishClientPkg: add ETag to Redfish resource check function
 2024-01-04  8:16 UTC  (2+ messages)

[edk2-devel] [PATCH v5 00/36] Enable LoongArch virtual machine in edk2
 2024-01-04  6:28 UTC  (6+ messages)
` [edk2-devel] [PATCH v5 32/36] OvmfPkg/LoongArchVirt: Add reset system library
` [edk2-devel] [PATCH v5 33/36] OvmfPkg/LoongArchVirt: Support SEC phase

[edk2-devel] [edk2-redfish-client][PATCH 0/4] Introduce Redfish boot option drivers
 2024-01-04  5:09 UTC 

[edk2-devel] [PATCH 1/1] MdeModulePkg/UefiBootManagerLib: Build proper SD/MMC boot descriptions
 2024-01-04  2:47 UTC 

[edk2-devel] [PATCH 1/1] MdeModulePkg/SdMmcPciHcDxe: Support override for SD 1.8v signaling switch
 2024-01-04  2:43 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 00/10] RedfishClientPkg: introduce Redfish HTTP cache library
 2024-01-04  2:34 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH 01/10] RedfishClientPkg: introduce Redfish HTTP cache library
 2024-01-04  2:33 UTC  (3+ messages)

[edk2-devel] [edk2-redfish-client][PATCH v2 10/10] RedfishClientPkg/RedfishFeatureUtilityLib: use HTTP cache lib
 2024-01-04  2:32 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 09/10] RedfishClientPkg/RedfishVersionLib: use HTTP cache lib
 2024-01-04  2:32 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 08/10] RedfishClientPkg/EdkIIRedfishResourceConfigLib: use HTTP cache lib
 2024-01-04  2:32 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 06/10] RedfishClientPkg/Memory: use HTTP cache lib
 2024-01-04  2:32 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 07/10] RedfishClientPkg/Bios: use HTTP cache lib
 2024-01-04  2:32 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 05/10] RedfishClientPkg/MemoryCollectionDxe: use HTTP cache lib
 2024-01-04  2:32 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 04/10] RedfishClientPkg/ComputerSystem: use HTTP cache lib
 2024-01-04  2:31 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 03/10] RedfishClientPkg/ComputerSystemCollectionDxe: use HTTP cache lib
 2024-01-04  2:31 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 02/10] RedfishClientPkg: use HTTP cache lib
 2024-01-04  2:31 UTC 

[edk2-devel] [edk2-redfish-client][PATCH v2 01/10] RedfishClientPkg: introduce Redfish HTTP cache library
 2024-01-04  2:31 UTC 

[edk2-devel] [Patch V2 0/3] Move gMpInformationHobGuid from StandaloneMmPkg to UefiCpuPkg
 2024-01-04  2:21 UTC  (3+ messages)


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