[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250928062756.2188329-1-yilun.xu@linux.intel.com>
Date: Sun, 28 Sep 2025 14:27:53 +0800
From: Xu Yilun <yilun.xu@...ux.intel.com>
To: linux-coco@...ts.linux.dev,
linux-pci@...r.kernel.org,
dan.j.williams@...el.com
Cc: yilun.xu@...el.com,
yilun.xu@...ux.intel.com,
baolu.lu@...ux.intel.com,
zhenzhong.duan@...el.com,
aneesh.kumar@...nel.org,
bhelgaas@...gle.com,
aik@....com,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Address Association Register setup for RP
This patchset is for Address Association Register setup for RP. It is
based on devsec/tdx but the first 2 patches could be cleanly applied to
devsec/staging.
The last patch is not for apply. It takes TDX Connect as an example to
illustrate the usage of these newly introduced helpers.
ARM is expected to get benifit from this extra support in
pci_ide_stream_setup(). Intel TDX Connect should retrieve the address
range info from pci_ide.partner[PCI_IDE_RP].mem64 and use firmware call
for setup. AMD is expected to bypass the setup or does the setup but no
harm.
Xu Yilun (3):
PCI/IDE: Add/export mini helpers for platform TSM drivers
PCI/IDE: Add Address Association Register setup for RP
coco/tdx-host: Illustrate IDE Address Association Register setup
include/linux/pci-ide.h | 17 +++++++
drivers/pci/ide.c | 72 ++++++++++++++++++++++++---
drivers/virt/coco/tdx-host/tdx-host.c | 33 ++----------
3 files changed, 87 insertions(+), 35 deletions(-)
--
2.25.1
Powered by blists - more mailing lists