public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-11-03 15:30:30 to 2023-11-07 10:48:03 UTC [more...]

[edk2-devel] [PATCH v1 0/7] Refine SMM CPU Sync flow and abstract SmmCpuSyncLib
 2023-11-07 10:47 UTC  (16+ messages)
` [edk2-devel] [PATCH v1 1/7] UefiCpuPkg/PiSmmCpuDxeSmm: Optimize Semaphore Sync between BSP and AP
` [edk2-devel] [PATCH v1 2/7] UefiCpuPkg/PiSmmCpuDxeSmm: Reduce times of BSP and AP Sync for SMM Exit
` [edk2-devel] [PATCH v1 3/7] UefiCpuPkg: Adds SmmCpuSyncLib library class
` [edk2-devel] [PATCH v1 4/7] UefiCpuPkg: Implements SmmCpuSyncLib library instance
` [edk2-devel] [PATCH v1 5/7] OvmfPkg: Specifies SmmCpuSyncLib instance
` [edk2-devel] [PATCH v1 6/7] UefiPayloadPkg: "
` [edk2-devel] [PATCH v1 7/7] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SmmCpuSyncLib

[edk2-devel] [PATCH v1] OvmfPkg/PlatformInitLib: Don't override user specified PciMmio64Size
 2023-11-07 10:26 UTC  (6+ messages)

[edk2-devel] [PATCH v2 00/30] Enable LoongArch virtual machine in edk2
 2023-11-07 10:12 UTC  (47+ messages)
` [edk2-devel] [PATCH v2 01/30] MdePkg: Add the header file named Csr.h for LoongArch64
` [edk2-devel] [PATCH v2 02/30] MdePkg: Add LoongArch64 FPU function set into BaseCpuLib
` [edk2-devel] [PATCH v2 03/30] MdePkg: Add LoongArch64 exception function set into BaseLib
` [edk2-devel] [PATCH v2 04/30] MdePkg: Add LoongArch64 local interrupt "
` [edk2-devel] [PATCH v2 05/30] MdePkg: Add LoongArch Cpucfg function
` [edk2-devel] [PATCH v2 06/30] MdePkg: Add read stable counter operation for LoongArch
` [edk2-devel] [PATCH v2 07/30] MdePkg: Add CSR "
` [edk2-devel] [PATCH v2 08/30] MdePkg: Add IOCSR "
` [edk2-devel] [PATCH v2 09/30] UefiCpuPkg: Add LoongArch64 CPU Timer library
` [edk2-devel] [PATCH v2 10/30] UefiCpuPkg: Add CPU exception library for LoongArch
` [edk2-devel] [PATCH v2 11/30] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg
` [edk2-devel] [PATCH v2 12/30] UefiCpuPkg: Add LoongArch64CpuMmuLib "
` [edk2-devel] [PATCH v2 13/30] UefiCpuPkg: Add multiprocessor library for LoongArch64
` [edk2-devel] [PATCH v2 14/30] UefiCpuPkg: Add CpuDxe driver "
` [edk2-devel] [PATCH v2 15/30] EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64
` [edk2-devel] [PATCH v2 16/30] ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg
` [edk2-devel] [PATCH v2 17/30] OvmfPkg/LoongArchVirt: Add PciCpuIo2Dxe module
` [edk2-devel] [PATCH v2 18/30] OvmfPkg/LoongArchVirt: Add stable timer driver
` [edk2-devel] [PATCH v2 19/30] OvmfPkg/LoongArchVirt: Add a NULL library named CollectApResouceLibNull
` [edk2-devel] [PATCH v2 20/30] OvmfPkg/LoongArchVirt: Add serial port library
` [edk2-devel] [PATCH v2 21/30] OvmfPkg/LoongArchVirt: Add real time clock library
` [edk2-devel] [PATCH v2 22/30] OvmfPkg/LoongArchVirt: Add NorFlashQemuLib
` [edk2-devel] [PATCH v2 23/30] OvmfPkg/LoongArchVirt: Add PeiServiceTablePointerLib
` [edk2-devel] [PATCH v2 24/30] OvmfPkg/LoongArchVirt: Add platform boot manager library
` [edk2-devel] [PATCH v2 25/30] OvmfPkg/LoongArchVirt: Add FdtQemuFwCfgLib
` [edk2-devel] [PATCH v2 26/30] OvmfPkg/LoongArchVirt: Add reset system library
` [edk2-devel] [PATCH v2 27/30] OvmfPkg/LoongArchVirt: Support SEC phase
` [edk2-devel] [PATCH v2 28/30] OvmfPkg/LoongArchVirt: Support PEI phase
` [edk2-devel] [PATCH v2 29/30] OvmfPkg/LoongArchVirt: Add build file
` [edk2-devel] [PATCH v2 30/30] OvmfPkg/LoongArchVirt: Add self introduction file

[edk2-devel] [PATCH 0/2] SEV-SNP guest support fixes
 2023-11-07  9:55 UTC  (6+ messages)
` [edk2-devel] [PATCH 1/2] UefiCpuPkg/MpInitLib: Use AsmCpuidEx() for CPUID_EXTENDED_TOPOLOGY leaf
` [edk2-devel] [PATCH 2/2] UefiCpuPkg/MpInitLib: Copy SEV-ES save area pointer during APIC ID sorting

[edk2-devel] [PATCH v1 0/7] CryptoPkg: Enable Openssl native instruction support for AARCH64
 2023-11-07  9:21 UTC  (5+ messages)
` [edk2-devel] [PATCH v1 6/7] CryptoPkg/OpensslLib: Add AArch64Cap for arch specific hooks

