mbox series

[v3,0/3] riscv: sifive/fu540: Enable SPI-NOR support

Message ID 20200420125238.9610-1-jagan@amarulasolutions.com
Headers show
Series riscv: sifive/fu540: Enable SPI-NOR support | expand

Message

Jagan Teki April 20, 2020, 12:52 p.m. UTC
This is series v3 for SPI-NOR support on SiFive FU540 
platform with HiFive Unleashed board.

Here is the previous version changes[1].

Changes for v3:
- fixed QPP support
- dropped sf commands log

Depends on:
https://patchwork.ozlabs.org/project/uboot/list/?series=171332
https://patchwork.ozlabs.org/project/uboot/list/?series=171338
https://patchwork.ozlabs.org/project/uboot/list/?series=171355

Tested on:
- Whole flash area.
- Boot from MMC
- Boot from SPI

[1] https://patchwork.ozlabs.org/project/uboot/list/?series=136556

Any inputs?
Jagan.

Jagan Teki (3):
  spi: sifive: Fix QPP transfer
  riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi
  sifive: fu540: Enable spi-nor flash support

 .../dts/hifive-unleashed-a00-u-boot.dtsi      | 11 ++++
 board/sifive/fu540/Kconfig                    |  3 +
 drivers/spi/spi-sifive.c                      | 57 ++++++++++++-------
 3 files changed, 51 insertions(+), 20 deletions(-)
 create mode 100644 arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi