All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] riscv: sifive/fu540: Booting from SPI
@ 2020-04-20 14:05 Jagan Teki
  2020-04-20 14:05 ` [PATCH 1/5] sifive: fu540: Add " Jagan Teki
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jagan Teki @ 2020-04-20 14:05 UTC (permalink / raw)
  To: u-boot

This series support Boot from SPI on SiFive FU540
HiFive Unleashed board.

SPI uses a separate defconfig and it is possible to reuse
existing one, but it requires runtime detection of boot
mode via MSEL.

Any help? let me know.

Series depends on [1] and [2].

[1] https://patchwork.ozlabs.org/cover/1263480/
[2] https://patchwork.ozlabs.org/project/uboot/list/?series=169649

Any inputs?
Jagan.

Jagan Teki (5):
  sifive: fu540: Add Booting from SPI
  env: Enable SPI flash env for SiFive FU540
  sifive: fu540: Mark the default env as SPI flash
  sifive: fu540: Add boot flash script offset, size
  sifive: fu540: Enable SF distro bootcmd

 .../dts/hifive-unleashed-a00-u-boot.dtsi      | 12 ++++++
 board/sifive/fu540/Kconfig                    |  1 +
 board/sifive/fu540/fu540.c                    |  3 ++
 configs/sifive_fu540_spi_defconfig            | 26 +++++++++++
 doc/board/sifive/fu540.rst                    | 43 +++++++++++++++++++
 env/Kconfig                                   |  3 ++
 include/configs/sifive-fu540.h                |  7 ++-
 7 files changed, 94 insertions(+), 1 deletion(-)
 create mode 100644 configs/sifive_fu540_spi_defconfig

-- 
2.17.1

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

end of thread, other threads:[~2020-04-20 14:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 14:05 [PATCH 0/5] riscv: sifive/fu540: Booting from SPI Jagan Teki
2020-04-20 14:05 ` [PATCH 1/5] sifive: fu540: Add " Jagan Teki
2020-04-20 14:24   ` Bin Meng
2020-04-20 14:28     ` Jagan Teki
2020-04-20 14:05 ` [PATCH 2/5] env: Enable SPI flash env for SiFive FU540 Jagan Teki
2020-04-20 14:35   ` Bin Meng
2020-04-20 14:05 ` [PATCH 3/5] sifive: fu540: Mark the default env as SPI flash Jagan Teki
2020-04-20 14:36   ` Bin Meng
2020-04-20 14:05 ` [PATCH 4/5] sifive: fu540: Add boot flash script offset, size Jagan Teki
2020-04-20 14:05 ` [PATCH 5/5] sifive: fu540: Enable SF distro bootcmd Jagan Teki
2020-04-20 14:46 ` [PATCH 0/5] riscv: sifive/fu540: Booting from SPI Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.