[edk2-devel] [PATCH V2 0/2] OvmfPkg: Update TdVmCall to handle the retry for MapGPA
 2023-11-07  9:12 UTC  (2+ messages)

[edk2-devel] [PATCH v2 0/5] BZ 4239: Fix MdeModulePkg/Bus/Pci/PciBusDxe issues pointed by Coverity
 2023-11-07  8:15 UTC  (7+ messages)
` [edk2-devel] [PATCH v2 1/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix DEADCODE Coverity issue
` [edk2-devel] [PATCH v2 2/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix MISSING_BREAK Coverity issues
` [edk2-devel] [PATCH v2 3/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix ARRAY_VS_SINGLETON "
` [edk2-devel] [PATCH v2 4/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix NULL_RETURNS Coverity issue
` [edk2-devel] [PATCH v2 5/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix UNUSED_VALUE Coverity issues

[edk2-devel] [PATCH v8 0/5] Cache Management Operations Support For RISC-V
 2023-11-07  7:15 UTC  (7+ messages)
` [edk2-devel] [PATCH v8 1/5] MdePkg: Move RISC-V Cache Management Declarations Into BaseLib
` [edk2-devel] [PATCH v8 2/5] MdePkg: Rename Cache Management Function To Clarify Fence Based Op
` [edk2-devel] [PATCH v8 3/5] MdePkg: Implement RISC-V Cache Management Operations
` [edk2-devel] [PATCH v8 4/5] MdePkg: Utilize Cache Management Operations Implementation For RISC-V
` [edk2-devel] [PATCH v8 5/5] OvmfPkg/RiscVVirt: Override for RV CPU Features

[edk2-devel] [PATCH v2 0/2] BZ 4249: Fix FatPkg/EnhancedFatDxe issues pointed by Coverity
 2023-11-07  6:28 UTC  (3+ messages)
` [edk2-devel] [PATCH v2 1/2] FatPkg/EnhancedFatDxe: Fix SIGN_EXTENSION Coverity issues
` [edk2-devel] [PATCH v2 2/2] FatPkg/EnhancedFatDxe: Fix OVERFLOW_BEFORE_WIDEN Coverity issue

[edk2-devel] [PATCH v2 0/2] BZ 4221: Fix MdeModulePkg/Bus/Pci/XhciDxe issues pointed by Coverity
 2023-11-07  5:58 UTC  (3+ messages)
` [edk2-devel] [PATCH v2 1/2] MdeModulePkg/Bus/Pci/XhciDxe: Fix FORWARD_NULL Coverity issues
` [edk2-devel] [PATCH v2 2/2] MdeModulePkg/Bus/Pci/XhciDxe: Fix MISSING_BREAK "

[PATCH 1/1] MdePkg: Add Cxl20.h into IndustryStandard
 2023-11-07  5:46 UTC  (15+ messages)
    ` [edk2-devel] "
      ` [edk2-devel] [PATCH v2 "
        ` [edk2-devel] [PATCH v3 "
                  ` [edk2-devel] [PATCH v4 "
                    ` 回复: [ ** SPAMMAIL ** ][edk2-devel] "
                        ` 回复: [ ** SPAMMAIL ** ][edk2-devel] [PATCH v5 "
                          ` [edk2-devel] "

[edk2-devel] [PATCH v3 0/2] BZ 4222: Fix MdeModulePkg/Bus/Usb/UsbMouseDxe issues pointed by Coverity
 2023-11-07  5:38 UTC  (3+ messages)
` [edk2-devel] [PATCH v3 1/2] MdeModulePkg/Bus/Usb/UsbMouseDxe: Fix REVERSE_INULL Coverity issue
` [edk2-devel] [PATCH v3 2/2] MdeModulePkg/Bus/Usb/UsbMouseDxe: Fix MISSING_BREAK Coverity issues

[edk2-devel] [PATCH v2 0/2] BZ 4212: Fix MdeModulePkg/Bus/Pci/PciHostBridgeDxe issues pointed by Coverity
 2023-11-07  5:06 UTC  (3+ messages)
` [edk2-devel] [PATCH v2 1/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix OVERRUN Coverity issues
` [edk2-devel] [PATCH v2 2/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix MISSING_BREAK Coverity issue

[edk2-devel] [PATCH] RedfishPkg: RedfishDiscoverDxe: Fix issue if IPv4 installed after RestEx
 2023-11-07  5:05 UTC  (9+ messages)

[edk2-devel] [PATCH v3] MdePkg:Add NVME Sanitize command support to Nvme.h
 2023-11-07  3:47 UTC 

[edk2-devel] [PATCH v2] MdePkg:Add NVME Sanitize command support to Nvme.h
 2023-11-07  3:37 UTC 

[edk2-devel] [PATCH v1] UefiCpuPkg/PiSmmCpuDxeSmm: Use processor extended information
 2023-11-07  2:43 UTC 

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, November 7, 2023 #cal-reminder
 2023-11-07  2:30 UTC 

[edk2-devel] [PATCH v2] MdeModulePkg/PciHostBridgeDxe: Add readback after final Cfg-Write
 2023-11-07  2:02 UTC 

[edk2-devel] [PATCH v4] UefiCpuPkg/PiSmmCpuDxeSmm: Fix CP Exception when CET enable
 2023-11-07  1:24 UTC 

[edk2-devel] [PATCH v3 0/5] Designware MMCDXE changes and enhancement
 2023-11-07  1:09 UTC  (2+ messages)

[edk2-devel] [PATCH v4 0/8] Use CodeQL CLI
 2023-11-07  1:00 UTC  (6+ messages)
` [edk2-devel] [PATCH v4 6/8] .pytool/CISettings: Enable CodeQL audit mode
` [edk2-devel] [PATCH v4 7/8] BaseTools/Plugin/CodeQL: Enable 30 queries

[edk2-devel] Soft Feature Freeze starts now for edk2-stable202311
 2023-11-07  0:59 UTC 

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, November 6, 2023 #cal-notice
 2023-11-07  0:30 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, November 6, 2023 #cal-reminder
 2023-11-06 23:30 UTC 

[PATCH v3 0/2] Automatically set NXCOMPAT bit if requirements are met
 2023-11-06 22:49 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1 0/1] Edk2ToolsBuild.py: Clarify make error
 2023-11-06 22:47 UTC  (4+ messages)
` [edk2-devel] [PATCH v1 1/1] BaseTools: "

[edk2-devel] [PATCH V1] MdePkg:Add NVME Sanitize command support to Nvme.h
 2023-11-06 22:00 UTC  (2+ messages)

[edk2-devel] [PATCH 1/1] ShellPkg: Fix typos
 2023-11-06 21:57 UTC  (2+ messages)

[edk2-devel] [PATCH v2 0/1] Edk2ToolsBuild.py: Clarify make error
 2023-11-06 21:55 UTC  (4+ messages)
` [edk2-devel] [PATCH v1 1/1] BaseTools: "

[edk2-devel] Request for access for edk2-staging branch creation
 2023-11-06 21:51 UTC  (2+ messages)

[edk2-devel] [PATCH 1/2] EmbeddedPkg: Fix Android Boot Command Line Length Bug
 2023-11-06 17:55 UTC  (2+ messages)

[edk2-devel] [PATCH v3] UefiCpuPkg/PiSmmCpuDxeSmm: Fix CP Exception when CET enable
 2023-11-06 12:51 UTC  (3+ messages)

[edk2-devel] question about cxl device enumeration in pci bus driver
 2023-11-06 11:20 UTC  (8+ messages)

[edk2-devel] [PATCH v2 0/3] UefiCpuPkg/PiSmmCpuDxeSmm: Clear CR4.CET before
 2023-11-06  9:07 UTC  (4+ messages)
` [edk2-devel] [PATCH v2 1/3] UefiCpuPkg/PiSmmCpuDxeSmm: Clear CR4.CET before restoring MSR IA32_S_CET
` [edk2-devel] [PATCH v2 2/3] UefiCpuPkg/PiSmmCpuDxeSmm: Change CR4.CET bit only
` [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Set mSmmInterruptSspTables initial value

[edk2-devel] [PATCH v3 0/4] StandaloneMmCore finds drivers in uncompressed inner fv
 2023-11-06  7:55 UTC  (7+ messages)
` [edk2-devel] [PATCH v3 2/4] StandaloneMmPkg/Core: Fix potential memory leak issue

[edk2-devel] [PATCH v4 0/4] StandaloneMmCore finds drivers in uncompressed inner fv
 2023-11-06  7:52 UTC  (5+ messages)
` [edk2-devel] [PATCH v4 1/4] StandaloneMmPkg/Core: Limit FwVol encapsulation section recursion
` [edk2-devel] [PATCH v4 2/4] StandaloneMmPkg/Core: Fix potential memory leak issue
` [edk2-devel] [PATCH v4 3/4] StandaloneMmPkg/Core: Fix issue that offset calculation might be wrong
` [edk2-devel] [PATCH v4 4/4] StandaloneMmPkg/Core: Fix the failure to find uncompressed inner FV

[edk2-devel] [PATCH] MdeModulePkg/PciHostBridgeDxe: Add readback after final Cfg-Write
 2023-11-06  6:55 UTC  (5+ messages)

[edk2-devel] [PATCH v2] RedfishPkg: RedfishDiscoverDxe: Fix issue if IPv4 installed after RestEx
 2023-11-06  3:16 UTC  (4+ messages)

[edk2-devel] [PATCH v2] UefiCpuPkg/PiSmmCpuDxeSmm: Fix CP Exception when CET enable
 2023-11-06  2:47 UTC  (3+ messages)

[PATCH v2 0/2] dp command without ACPI
 2023-11-06  1:15 UTC  (6+ messages)
` [edk2-devel] "
  ` [edk2-devel] 回复: "

[edk2-devel] [PATCH 1/1] BaseTools: Update PatchCheck.py to allow whitespace issues in .rtf files
 2023-11-06  1:04 UTC  (3+ messages)
  ` 回复: "

[edk2-devel] [PATCH 1/1] BaseTools/tools_def: drop -mgeneral-regs-only for AArch64 CLANGDWARF
 2023-11-06  1:03 UTC  (2+ messages)
` [edk2-devel] 回复: "

[edk2-devel] [PATCH] MdeModulePkg/RegularExpressinoDxe: Fix clang error
 2023-11-06  0:59 UTC  (5+ messages)
    ` 回复: "

[edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg/RedfishFeatureCoreDxe: notify platform before reboot
 2023-11-06  0:57 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH 1/2] RedfishClientPkg: introduce Redfish override protocol
 2023-11-06  0:47 UTC  (2+ messages)

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, November 6, 2023 #cal-reminder
 2023-11-06  0:30 UTC 

[edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option
 2023-11-05 20:04 UTC 

[edk2-devel] [PATCH v2 edk2-platforms 0/1] Add Standalone MM support for SmmIpmiBaseLib
 2023-11-05 15:18 UTC  (2+ messages)
` [edk2-devel] [PATCH v2 edk2-platforms 1/1] IpmiFeaturePkg/SmmIpmiBaseLib: Support Standalone MM

[edk2-devel] [Patch 1/1] Maintainers.txt: Update based on active community members
 2023-11-05 10:28 UTC  (6+ messages)

[edk2-devel] [Patch 1/1] Maintainers.txt: Remove Orphan status option
 2023-11-05 10:27 UTC  (2+ messages)

[edk2-devel] edk2-platforms: developing Whitley Lake package
 2023-11-04 23:53 UTC  (2+ messages)

[edk2-devel] [PATCH v4 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM
 2023-11-03 21:16 UTC  (3+ messages)

[edk2-devel] [PATCH edk2-platforms 0/1] Add Standalone MM support for SmmIpmiBaseLib
 2023-11-03 21:09 UTC  (3+ messages)
` [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/SmmIpmiBaseLib: Support Standalone MM

[edk2-devel] [PATCH] IntelFsp2Pkg/PatchFv: Fix syntax issue in markdown manual
 2023-11-03 20:45 UTC  (2+ messages)

[edk2-devel] [PATCH] IntelFsp2Pkg/SwitchStack: Reserve 32B when calling C function in 64bit
 2023-11-03 20:39 UTC  (3+ messages)

[edk2-devel] [PATCH edk2-platforms v2 0/4] IpmiFeaturePkg: Add server management features
 2023-11-03 19:06 UTC  (2+ messages)

[edk2-devel] [PATCH v1] UefiCpuPkg/PiSmmCpuDxeSmm: Fix CP Exception when CET enable
 2023-11-03 18:38 UTC  (3+ messages)

[edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs
 2023-11-03 17:17 UTC  (15+ messages)
` [edk2-devel] [PATCH v4 01/14] MdeModulePkg: Add ImagePropertiesRecordLib
` [edk2-devel] [PATCH v4 02/14] ArmVirtPkg: Add ImagePropertiesRecordLib Instance
` [edk2-devel] [PATCH v4 03/14] EmulatorPkg: "
` [edk2-devel] [PATCH v4 04/14] OvmfPkg: "
` [edk2-devel] [PATCH v4 05/14] UefiPayloadPkg: "
` [edk2-devel] [PATCH v4 06/14] MdeModulePkg: Update MemoryAttributesTable.c to Reduce Global Variable Use
` [edk2-devel] [PATCH v4 07/14] MdeModulePkg: Move Some DXE MAT Logic to ImagePropertiesRecordLib
` [edk2-devel] [PATCH v4 08/14] MdeModulePkg: Add ImagePropertiesRecordLib Host-Based Unit Test
` [edk2-devel] [PATCH v4 09/14] MdeModulePkg: Fix Bugs in MAT Logic
` [edk2-devel] [PATCH v4 10/14] MdeModulePkg: Add NULL checks and Return Status to ImagePropertiesRecordLib
` [edk2-devel] [PATCH v4 11/14] UefiCpuPkg: Use Attribute From SMM MemoryAttributesTable if Nonzero
` [edk2-devel] [PATCH v4 12/14] MdeModulePkg: Transition SMM MAT Logic to Use ImagePropertiesRecordLib
` [edk2-devel] [PATCH v4 13/14] MdeModulePkg: Add Logic to Create/Delete Image Properties Records
` [edk2-devel] [PATCH v4 14/14] MdeModulePkg: Update DumpImageRecord() in ImagePropertiesRecordLib


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