From patchwork Mon Apr 20 12:52:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 238090 List-Id: U-Boot discussion From: jagan at amarulasolutions.com (Jagan Teki) Date: Mon, 20 Apr 2020 18:22:35 +0530 Subject: [PATCH v3 0/3] riscv: sifive/fu540: Enable SPI-NOR support Message-ID: <20200420125238.9610-1-jagan@amarulasolutions.com> 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