From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- 2.17.1