Re: [PATCH v2 1/2] hw/ssi: Add Ibex SPI device model

2022-02-28 Thread Philippe Mathieu-Daudé
Hi Wilfred, On 28/2/22 10:13, Alistair Francis wrote: On Mon, Feb 28, 2022 at 1:41 PM Alistair Francis wrote: From: Wilfred Mallawa 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 To

Re: [PATCH v2 1/2] hw/ssi: Add Ibex SPI device model

2022-02-28 Thread Alistair Francis
On Mon, Feb 28, 2022 at 1:41 PM Alistair Francis wrote: > > From: Wilfred Mallawa > > 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/s

[PATCH v2 1/2] hw/ssi: Add Ibex SPI device model

2022-02-27 Thread Alistair Francis
From: Wilfred Mallawa 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 --- hw/ssi/ibex_spi_host