public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] Add StarFive JH7110 PCIe drvier support
@ 2023-02-23 10:52 Minda Chen
  2023-02-23 10:52 ` [PATCH 1/4] starfive: pci: Add StarFive JH7110 pcie driver Minda Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Minda Chen @ 2023-02-23 10:52 UTC (permalink / raw)
  To: Simon Glass, Stefan Roese, Andrew Scull, Pali Rohár
  Cc: u-boot, Lukasz Majewski, Sean Anderson, Rick Chen, Leo, Mason Huo,
	Yanhong Wang, Leyfoon Tan, Minda Chen

This patchset needs to apply after patchset in [1]. These PCIe series patches
are based on the JH7110 RISC-V SoC and VisionFive V2 board.

The PCIe driver depends on gpio, pinctrl, clk and reset driver to do init.
The PCIe dts configuation includes all these setting.

The PCIe drivers codes has been tested on the VisionFive V2 boards.
The test devices includes M.2 NVMe SSD and Realtek 8169 Ethernet adapter.

Mason Huo (4):
  starfive: pci: Add StarFive JH7110 pcie driver
  clk: starfive: Add PCIe clocks for PCIe controller
  configs: starfive-jh7110: Add support for PCIe host driver
  riscv: dts: starfive: Enable PCIe host controller

The JH7110 minimal system patchset upstream is in progress.
PCIe driver patches is based on this patchset.

The JH7110 minimal system patchset details are listed in [1].

[1] https://patchwork.ozlabs.org/project/uboot/cover/20230118081132.31403-1-yanhong.wang@starfivetech.com/

For more JH7110 and visionFive v2 information and support,
you can visit RVspace wiki[2].

[2] https://wiki.rvspace.org/

 arch/riscv/dts/jh7110.dtsi              |  79 ++++
 arch/riscv/dts/starfive_visionfive2.dts | 104 +++++
 configs/starfive_visionfive2_defconfig  |   9 +
 drivers/clk/starfive/clk-jh7110.c       |  27 ++
 drivers/pci/Kconfig                     |  11 +
 drivers/pci/Makefile                    |   1 +
 drivers/pci/pcie_starfive_jh7110.c      | 482 ++++++++++++++++++++++++
 7 files changed, 713 insertions(+)
 create mode 100644 drivers/pci/pcie_starfive_jh7110.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-23 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 10:52 [PATCH 0/4] Add StarFive JH7110 PCIe drvier support Minda Chen
2023-02-23 10:52 ` [PATCH 1/4] starfive: pci: Add StarFive JH7110 pcie driver Minda Chen
2023-02-23 10:52 ` [PATCH 2/4] clk: starfive: Add PCIe clocks for PCIe controller Minda Chen
2023-02-23 10:52 ` [PATCH 3/4] configs: starfive-jh7110: Add support for PCIe host driver Minda Chen
2023-02-23 10:52 ` [PATCH 4/4] riscv: dts: starfive: Enable PCIe host controller Minda Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox