public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/2] riscv: Rename spl_soc_init() to spl_dram_init()
@ 2024-04-24  7:43 lukas.funke-oss
  2024-04-24  7:43 ` [PATCH v3 1/2] board: sifive: " lukas.funke-oss
  2024-04-24  7:43 ` [PATCH v3 2/2] board: starfive: " lukas.funke-oss
  0 siblings, 2 replies; 7+ messages in thread
From: lukas.funke-oss @ 2024-04-24  7:43 UTC (permalink / raw)
  To: u-boot
  Cc: E Shattow, Heinrich Schuchardt, Lukas Funke, Atish Patra,
	Aurelien Jarno, Chanho Park, Green Wan, Minda Chen, Nylon Chen,
	Palmer Dabbelt, Shiji Yang, Simon Glass, Tom Rini

From: Lukas Funke <lukas.funke@weidmueller.com>


This patch series renames spl_soc_init() to spl_dram_init() since the
purpose of the function is to initialization the DRAM on sifive/starfive
boards. spl_dram_init() is a commonly used function for this purpose.

Changes in v3:
 - Reorganize patches such that each patch can be built individually

Changes in v2:
 - capitalized acronym DRAM

Lukas Funke (2):
  board: sifive: Rename spl_soc_init() to spl_dram_init()
  board: starfive: Rename spl_soc_init() to spl_dram_init()

 arch/riscv/cpu/fu540/spl.c               | 2 +-
 arch/riscv/cpu/fu740/spl.c               | 2 +-
 arch/riscv/cpu/jh7110/spl.c              | 2 +-
 arch/riscv/include/asm/arch-fu540/spl.h  | 2 +-
 arch/riscv/include/asm/arch-fu740/spl.h  | 2 +-
 arch/riscv/include/asm/arch-jh7110/spl.h | 2 +-
 board/sifive/unleashed/spl.c             | 4 ++--
 board/sifive/unmatched/spl.c             | 4 ++--
 board/starfive/visionfive2/spl.c         | 4 ++--
 9 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2024-05-02  6:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24  7:43 [PATCH v3 0/2] riscv: Rename spl_soc_init() to spl_dram_init() lukas.funke-oss
2024-04-24  7:43 ` [PATCH v3 1/2] board: sifive: " lukas.funke-oss
2024-04-26  7:51   ` Leo Liang
2024-04-24  7:43 ` [PATCH v3 2/2] board: starfive: " lukas.funke-oss
2024-04-24 11:01   ` Heinrich Schuchardt
2024-05-02  6:06     ` Lukas Funke
2024-05-02  6:33       ` Leo Liang

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