public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-01-10 00:24:57 to 2023-01-13 00:57:09 UTC [more...]

[PATCH] OvmfPkg: Create additional PML4 entries for large SEV-SNP VMs
 2023-01-13  0:57 UTC 

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

[PATCH 0/3] Add NULL IpmiCommandLib instance
 2023-01-13  0:30 UTC  (7+ 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

[PATCH v9 0/4] Add safe unaccepted memory behavior
 2023-01-13  0:14 UTC  (5+ 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][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 edk2-platforms 0/2] QemuOpenBoardPkg: PCI rework and small fixes
 2023-01-12 23:13 UTC  (3+ messages)
` [PATCH edk2-platforms 1/2] QemuOpenBoardPkg: Redo PCI bus initialization
` [PATCH edk2-platforms 2/2] QemuOpenBoardPkg: Trivial code cleanup

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

[PATCH v2] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
 2023-01-12 22:49 UTC  (10+ 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 v3 0/8] OvmfPkg: check 64bit mmio window for resource conflicts
 2023-01-12 18:34 UTC  (10+ 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 1/1] OvmfPkg/PlatformInitLib: pass through reservations from qemu
 2023-01-12 17:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/3] SEV-SNP accepted memory and BeforeExitBootServices
 2023-01-12 17:03 UTC  (11+ messages)
