public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-01-11 21:16:19 to 2023-01-14 02:54:19 UTC [more...]

edk2-platforms, continuous integration, testing, and you
 2023-01-14  2:54 UTC  (7+ messages)
` [edk2-devel] "

[PATCH] OvmfPkg: Create additional PML4 entries for large SEV-SNP VMs
 2023-01-14  2:35 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2] x86/efi: Safely enable unaccepted memory in UEFI
 2023-01-13 22:20 UTC  (2+ messages)

[PATCH V2 0/3] Add NULL IpmiCommandLib instance
 2023-01-13 21:34 UTC  (5+ messages)
` [PATCH V2 1/3] MdeModulePkg/Include: Add IpmiCommandLib header file
` [PATCH V2 2/3] MdeModulePkg/IpmiCommandLib: Add NULL instance library
` [PATCH V2 3/3] MdeModulePkg: Add IpmiCommandLib
` [edk2-devel] [PATCH V2 0/3] Add NULL IpmiCommandLib instance

[edk2-devel][edk2-platforms][PATCH v2] KabylakeOpenBoardPkg/I2cHdmiDebugSerialPortLib: Configurable timings
 2023-01-13 21:05 UTC  (2+ messages)

[PATCH v9 0/4] Add safe unaccepted memory behavior
 2023-01-13 18:34 UTC  (18+ messages)
` [PATCH v9 1/4] OvmfPkg: Introduce CocoDxe driver
` [PATCH v9 2/4] MdePkg: Introduce the MemoryAcceptance protocol
` [PATCH v9 3/4] OvmfPkg: Implement AcceptAllUnacceptedMemory in CocoDxe
` [PATCH v9 4/4] OvmfPkg/PlatformPei: SEV-SNP make >=4GB unaccepted
  ` [edk2-devel] [PATCH v9 0/4] Add safe unaccepted memory behavior

[PATCH] x86/efi: Safely enable unaccepted memory in UEFI
 2023-01-13 18:17 UTC  (2+ messages)

[PATCH v1 0/4] Support SMM Relocated SmBase handling
 2023-01-13 15:37 UTC  (15+ messages)
` [PATCH v1 1/4] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v1 2/4] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
` [PATCH v1 3/4] UefiCpuPkg/SmmCpuFeaturesLib: Skip to configure SMBASE
` [PATCH v1 4/4] OvmfPkg/SmmCpuFeaturesLib: "
` [edk2-devel] [PATCH v1 0/4] Support SMM Relocated SmBase handling

[PATCH v2 0/4] Simplify SMM Relocated Process
 2023-01-13 15:30 UTC  (5+ messages)
` [PATCH v2 1/4] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v2 2/4] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
` [PATCH v2 3/4] UefiCpuPkg/SmmCpuFeaturesLib: Skip to configure SMBASE
` [PATCH v2 4/4] OvmfPkg/SmmCpuFeaturesLib: "

[PATCH v2 0/6] Adds AmdSmmCpuFeaturesLib
 2023-01-13 15:24 UTC  (5+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 1/1] Features/Intel: Prepare for edk2-platforms CI
 2023-01-13 14:46 UTC  (4+ messages)

[edk2-platforms][PATCH 1/1] AmpereAltraPkg: Update ArmPlatformLib to work with changed ARM_CORE_INFO
 2023-01-13 14:40 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc include
 2023-01-13 14:33 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH edk2-platforms 0/2] QemuOpenBoardPkg: PCI rework and small fixes
 2023-01-13 12:58 UTC  (7+ messages)
` [PATCH edk2-platforms 1/2] QemuOpenBoardPkg: Redo PCI bus initialization
` [PATCH edk2-platforms 2/2] QemuOpenBoardPkg: Trivial code cleanup

[PATCH v2] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
 2023-01-13 12:22 UTC  (14+ messages)
` [edk2-devel] "

[PATCH v2] UefiCpuPkg: Support SMM Relocated SmBase handling
 2023-01-13 10:05 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v3 0/8] OvmfPkg: check 64bit mmio window for resource conflicts
 2023-01-13  9:07 UTC  (11+ messages)
