[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: |
Francisco Iglesias |
|
Subject: |
Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support |
|
Date: |
Thu, 27 Jan 2022 18:24:05 +0000 |
|
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Thu, Jan 27, 2022 at 05:27:55PM +0000, Peter Maydell wrote:
> 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.
>
>
Hi Peter,
> Applied to target-arm.next, thanks. (I fixed the indent issue
> Luc noticed in patch 6.)
Thanks a lot for above Peter! :) Also, thank you everybody for taking the
time to review and providing me great feedback!
Best regards,
Francisco Iglesias
>
> -- PMM
- [PATCH v7 08/10] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g, (continued)
- [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, 2022/01/27
- Re: [PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support,
Francisco Iglesias <=