]> Git Repo - qemu.git/commit
hw/ssi: Add Ibex SPI device model
authorWilfred Mallawa <[email protected]>
Thu, 3 Mar 2022 04:54:25 +0000 (14:54 +1000)
committerAlistair Francis <[email protected]>
Fri, 22 Apr 2022 00:35:16 +0000 (10:35 +1000)
commit9c4888c9959ccb8d2e2dc7e0080d48ad1398c036
treec844ecc390ddeef7edb8f9b1cc8e1d1c0598f932
parentda5006445a92bb7801f54a93452fac63ca2f634c
hw/ssi: Add Ibex SPI device model

Adds the SPI_HOST device model for ibex. The device specification is as per
[1]. The model has been tested on opentitan with spi_host unit tests
written for TockOS.

[1] https://docs.opentitan.org/hw/ip/spi_host/doc/

Signed-off-by: Wilfred Mallawa <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20220303045426[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
hw/ssi/ibex_spi_host.c [new file with mode: 0644]
hw/ssi/meson.build
hw/ssi/trace-events
include/hw/ssi/ibex_spi_host.h [new file with mode: 0644]
This page took 0.034748 seconds and 4 git commands to generate.