All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support
@ 2019-09-29  7:42 Jagan Teki
  2019-09-29  7:42 ` [U-Boot] [PATCH 1/5] riscv: dts: Add hifive-unleashed-a00 dts from Linux Jagan Teki
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Jagan Teki @ 2019-09-29  7:42 UTC (permalink / raw)
  To: u-boot

This patchset, enable SPI-NOR flash on SiFive hifive-unleashed-a00
board.

patch 0001 - 02: support devicetree

patch 0003: add is25wp256 chip

patch 0004 - 05: enable spi-nor flash

All tested in Sifive fuse540 hifive-unleashed-a00 board.

Any inputs?
Jagan.

Jagan Teki (5):
  riscv: dts: Add hifive-unleashed-a00 dts from Linux
  sifive: fu540: Enable OF_SEPARATE
  mtd: spi-nor: ids: Add is25wp256 chip
  riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi
  sifive: fu540: Enable spi-nor flash support

 arch/riscv/dts/Makefile                       |   1 +
 arch/riscv/dts/fu540-c000.dtsi                | 235 ++++++++++++++++++
 .../dts/hifive-unleashed-a00-u-boot.dtsi      |  11 +
 arch/riscv/dts/hifive-unleashed-a00.dts       |  88 +++++++
 board/sifive/fu540/Kconfig                    |   3 +
 configs/sifive_fu540_defconfig                |   3 +-
 doc/board/sifive/fu540.rst                    |  21 +-
 drivers/mtd/spi/spi-nor-ids.c                 |   2 +
 8 files changed, 362 insertions(+), 2 deletions(-)
 create mode 100644 arch/riscv/dts/fu540-c000.dtsi
 create mode 100644 arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi
 create mode 100644 arch/riscv/dts/hifive-unleashed-a00.dts

-- 
2.18.0.321.gffc6fa0e3

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

end of thread, other threads:[~2019-10-06 17:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29  7:42 [U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support Jagan Teki
2019-09-29  7:42 ` [U-Boot] [PATCH 1/5] riscv: dts: Add hifive-unleashed-a00 dts from Linux Jagan Teki
2019-09-30 10:04   ` Bin Meng
2019-10-01 11:10     ` Jagan Teki
2019-10-02 10:27     ` Jagan Teki
2019-10-06 17:58       ` Auer, Lukas
2019-10-06 17:55   ` Auer, Lukas
2019-09-29  7:42 ` [U-Boot] [PATCH 2/5] sifive: fu540: Enable OF_SEPARATE Jagan Teki
2019-09-30 10:04   ` Bin Meng
2019-09-29  7:42 ` [U-Boot] [PATCH 3/5] mtd: spi-nor: ids: Add is25wp256 chip Jagan Teki
2019-09-30 10:05   ` Bin Meng
2019-09-29  7:42 ` [U-Boot] [PATCH 4/5] riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi Jagan Teki
2019-09-30 10:05   ` Bin Meng
2019-10-01 11:13     ` Jagan Teki
2019-10-02 10:36     ` Jagan Teki
2019-09-29  7:42 ` [U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support Jagan Teki
2019-09-30 10:05   ` Bin Meng
2019-10-01 11:12     ` Jagan Teki
2019-09-29  7:59 ` [U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support Bin Meng
2019-10-01 11:09   ` Jagan Teki
2019-10-01 11:32     ` 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.