[PATCH v7 2/4] starfive: pci: Add StarFive JH7110 pcie driver
Leo Liang
ycliang at andestech.com
Tue Jul 25 03:24:36 CEST 2023
On Thu, Jul 20, 2023 at 07:23:31PM +0800, Minda Chen wrote:
> From: Mason Huo <mason.huo at starfivetech.com>
>
> Add pcie driver for StarFive JH7110, Also add PLDA
> PCIe controller common driver functions.
>
> Several devices are tested:
> a) M.2 NVMe SSD
> b) Realtek 8169 Ethernet adapter.
>
> Signed-off-by: Mason Huo <mason.huo at starfivetech.com>
> Signed-off-by: Minda Chen <minda.chen at starfivetech.com>
> Acked-by: Pali Rohár <pali at kernel.org>
> ---
> drivers/pci/Kconfig | 13 ++
> drivers/pci/Makefile | 2 +
> drivers/pci/pcie_plda_common.c | 116 +++++++++++
> drivers/pci/pcie_plda_common.h | 118 +++++++++++
> drivers/pci/pcie_starfive_jh7110.c | 317 +++++++++++++++++++++++++++++
> 5 files changed, 566 insertions(+)
> create mode 100644 drivers/pci/pcie_plda_common.c
> create mode 100644 drivers/pci/pcie_plda_common.h
> create mode 100644 drivers/pci/pcie_starfive_jh7110.c
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list