]> Git Repo - qemu.git/commit
hw/ssi: Add SiFive SPI controller support
authorBin Meng <[email protected]>
Tue, 26 Jan 2021 06:00:01 +0000 (14:00 +0800)
committerAlistair Francis <[email protected]>
Thu, 4 Mar 2021 14:43:29 +0000 (09:43 -0500)
commit0694dabe9763847f3010b54ab3ec7d367d2f0ff0
treea92f68117045ffa9455a2529bd5fe09e52791249
parent62d1076678a4c3d2385cc492283061b710bb0a60
hw/ssi: Add SiFive SPI controller support

This adds the SiFive SPI controller model for the FU540 SoC.
The direct memory-mapped SPI flash mode is unsupported.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: 20210126060007[email protected]
Signed-off-by: Alistair Francis <[email protected]>
hw/ssi/Kconfig
hw/ssi/meson.build
hw/ssi/sifive_spi.c [new file with mode: 0644]
include/hw/ssi/sifive_spi.h [new file with mode: 0644]
This page took 0.028441 seconds and 4 git commands to generate.