From: Alistair Francis <alistair23@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Francisco Iglesias" <frasse.iglesias@gmail.com>,
"Edgar Iglesias" <edgari@xilinx.com>,
"Alistair Francis" <alistai@xilinx.com>,
"QEMU Developers" <qemu-devel@nongnu.org>,
francisco.iglesias@feimtech.se,
"Marcin Krzemiński" <mar.krzeminski@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v7 00/13] Add support for the ZynqMP Generic QSPI
Date: Wed, 22 Nov 2017 16:30:13 -0800 [thread overview]
Message-ID: <CAKmqyKPsB_F+Z8k36Vc9FdTLE5CKHK68TN31QtkoCvjUNshYow@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA8OWP=x=YCumVzc4biETn7SbUxaBDasYR3XNx71aabdmw@mail.gmail.com>
On Tue, Nov 21, 2017 at 10:39 AM, Peter Maydell
<peter.maydell@linaro.org> wrote:
> On 3 November 2017 at 00:00, Francisco Iglesias
> <frasse.iglesias@gmail.com> wrote:
>> Hi,
>>
>> This patch series is an attempt to add support for the ZynqMP QSPI (consisting
>> of the Generic QSPI and the legacy QSPI) to the xlnx-zcu102 board and connect
>> Numonyx n25q512a11 flashes to the QSPI. Also some functionality is added to
>> m25p80.
>>
>> The series starts by adding support in m25p80 for continous read out of status
>> registers, SST flash READ ID commands, bank address register accesses, bulk
>> erase (0x60) and two Numonyx flashes (n25q512a11 and n25q512a13). Thereafter it
>> updates the striping behaviour to be bit big endiann in the Xilinx QSPI model
>> and adds support for RX discard, zero pumping according transfer register and 4
>> byte LQSPI addresses. Finally it adds support for the ZynqMP Generic QSPI and
>> adds the ZynqMP QSPI to the xlnx-zcu102 board.
>>
>> Best regards,
>> Francisco Iglesias
>
> Hi; just a note to say that I'm assuming the Xilinx folk are going
> to review the xilinx_spips patches in this set...
Yep, we will!
Alistair
>
> thanks
> -- PMM
>
prev parent reply other threads:[~2017-11-23 0:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 0:00 [Qemu-devel] [PATCH v7 00/13] Add support for the ZynqMP Generic QSPI Francisco Iglesias
2017-11-03 0:00 ` [Qemu-devel] [PATCH v7 01/13] m25p80: Add support for continuous read out of RDSR and READ_FSR Francisco Iglesias
2017-11-03 16:18 ` mar.krzeminski
2017-11-03 17:25 ` francisco iglesias
2017-11-03 20:34 ` mar.krzeminski
2017-11-03 0:00 ` [Qemu-devel] [PATCH v7 02/13] m25p80: Add support for SST READ ID 0x90/0xAB commands Francisco Iglesias
2017-11-03 0:00 ` [Qemu-devel] [PATCH v7 03/13] m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60) Francisco Iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 04/13] m25p80: Add support for n25q512a11 and n25q512a13 Francisco Iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 05/13] xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass Francisco Iglesias
2017-11-23 0:33 ` Alistair Francis
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 06/13] xilinx_spips: Update striping to be big-endian bit order Francisco Iglesias
2017-11-23 0:36 ` Alistair Francis
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 07/13] xilinx_spips: Add support for RX discard and RX drain Francisco Iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 08/13] xilinx_spips: Make tx/rx_data_bytes more generic and reusable Francisco Iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 09/13] xilinx_spips: Add support for zero pumping Francisco Iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 10/13] xilinx_spips: Add support for 4 byte addresses in the LQSPI Francisco Iglesias
2017-11-23 0:37 ` Alistair Francis
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 11/13] xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done Francisco Iglesias
2017-11-23 0:39 ` Alistair Francis
2017-11-23 19:51 ` francisco iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 12/13] xilinx_spips: Add support for the ZynqMP Generic QSPI Francisco Iglesias
2017-11-03 0:01 ` [Qemu-devel] [PATCH v7 13/13] xlnx-zcu102: Add support for the ZynqMP QSPI Francisco Iglesias
2017-11-21 18:39 ` [Qemu-devel] [PATCH v7 00/13] Add support for the ZynqMP Generic QSPI Peter Maydell
2017-11-23 0:30 ` Alistair Francis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAKmqyKPsB_F+Z8k36Vc9FdTLE5CKHK68TN31QtkoCvjUNshYow@mail.gmail.com \
--to=alistair23@gmail.com \
--cc=alistai@xilinx.com \
--cc=edgari@xilinx.com \
--cc=francisco.iglesias@feimtech.se \
--cc=frasse.iglesias@gmail.com \
--cc=mar.krzeminski@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).