public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/6] riscv: adds T-Head C9xx basic and GMAC support.
@ 2024-03-27  8:07 wefu
  2024-03-27  8:07 ` [PATCH 1/6] cpu: add t-head's c9xx wefu
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: wefu @ 2024-03-27  8:07 UTC (permalink / raw)
  To: u-boot, bmeng, rick, trini, wefu, dlan, joe.hershberger,
	rfried.dev, ypron.glpk, michal.simek, randolph, seashell11234455,
	peterlin, samuel, wiagn233, jonas, seanga2, baruch, kever.yang,
	sjg, gilbsgilbert, ycliang
  Cc: tekkamanninja, tekkamanninja

From: Wei Fu <wefu@redhat.com>

This patchset adds T-Head C9xx basic support in arch/riscv/,
updates TH1520 Soc/Lichee Pi4A dts files for GMAC support.
Also enable designware ethernet & realtek phy in default configs,
and some boot env option for booting linux from Ethernet. 

Signed-off-by: Wei Fu <wefu@redhat.com>
Co-authored-by: Yixun Lan <dlan@gentoo.org>

Wei Fu (6):
  cpu: add t-head's c9xx
  riscv/dts: add gmac node for th1520.
  riscv/dts: add gmac node for lichee-pi-4a
  net/designware: add compatible for "snps,dwmac"
  config/th1520_lpi4a_defconfig:enable designware ethernet & realtek phy
  config/th1520_lpi4a.h: add more env option for booting linux

 arch/riscv/Kconfig                     |  1 +
 arch/riscv/cpu/c9xx/Kconfig            | 12 ++++++
 arch/riscv/cpu/c9xx/Makefile           |  5 +++
 arch/riscv/cpu/c9xx/cpu.c              | 51 ++++++++++++++++++++++++++
 arch/riscv/cpu/c9xx/dram.c             | 36 ++++++++++++++++++
 arch/riscv/dts/th1520-lichee-pi-4a.dts |  5 +++
 arch/riscv/dts/th1520.dtsi             | 33 +++++++++++++++++
 arch/riscv/include/asm/csr.h           |  2 +
 board/thead/th1520_lpi4a/Kconfig       |  3 +-
 configs/th1520_lpi4a_defconfig         |  8 +++-
 drivers/net/designware.c               |  1 +
 include/configs/th1520_lpi4a.h         | 12 ++++++
 12 files changed, 166 insertions(+), 3 deletions(-)
 create mode 100644 arch/riscv/cpu/c9xx/Kconfig
 create mode 100644 arch/riscv/cpu/c9xx/Makefile
 create mode 100644 arch/riscv/cpu/c9xx/cpu.c
 create mode 100644 arch/riscv/cpu/c9xx/dram.c

-- 
2.44.0


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

end of thread, other threads:[~2024-03-27 13:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27  8:07 [PATCH 0/6] riscv: adds T-Head C9xx basic and GMAC support wefu
2024-03-27  8:07 ` [PATCH 1/6] cpu: add t-head's c9xx wefu
2024-03-27 13:30   ` Nils Le Roux
2024-03-27  8:07 ` [PATCH 2/6] riscv/dts: add gmac node for th1520 wefu
2024-03-27  8:07 ` [PATCH 3/6] riscv/dts: add gmac node for lichee-pi-4a wefu
2024-03-27  8:07 ` [PATCH 4/6] net/designware: add compatible for "snps,dwmac" wefu
2024-03-27  8:07 ` [PATCH 5/6] config/th1520_lpi4a_defconfig:enable designware ethernet & realtek phy wefu
2024-03-27  8:07 ` [PATCH 6/6] config/th1520_lpi4a.h: add more env option for booting linux wefu
2024-03-27 12:07 ` [PATCH 0/6] riscv: adds T-Head C9xx basic and GMAC support Tom Rini

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