[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support |
|
Date: |
Thu, 27 Jan 2022 17:27:55 +0000 |
On Fri, 21 Jan 2022 at 16:11, Francisco Iglesias
<francisco.iglesias@xilinx.com> wrote:
>
> Hi,
>
> This series attempts to add support for Xilinx Versal's PMC SLCR
> (system-level control registers) and OSPI flash memory controller to
> Xilinx Versal virt machine.
>
> The series start with adding a model of Versal's PMC SLCR and connecting
> the model to the Versal virt machine. The series then adds a couple of
> headers into the xlnx_csu_dma.h needed for building and reusing it later
> with the OSPI. The series thereafter introduces a DMA control interface
> and implements the interface in the xlnx_csu_dma for being able to reuse
> and control the DMA with the OSPI controller. Thereafter a model of
> Versal's OSPI controller is added and connected to the Versal virt
> machine. The series then ends with adding initial support for the Micron
> Xccelera mt35xu01g flash and flashes of this type are connected to the
> OSPI in the Versal virt machine.
Applied to target-arm.next, thanks. (I fixed the indent issue
Luc noticed in patch 6.)
-- PMM
- [PATCH v7 04/10] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header, (continued)
- [PATCH v7 04/10] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header, Francisco Iglesias, 2022/01/21
- [PATCH v7 08/10] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g, Francisco Iglesias, 2022/01/21
- [PATCH v7 06/10] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller, Francisco Iglesias, 2022/01/21
- [PATCH v7 07/10] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model, Francisco Iglesias, 2022/01/21
- [PATCH v7 05/10] hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method, Francisco Iglesias, 2022/01/21
- [PATCH v7 10/10] MAINTAINERS: Add an entry for Xilinx Versal OSPI, Francisco Iglesias, 2022/01/21
- [PATCH v7 09/10] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI, Francisco Iglesias, 2022/01/21
- [PATCH v7 02/10] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models, Francisco Iglesias, 2022/01/21
- Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support,
Peter Maydell <=