Re: [PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-17 Thread zhangzhijie
Hi 在 2025/7/17 18:24, Bernhard Beschow 写道: Nice. Is there a datasheet (standalone or for the riscv SoC using this IP block) which you could provide? The QEMU emulation has some bugs which I'd like to fix. I not got designedware datasheet. I read Linux kernel code and found this feature. I

Re: [PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-17 Thread Bernhard Beschow
Am 17. Juli 2025 00:51:28 UTC schrieb zhangzhijie : > > >在 2025/7/17 1:53, Bernhard Beschow 写道: >> >> >> Am 15. Juli 2025 06:44:00 UTC schrieb zhangzhijie : >>> 0. DW pcie support 64bit resource >>> 1. DW version type using Linux kernel >> >> Which machines in QEMU require this change? >> >a

Re: [PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-16 Thread zhangzhijie
在 2025/7/17 1:53, Bernhard Beschow 写道: Am 15. Juli 2025 06:44:00 UTC schrieb zhangzhijie : 0. DW pcie support 64bit resource 1. DW version type using Linux kernel Which machines in QEMU require this change? after support 64bit resource, will support on riscv Signed-off-by: zhangzhijie

Re: [PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-16 Thread Bernhard Beschow
Am 15. Juli 2025 06:44:00 UTC schrieb zhangzhijie : >0. DW pcie support 64bit resource >1. DW version type using Linux kernel Which machines in QEMU require this change? > >Signed-off-by: zhangzhijie >--- > hw/pci-host/designware.c | 12 +--- > include/hw/pci-host/designware.h

[PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost

2025-07-15 Thread zhangzhijie
0. DW pcie support 64bit resource 1. DW version type using Linux kernel Signed-off-by: zhangzhijie --- hw/pci-host/designware.c | 12 +--- include/hw/pci-host/designware.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hw/pci-host/designware.c b/hw/pci-h