` [PATCH 3/3] MdeModulePkg: Notify BeforeExitBootServices in CoreExitBootServices
  ` [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  (19+ messages)
` [PATCH v2 1/4] OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCB
` [PATCH v2 2/4] OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB
` [PATCH v2 3/4] OvmfPkg/PlatformInitLib: Add PlatformAddHobCB
` [PATCH v2 4/4] OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB

[PATCH 1/1] OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc include
 2023-01-12 15:41 UTC 

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

[PATCH v2 0/6] Adds AmdSmmCpuFeaturesLib
 2023-01-12 13:04 UTC  (8+ messages)
` [PATCH v2 1/6] UefiCpuPkg/SmmCpuFeaturesLib: Restructure arch-dependent code
` [PATCH v2 2/6] MdePkg: Adds AMD SMRAM save state map
` [PATCH v2 3/6] UefiCpuPkg: Adds SmmSmramSaveStateLib library class
` [PATCH v2 4/6] UefiCpuPkg: Implements "
` [PATCH v2 5/6] UefiCpuPkg: Initial implementation of AMD's SmmCpuFeaturesLib
` [PATCH v2 6/6] UefiCpuPkg: Implements SmmCpuFeaturesLib for AMD Family
` [edk2-devel] [PATCH v2 0/6] Adds AmdSmmCpuFeaturesLib

[PATCH v2] UefiCpuPkg: Support SMM Relocated SmBase handling
 2023-01-12 12:57 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  (12+ 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 3/6] OvmfPkg/AcpiPlatformDxe: Use local variable in QemuFwCfgAcpi.c
  ` [edk2-devel] "
` [PATCH V3 4/6] OvmfPkg/AcpiPlatformDxe: Add log to show the installed tables
` [PATCH V3 5/6] OvmfPkg/AcpiPlatformDxe: Refactor QemuAcpiTableNotifyProtocol
  ` [edk2-devel] "
` [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  (12+ messages)
` [PATCH 2/3] ArmVirtPkg/ArmVirtQemu: Expose TRNG hypercall via RngDxe if implemented
    ` [edk2-devel] "
  ` [edk2-devel] [PATCH 0/3] OVMF: support EFI_RNG_PROTOCOL without virtio-rng

[edk2-devel] [PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-01-12  8:36 UTC  (9+ 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 v4 0/3] ArmPkg,MdeModulePkg: Implement EFI_MP_SERVICES_PROTOCOL for AArch64 and add an MpServicesTest application to exercise it
 2023-01-11 22:54 UTC  (10+ messages)
` [PATCH v4 3/3] MdeModulePkg: Add new Application/MpServicesTest application
  ` [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 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] "

[edk2-platforms][PATCH v1] KabylakeOpenBoardPkg/I2cHdmiDebugSerialPortLib: Configurable timings
 2023-01-11 20:18 UTC 

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

[edk2-platforms][PATCH V1 1/1] Revert "Platform/Sgi: Fix missing FdtLib instance issue"
 2023-01-11 11:19 UTC  (3+ messages)

[PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-01-11  9:47 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/3] CloudHv:arm: Enable direct kernel boot
 2023-01-11  9:27 UTC  (6+ messages)
` [PATCH 3/3] CloudHv:arm: add kernel load driver into dsc/fdf
      ` [edk2-devel] "

Implement IPMI_PROTOCOL on edk2-platforms
 2023-01-11  7:24 UTC 

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

[edk2-platforms][PATCH v2 1/1] JadePkg/AcpiTables: Update ACPI table of Altra for new DSU PMU spec
 2023-01-11  7:10 UTC 

[edk2-devel][edk2-non-osi][PATCH 0/1] Update ASpeed UEFI Gop binaries
 2023-01-11  6:19 UTC  (2+ messages)
` [edk2-devel][edk2-non-osi][PATCH 1/1] ASpeed/ASpeedGopBinPkg: Update X64/AArch Gop UEFI Driver

[PATCH V2 1/3] MdeModulePkg/Xhci: Initial XHCI DCI slot's Context value
 2023-01-11  3:10 UTC  (3+ messages)
` [PATCH V2 2/3] MdeModulePkg/Usb: Read a large number of blocks
` [PATCH V2 3/3] MdeModulePkg/XhciPei: Unlinked XhciPei memory block

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 10, 2023 #cal-reminder
 2023-01-11  2:15 UTC 

How to select boot device for current boot in response to IPMI System Boot Options commands?
 2023-01-10 19:01 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH v2] DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string
 2023-01-10 15:52 UTC  (2+ messages)

[edk2-devel] PATCH v1 0/1 Remove deprecated Itanium data
 2023-01-10 15:32 UTC  (12+ messages)
` [edk2-devel] PATCH v1 1/1 MdePkg: Remove Itanium leftover data structure

[PATCH] Improved Smbios Type0 fields under smbiosview
 2023-01-10 13:20 UTC 

[PATCH 0/4] BaseTools - various cleanups
 2023-01-10 13:10 UTC  (3+ messages)

[PATCH v3 1/1] ShellPkg: Export default shell delay as PCD
 2023-01-10 12:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V2 0/6] Refactor installation of gQemuAcpiTableNotifyProtocol
 2023-01-10  6:23 UTC  (10+ messages)
` [PATCH V2 1/6] OvmfPkg/AcpiPlatformDxe: Remove QEMU_ACPI_TABLE_NOTIFY_PROTOCOL
  ` [edk2-devel] "
` [PATCH V2 3/6] OvmfPkg/AcpiPlatformDxe: Use local variable in QemuFwCfgAcpi.c
  ` [edk2-devel] "
` [PATCH V2 4/6] OvmfPkg/AcpiPlatformDxe: Add log to show the installed tables
  ` [edk2-devel] "
` [PATCH V2 5/6] OvmfPkg/AcpiPlatformDxe: Refactor QemuAcpiTableNotifyProtocol
  ` [edk2-devel] "

[PATCH] NetworkPkg: Add WiFi profile sync protocol support
 2023-01-10  5:27 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-devel] 回复: [edk2-devel] 回复: 回复: [edk2-devel] 回复: [edk2-devel] 回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
 2023-01-10  4:35 UTC  (2+ messages)

MinPlatformPkg question
 2023-01-10  3:49 UTC  (2+ messages)

[PATCH] UefiPayloadPkg/DebugPrintErrorLevelLibHob
 2023-01-10  2:31 UTC  (6+ messages)
` [edk2-devel] "

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 10, 2023 #cal-reminder
 2023-01-10  2:30 UTC 

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, January 9, 2023 #cal-notice
 2023-01-10  0:30 UTC 

edk2-platforms, continuous integration, testing, and you
 2023-01-10  0:24 UTC  (6+ 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