public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Update Microchip PolarFire SoC
@ 2022-10-21  6:59 Padmarao Begari
  2022-10-21  6:59 ` [PATCH v2 1/4] riscv: dts: Update memory configuration Padmarao Begari
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Padmarao Begari @ 2022-10-21  6:59 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
d843273a8022e70ccbdb6ad446b3335c3753e84f

The memory device node is updated based on the latest FPGA reference
design v2022.10 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.

Changes in v2:
- Add Co-developed-by with patch
- Replace spi-nand with flash in device node
- Add board details for QSPI NAND
- Rename QSPI driver file with microchip-coreqspi
- Add microchip,coreqspi-rtl-v2 to the compatible list
- Use MICROCHIP_COREQSPI instead of MICROCHIP_QSPI in kconfig

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

 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_coreqspi.c             | 505 +++++++++++++++++++
 6 files changed, 549 insertions(+), 56 deletions(-)
 create mode 100644 drivers/spi/microchip_coreqspi.c

-- 
2.25.1


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

end of thread, other threads:[~2022-10-26  6:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21  6:59 [PATCH v2 0/4] Update Microchip PolarFire SoC Padmarao Begari
2022-10-21  6:59 ` [PATCH v2 1/4] riscv: dts: Update memory configuration Padmarao Begari
2022-10-22 11:21   ` Conor Dooley
2022-10-25 19:50     ` Conor.Dooley
2022-10-26  6:05       ` Padmarao.Begari
2022-10-26  6:04     ` Padmarao.Begari
2022-10-21  6:59 ` [PATCH v2 2/4] riscv: dts: Add QSPI NAND device node Padmarao Begari
2022-10-22 11:27   ` Conor Dooley
2022-10-21  6:59 ` [PATCH v2 3/4] spi: Add Microchip PolarFire SoC QSPI driver Padmarao Begari
2022-10-22 11:46   ` Conor Dooley
2022-10-26  6:13     ` Padmarao.Begari
2022-10-21  6:59 ` [PATCH v2 4/4] riscv: Update Microchip MPFS Icicle Kit support Padmarao Begari

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