` [PATCH v3 1/8] OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCB
` [PATCH v3 2/8] OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB
` [PATCH v3 3/8] OvmfPkg/PlatformInitLib: Add PlatformAddHobCB
` [PATCH v3 4/8] OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB
` [PATCH v3 5/8] OvmfPkg/PlatformInitLib: reorder PlatformQemuUc32BaseInitialization
` [PATCH v3 6/8] OvmfPkg/PlatformInitLib: update address space layout comment
` [PATCH v3 7/8] OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000
` [PATCH v3 8/8] OvmfPkg/PlatformInitLib: simplify mtrr setup
` [edk2-devel] [PATCH v3 0/8] OvmfPkg: check 64bit mmio window for resource conflicts

[PATCH 0/3] SEV-SNP accepted memory and BeforeExitBootServices
 2023-01-13  9:03 UTC  (12+ messages)
` [PATCH 3/3] MdeModulePkg: Notify BeforeExitBootServices in CoreExitBootServices
  ` [edk2-devel] "

[PATCH V2 1/3] MdeModulePkg/Xhci: Initial XHCI DCI slot's Context value
 2023-01-13  8:26 UTC  (3+ messages)
` [PATCH V2 3/3] MdeModulePkg/XhciPei: Unlinked XhciPei memory block
  ` [edk2-devel] "

[PATCH v2] Update CPUID Leaf 06H to follow latest SDM
 2023-01-13  8:25 UTC 

[PATCH v2] Update Architecture MSR to follow latest SDM
 2023-01-13  8:22 UTC 

[PATCH v2] Update Architecture MSR to follow latest SDM
 2023-01-13  8:19 UTC 

[PATCH v1] Update Arch. MSR and CPUID to follow latest SDM
 2023-01-13  7:55 UTC  (2+ messages)

[PATCH 0/3] Add NULL IpmiCommandLib instance
 2023-01-13  6:04 UTC  (8+ messages)
` [PATCH 1/3] MdeModulePkg/Include: Add IpmiCommandLib header file
  ` [edk2-devel] "
` [PATCH 2/3] MdeModulePkg/IpmiCommandLib: Add NULL instance library
` [PATCH 3/3] MdeModulePkg: Add IpmiCommandLib

[edk2-platforms][PATCH 0/2] Support Ampere Altra Max processor
 2023-01-13  4:25 UTC  (3+ messages)
` [edk2-platforms][PATCH 1/2] Ampere: PCIe: Add support for Ampere Altra Max
` [edk2-platforms][PATCH 2/2] JadePkg: ACPI: Support ACPI tables "

[edk2-platforms][PATCH V4 0/8] Loongarch add flash device
 2023-01-13  3:17 UTC  (9+ messages)
` [edk2-platforms][PATCH V4 1/8] Platform/Loongson: Add bootmode support
` [edk2-platforms][PATCH V4 2/8] Platform/Loongson: Add nvme device driver for loongarch
` [edk2-platforms][PATCH V4 3/8] Platform/Loongson: Add pflash driver
` [edk2-platforms][PATCH V4 4/8] Platform/Loongson: Support pflash for loongarch
` [edk2-platforms][PATCH V4 5/8] Platform/Loongson: Modify the page table entry access priority
` [edk2-platforms][PATCH V4 6/8] Platform/Loongson: Optimize page table entry null determination
` [edk2-platforms][PATCH V4 7/8] Platform/Loongson: Optimize the huge page and page entry conversion
` [edk2-platforms][PATCH V4 8/8] Platform/Loongson: Enable zero address protection

[edk2-devel] 回复: [edk2-devel] 回复: 回复: [edk2-devel] 回复: [edk2-devel] 回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
 2023-01-13  2:53 UTC  (3+ messages)
  ` 回复: "

[edk2-platforms][PATCH V3 0/8] loongarch add flash device
 2023-01-13  2:05 UTC  (9+ messages)
` [edk2-platforms][PATCH V3 1/8] Platform/Loongson: add bootmode support
` [edk2-platforms][PATCH V3 2/8] Platform/Loongson:add nvme device driver for loongarch
` [edk2-platforms][PATCH V3 3/8] Platform/Loongson: Add pflash driver
` [edk2-platforms][PATCH V3 4/8] Platform/Loongson: Support pflash for loongarch
` [edk2-platforms][PATCH V3 5/8] Platform/Loongson: Modify the page table entry access priority
` [edk2-platforms][PATCH V3 6/8] Platform/Loongson: Optimize page table entry null determination
` [edk2-platforms][PATCH V3 7/8] Platform/Loongson: Optimize the huge page and page entry conversion
` [edk2-platforms][PATCH V3 8/8] Platform/Loongson: Enable zero address protection

[PATCH v4 0/3] ArmPkg,MdeModulePkg: Implement EFI_MP_SERVICES_PROTOCOL for AArch64 and add an MpServicesTest application to exercise it
 2023-01-13  2:01 UTC  (6+ messages)
` [PATCH v4 2/3] ArmPkg: implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls
    ` [edk2-devel] "
` [edk2-devel] [PATCH v4 0/3] ArmPkg,MdeModulePkg: Implement EFI_MP_SERVICES_PROTOCOL for AArch64 and add an MpServicesTest application to exercise it

[PATCH v3 00/14] Fix new typos reported
 2023-01-13  1:50 UTC  (12+ messages)
` [PATCH v3 13/14] ArmPkg: Turn off spellcheck audit mode
        ` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 0/2] Update Si support
 2023-01-12 23:56 UTC  (3+ messages)
` [edk2-devel][edk2-platforms][PATCH V1 1/2] WhitleySiliconPkg: Update to Whitley FSP 4.2.0.2A
` [edk2-devel][edk2-platforms][PATCH V1 2/2] WhitleyOpenBoardPkg: "

[PATCH 1/1] PciBusDxe: Add PcdPciProbePcieConfig
 2023-01-12 22:53 UTC  (3+ messages)
` [edk2-devel] "

