messages from 2024-01-26 15:43:25 to 2024-01-30 19:15:42 UTC [more...]
[edk2-devel] [PATCH v2 0/5] OvmfPkg: Add support for 5-level paging
2024-01-30 19:15 UTC (10+ messages)
` [edk2-devel] [PATCH v2 1/5] MdeModulePkg/DxeIplPeim: fix PcdUse5LevelPageTable assert
` [edk2-devel] [PATCH v2 2/5] MdeModulePkg/DxeIplPeim: rename variable
` [edk2-devel] [PATCH v2 3/5] OvmfPkg/ResetVector: improve page table flag names
` [edk2-devel] [PATCH v2 4/5] OvmfPkg/ResetVector: add 5-level paging support
` [edk2-devel] [PATCH v2 5/5] OvmfPkg/PlatformInitLib: "
[edk2-devel] [staging/dynamictables-reorg PATCH v1 1/1] Branch to reorg Dynamic Tables & support other arch
2024-01-30 18:25 UTC (3+ messages)
[edk2-devel] [PATCH 1/1] MdePkg:Updated the comments of EFI_FIRMWARE_MANAGEMENT_PROTOCOL
2024-01-30 18:18 UTC (7+ messages)
` 回复: "
[edk2-devel] [PATCH] MdePkg: Update ReceiveData and SendData function description
2024-01-30 17:58 UTC (5+ messages)
` [edk2-devel] [PATCH v2 1/1] "
` [edk2-devel] [PATCH v3 "
[edk2-devel] [PATCH v2 1/2] MdeModulePkg: Remove the handle validation check in CoreGetProtocolInterface
2024-01-30 17:56 UTC (4+ messages)
[edk2-devel] [PATCH v3 0/4] OvmfPkg/Sec: Setup MTRR early in the boot process
2024-01-30 17:49 UTC (7+ messages)
` [edk2-devel] [PATCH v3 1/4] "
` [edk2-devel] [PATCH v3 2/4] MdePkg/ArchitecturalMsr.h: add #defines for MTRR cache types
` [edk2-devel] [PATCH v3 3/4] UefiCpuPkg/MtrrLib.h: use cache type #defines from ArchitecturalMsr.h
` [edk2-devel] [PATCH v3 4/4] OvmfPkg/Sec: "
[edk2-devel] [PATCH] OvmfPkg/IoMmuDxe: Provide an implementation for SetAttribute
2024-01-30 17:15 UTC
[edk2-devel] [PATCH 0/3] OvmfPkg: Add support for 5-level paging
2024-01-30 16:48 UTC (9+ messages)
` [edk2-devel] [PATCH 1/3] MdeModulePkg: fix PcdUse5LevelPageTable assert
` [edk2-devel] [PATCH 2/3] OvmfPkg/ResetVector: add 5-level paging support
` [edk2-devel] [PATCH 3/3] OvmfPkg/PlatformInitLib: "
[edk2-devel] [PATCH v8 00/37] Enable LoongArch virtual machine in edk2
2024-01-30 16:45 UTC (9+ messages)
` [edk2-devel] [PATCH v8 23/37] ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg
` [edk2-devel] [PATCH v8 24/37] ArmVirtPkg: Move two PCD variables into OvmfPkg
` [edk2-devel] [PATCH v8 25/37] ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg
[edk2-devel] [Patch v3 0/2] MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOB
2024-01-30 16:39 UTC (4+ messages)
` [edk2-devel] [Patch v3 1/2] MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocations
` [edk2-devel] [Patch v3 2/2] MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOB
[edk2-devel] [PATCH] MdeModulePkg/PciBusDxe: Add feedback status for PciIoMap
2024-01-30 16:37 UTC (8+ messages)
[edk2-devel] [PATCH] BaseTools: Remove Duplicate sets of SkuName and SkuId from allskuset
2024-01-30 7:48 UTC (6+ messages)
[edk2-devel] reg: HTTP Proxy Support
2024-01-30 1:19 UTC (3+ messages)
[edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
2024-01-29 8:41 UTC
[edk2-devel] Resources for Creating Packages
2024-01-30 16:20 UTC (4+ messages)
[edk2-devel] [PATCH 00/16] Provide SEV-SNP support for running under an SVSM
2024-01-30 16:13 UTC (43+ messages)
` [edk2-devel] [PATCH 01/16] OvmfPkg/BaseMemEncryptSevLib: Re-organize page state change support
` [edk2-devel] [PATCH 02/16] MdePkg/Register/Amd: Define the SVSM related information
` [edk2-devel] [PATCH 03/16] MdePkg/BaseLib: Add a new VMGEXIT instruction invocation for SVSM
` [edk2-devel] [PATCH 04/16] UefiCpuPkg/CcExitLib: Extend the CcExitLib library to support an SVSM
` [edk2-devel] [PATCH 05/16] Ovmfpkg/CcExitLib: Extend CcExitLib to handle SVSM related services
` [edk2-devel] [PATCH 06/16] OvmfPkg: Create a calling area used to communicate with the SVSM
` [edk2-devel] [PATCH 07/16] OvmfPkg/CcExitLib: Add support for the SVSM_CORE_PVALIDATE call
` [edk2-devel] [PATCH 08/16] OvmfPkg/CcExitLib: Add support for the SVSM create/delete vCPU calls
` [edk2-devel] [PATCH 09/16] UefiCpuPkg/MpInitLib: Use CcExitSnpVmsaRmpAdjust() to set/clear VMSA
` [edk2-devel] [PATCH 10/16] MdePkg: GHCB APIC ID retrieval support definitions
` [edk2-devel] [PATCH 11/16] UefiCpuPkg: Create APIC ID list PCD
` [edk2-devel] [PATCH 12/16] OvmfPkg/PlatformPei: Retrieve APIC IDs from the hypervisor
` [edk2-devel] [PATCH 13/16] UefiCpuPkg/MpInitLib: Always use AP Create if PcdSevSnpApicIds is set
` [edk2-devel] [PATCH 14/16] UefiCpuPkg/MpInitLib: AP creation support under an SVSM
` [edk2-devel] [PATCH 15/16] Ovmfpkg/CcExitLib: Provide SVSM discovery support
` [edk2-devel] [PATCH 16/16] OvmfPkg/BaseMemEncryptLib: Check for presence of an SVSM when not at VMPL0
[edk2-devel] [PATCH v5 0/3] ArmPkg: GenericWatchdogDxe fixes and improvements
2024-01-30 15:03 UTC (8+ messages)
` [edk2-devel] [PATCH v5 1/3] ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
` [edk2-devel] [PATCH v5 2/3] ArmPkg: Introduce global mTimerPeriod and remove calculation
` [edk2-devel] [PATCH v5 3/3] ArmPkg: Disable watchdog interaction after exiting boot services
[edk2-devel] [PATCH v6 0/3] Platform/ARM: Enable _CPC/_PSD generation on Juno-r2
2024-01-30 14:30 UTC (6+ messages)
` [edk2-devel] [PATCH v6 1/3] Platform/ARM: Juno: Fix typo
` [edk2-devel] [PATCH v6 2/3] Platform/ARM: Juno: Generate _PSD objects
` [edk2-devel] [PATCH v6 3/3] Platform/ARM: Juno: Generate _CPC objects for JunoR2
[edk2-devel] [PATCH v5 00/11] DynamicTablesPkg: Enable _PSD/_CPC generation using SCMI
2024-01-30 14:30 UTC (6+ messages)
` [edk2-devel] [PATCH v5 09/11] DynamicTablesPkg: Add DynamicTablesScmiInfoLib
` [edk2-devel] [PATCH v5 10/11] DynamicTablesPkg: Add PcdDevelopmentPlatformRelaxations Pcd
[edk2-devel] [edk2-redfish-client][PATCH 0/2] RedfishClientPkg: fix memory leak in ConverterLib
2024-01-30 14:06 UTC (6+ messages)
` [edk2-devel] [edk2-redfish-client][PATCH 1/2] RedfishClientPkg: fix uninitialized variable build error
` [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: fix memory leak in ConverterLib
[edk2-devel] [PATCH 1/1] CryptoPkg: Add new API to get PKCS7 Signature
2024-01-30 9:48 UTC (3+ messages)
[edk2-devel] [edk2-redfish-client][PATCH V2] RedfishClientPkg/FeatureDriver: ComputerSystem_1_13_0 driver
2024-01-30 7:58 UTC (8+ messages)
[edk2-devel][edk2-platforms][PATCH v4] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64
2024-01-30 7:51 UTC (3+ messages)
[edk2-devel][edk2-platforms][PATCH v5] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64
2024-01-30 7:43 UTC
[edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
2024-01-30 6:27 UTC (3+ messages)
[edk2-devel] [PATCH v1 0/1] Add cache operations support for CPU Arch proto
2024-01-30 5:52 UTC (3+ messages)
` [edk2-devel] [PATCH v1 1/1] UefiCpuPkg: Add cache operations support for "
[edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi:StandaloneMmGenericIpmi
2024-01-30 5:36 UTC
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 30, 2024 #cal-reminder
2024-01-30 2:30 UTC
[edk2-devel] [PATCH V2 0/5] Add EFI_UNSUPPORTED return for some Runtime Service functions
2024-01-30 1:36 UTC (10+ messages)
` [edk2-devel] [PATCH V2 1/5] MdePkg: "
` [edk2-devel] [PATCH V2 2/5] MdeModulePkg: Update some Runtime Service functions header
` [edk2-devel] [PATCH V2 3/5] EmbeddedPkg: "
` [edk2-devel] [PATCH V2 4/5] ArmPlatformPkg: "
` [edk2-devel] [PATCH V2 5/5] OvmfPkg: "
` 回复: [edk2-devel] [PATCH V2 0/5] Add EFI_UNSUPPORTED return for some Runtime Service functions
[edk2-devel] [PATCH v5 0/1] MdeModulePkg/AcpiTableDxe: Prefer xDSDT over DSDT when installing tables
2024-01-30 1:21 UTC (3+ messages)
` [edk2-devel] [PATCH v5 1/1] "
` 回复: "
[edk2-devel] [PATCH v2] MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4
2024-01-30 1:09 UTC (2+ messages)
` 回复: "
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 29, 2024 #cal-reminder
2024-01-30 0:43 UTC (2+ messages)
[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, January 29, 2024 #cal-notice
2024-01-30 0:30 UTC
[edk2-devel] [Patch v2 0/2] MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOB
2024-01-29 21:36 UTC (7+ messages)
` [edk2-devel] [Patch v2 1/2] MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocations
` [edk2-devel] [Patch v2 2/2] MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOB
` 回复: [edk2-devel] [Patch v2 0/2] "
[edk2-devel] [PATCH v3 1/1] OvmfPkg/ResetVector: send post codes to qemu debug console
2024-01-29 21:06 UTC (4+ messages)
[edk2-devel] [PATCH 0/1] EmbeddedPkg/Scripts/LauterbachT32: Fix EfiLoadDxe.cmm
2024-01-29 19:01 UTC (2+ messages)
` [edk2-devel] [PATCH 1/1] "
[edk2-devel] [edk2-platforms][PATCH] edk2-platforms: Maintainer.txt update
2024-01-29 17:26 UTC (2+ messages)
[edk2-devel] [PATCH v6 1/1] DynamicTablesPkg: Exempt some _CPC field from checks
2024-01-29 14:31 UTC (3+ messages)
[edk2-devel] [PATCH 00/11] OvmfPkg: tweak shell builds
2024-01-29 12:40 UTC (7+ messages)
` [edk2-devel] [PATCH 02/11] OvmfPkg: add ShellLibs.dsc.inc
[edk2-devel] [PATCH v2 1/1] OvmfPkg/ResetVector: send post codes to qemu debug console
2024-01-29 12:11 UTC (4+ messages)
[edk2-devel] [PATCH 1/1] OvmfPkg/ResetVector: send post codes to qemu debug console
2024-01-29 11:22 UTC (9+ messages)
[edk2-devel] [PATCH V3 00/32] Introduce AMD Vangogh platform reference code
2024-01-29 10:59 UTC (8+ messages)
` [edk2-devel] [PATCH V3 01/32] AMD/AmdPlatformPkg: Check in AMD S3 logo
[edk2-devel] [PATCH] IntelSiliconPkg/VTd: Remove ASSERT in VTdSetAttribute
2024-01-29 5:42 UTC
[edk2-devel] [PATCH 1/1] MdePkg: Add EFI_UNSUPPORTED return for some Runtime Service functions
2024-01-29 2:41 UTC (3+ messages)
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 29, 2024 #cal-reminder
2024-01-29 0:30 UTC
[edk2-devel] [PATCH v1] MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4
2024-01-28 12:10 UTC
[edk2-devel] [Patch 1/1] MdePkg/Library/BaseCpuLibNull: Add missing X86 specific services
2024-01-27 19:40 UTC (4+ messages)
` [edk2-devel] 回复: "
[edk2-devel] [Patch 1/1] PcAtChipsetPkg/HpetTimerDxe: Fix nested interrupt time accuracy
2024-01-27 14:00 UTC (2+ messages)
[edk2-devel] [PATCH v2 00/15] Security Patches for EDK II Network Stack
2024-01-26 19:52 UTC (3+ messages)
` [edk2-devel] [PATCH v2 12/15] MdePkg: Test: Add gRT_GetTime Google Test Mock
[edk2-devel] [PATCH] Basetools: Include PCD declarations from Library Instance
2024-01-26 19:49 UTC (4+ messages)
[edk2-devel] [Patch v2 1/1] MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOB
2024-01-26 15:50 UTC (7+ messages)
` [edk2-devel] 回复: "
` 回复: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox