public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] Update Microchip PolarFire SoC
@ 2022-10-19 14:53 Padmarao Begari
  2022-10-19 14:53 ` [PATCH 1/4] riscv: dts: update memory configuration Padmarao Begari
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Padmarao Begari @ 2022-10-19 14:53 UTC (permalink / raw)
  To: u-boot, jagan, rick, ycliang, bmeng.cn
  Cc: cyril.jean, conor.dooley, valentina.fernandezalanis,
	nagasuresh.relli, Padmarao Begari

This patch set updates Microchip PolarFire SoC Icicle Kit support
of RISC-V U-Boot.

The patches are based upon latest U-Boot tree
(https://source.denx.de/u-boot/u-boot) at commit id
3724ddf157aab3bd009c1da234b9a1af1621b544

The memory device node is updated in the device tree based on
the latest FPGA reference design and a small 4MB reservation is
made at the end of 32-bit DDR to provide some memory for the HSS
to use, add Microchip QSPI driver.

Padmarao Begari (4):
  riscv: dts: update memory configuration
  riscv: dts: Add QSPI NAND device node
  riscv: Update Microchip MPFS Icicle Kit support
  spi: Add Microchip PolarFire SoC QSPI driver

 arch/riscv/dts/microchip-mpfs-icicle-kit.dts |  85 ++--
 board/microchip/mpfs_icicle/Kconfig          |   7 +
 configs/microchip_mpfs_icicle_defconfig      |   1 +
 drivers/spi/Kconfig                          |   6 +
 drivers/spi/Makefile                         |   1 +
 drivers/spi/microchip_qspi.c                 | 504 +++++++++++++++++++
 6 files changed, 548 insertions(+), 56 deletions(-)
 create mode 100644 drivers/spi/microchip_qspi.c

-- 
2.25.1


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

end of thread, other threads:[~2022-10-20  5:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 14:53 [PATCH 0/4] Update Microchip PolarFire SoC Padmarao Begari
2022-10-19 14:53 ` [PATCH 1/4] riscv: dts: update memory configuration Padmarao Begari
2022-10-19 15:57   ` Conor Dooley
2022-10-20  5:20     ` Padmarao.Begari
2022-10-19 14:53 ` [PATCH 2/4] riscv: dts: Add QSPI NAND device node Padmarao Begari
2022-10-19 15:28   ` Tudor.Ambarus
2022-10-20  5:22     ` Padmarao.Begari
2022-10-19 15:59   ` Conor Dooley
2022-10-20  5:24     ` Padmarao.Begari
2022-10-19 14:53 ` [PATCH 3/4] riscv: Update Microchip MPFS Icicle Kit support Padmarao Begari
2022-10-19 16:09   ` Conor Dooley
2022-10-19 14:53 ` [PATCH 4/4] spi: Add Microchip PolarFire SoC QSPI driver Padmarao Begari
2022-10-19 15:16   ` Tudor.Ambarus
2022-10-19 15:47     ` Conor Dooley
2022-10-20  5:27       ` Padmarao.Begari
2022-10-19 16:20   ` Conor Dooley
2022-10-20  5:28     ` Padmarao.Begari

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