[PATCH V2] MdeModulePkg/Decompress: Add missing source file to Brotli library
 2023-01-12 22:18 UTC  (5+ messages)
` [edk2-devel] "

MinPlatformPkg question
 2023-01-12 21:44 UTC  (2+ messages)

[PATCH v2 0/2] Added AfterReadyToBoot Event
 2023-01-12 20:07 UTC  (3+ messages)
` [PATCH v2 1/2] MdePkg: Add After Ready To Boot Event Definition from UEFI 2.9
` [PATCH v2 2/2] MdePkg: Added Call for AfterReadyToBoot Event

[PATCH 1/1] OvmfPkg/PlatformInitLib: pass through reservations from qemu
 2023-01-12 17:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 1/1] PciBusDxe: Add PcdPciProbePcieConfig
 2023-01-12 16:09 UTC 

[PATCH v2 0/4] OvmfPkg: check 64bit mmio window for resource conflicts
 2023-01-12 15:44 UTC  (13+ messages)
` [PATCH v2 2/4] OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB
` [PATCH v2 4/4] OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB

[PATCH V2 1/3] MdePkg/IndustryStandard: Update IPMI definitions
 2023-01-12 15:12 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] UefiCpuPkg: Fix SMM code hangs when InitPaging
 2023-01-12 12:11 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] OvmfPkg/PlatformInitLib: fix comment about uncacheable MTRRs
 2023-01-12 10:20 UTC  (2+ messages)

[PATCH 1/1] OvmfPkg/VirtNorFlashDxe: map flash memory as uncacheable
 2023-01-12 10:20 UTC  (2+ messages)

[edk2-devel] [RFC] Remove PI spec TemporaryRamSupport PPI from PEI Core
 2023-01-12 10:16 UTC  (2+ messages)

[PATCH 0/4] Fixes for SEV-SNP CC blob and CPUID table handling
 2023-01-12 10:15 UTC  (7+ messages)
` [PATCH 1/4] OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemory
  ` [edk2-devel] "

[PATCH V3 0/6] Refactor installation of gQemuAcpiTableNotifyProtocol
 2023-01-12 10:04 UTC  (7+ messages)
` [PATCH V3 1/6] OvmfPkg/AcpiPlatformDxe: Remove QEMU_ACPI_TABLE_NOTIFY_PROTOCOL
` [PATCH V3 2/6] OvmfPkg/AcpiPlatformDxe: Use local variable in CloudHvAcpi.c
` [PATCH V3 6/6] OvmfPkg/AcpiPlatformDxe: Return error if installing NotifyProtocol failed

[PATCH 0/3] OVMF: support EFI_RNG_PROTOCOL without virtio-rng
 2023-01-12  9:27 UTC  (6+ messages)
  ` [edk2-devel] "

[edk2-devel] [PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-01-12  8:36 UTC  (4+ messages)

[edk2-platforms][PATCH V2] IPMI changes for Redfish
 2023-01-12  8:33 UTC  (5+ messages)
  ` [edk2-devel] "

ISCSI Initiation doesn't respond to NOP_IN calls from Initiatior
 2023-01-12  7:27 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V4] MdeModulePkg/Pci: Display more information of PCIe devices
 2023-01-12  5:14 UTC 

[PATCH V2 0/2] [PATCH V1 0/2] Refactor TDX MmioExit
 2023-01-12  2:43 UTC  (3+ messages)
` [PATCH V2 2/2] OvmfPkg/CcExitLib: "

[PATCH 0/3] Ext4Pkg: Small ext4 fixes and improvements
 2023-01-12  0:04 UTC  (7+ messages)
` [PATCH 1/2] Ext4Pkg: Add documentation surrounding ext4 directory entries
` [PATCH 1/3] Ext4Pkg: Fix out-of-bounds read in Ext4ReadDir
` [PATCH 2/3] Ext4Pkg: Add documentation surrounding ext4 directory entries
` [PATCH 2/2] Ext4Pkg: Fix and clarify handling regarding non-utf8 dir entries
` [PATCH 3/3] "
  ` [edk2-devel] [PATCH 2/3] Ext4Pkg: Add documentation surrounding ext4 directory entries

[PATCH 1/1] Ext4Pkg: Add documentation surrounding ext4 directory entries
 2023-01-11 23:44 UTC  (3+ messages)

[PATCH 1/1] Ext4Pkg: Fix and clarify handling regarding non-utf8 dir entries
 2023-01-11 23:35 UTC 

[PATCH V4 0/3] IPMI changes for Redfish
 2023-01-11 23:11 UTC  (2+ messages)

[PATCH 1/1] Ext4Pkg: Fix out-of-bounds read in Ext4ReadDir
 2023-01-11 22:49 UTC 

回复: [edk2-devel] 回复: [edk2][PATCH 0/2] Add Events introduced in UEFI 2.9
 2023-01-11 21:16 UTC  (3+ 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