From: Ian Campbell <ian.campbell@citrix.com>
To: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Cc: tim@xen.org, julien.grall@linaro.org,
stefano.stabellini@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH v1 0/2] Add support for Xilinx ZynqMP SoC
Date: Thu, 5 Mar 2015 16:50:15 +0000 [thread overview]
Message-ID: <1425574215.25940.266.camel@citrix.com> (raw)
In-Reply-To: <1425544050-10044-1-git-send-email-edgar.iglesias@gmail.com>
On Thu, 2015-03-05 at 18:27 +1000, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> Adds support for the Cadence UART in Xilinx ZynqMP. The
> rest of the ZynqMP platform is discovered via device-tree.
Is it fully discovered and working out of the box? That would be ....
awesome!
Do you have any links to any more information about this platform (I'm
just curious).
Also, if you could find the time to add a wikipage as a child of
http://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions
(like for the other platforms) and add it to the h/w table on the main
page that would be great.
The wiki is locked down because of spammers, once you've created an
account either drop me a line or fill in the form
http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html and someone will enable write access for you.
Ian.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (2):
> xen/arm: Add Cadence UART driver
> xen/arm: Add Xilinx ZynqMP early printk support
>
> config/arm64.mk | 1 +
> docs/misc/arm/early-printk.txt | 1 +
> xen/arch/arm/Rules.mk | 6 +
> xen/arch/arm/arm64/debug-cadence.inc | 45 +++++++
> xen/drivers/char/Makefile | 1 +
> xen/drivers/char/cadence-uart.c | 222 +++++++++++++++++++++++++++++++++++
> xen/include/asm-arm/cadence-uart.h | 55 +++++++++
> 7 files changed, 331 insertions(+)
> create mode 100644 xen/arch/arm/arm64/debug-cadence.inc
> create mode 100644 xen/drivers/char/cadence-uart.c
> create mode 100644 xen/include/asm-arm/cadence-uart.h
>
next prev parent reply other threads:[~2015-03-05 16:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 8:27 [PATCH v1 0/2] Add support for Xilinx ZynqMP SoC Edgar E. Iglesias
2015-03-05 8:27 ` [PATCH v1 1/2] xen/arm: Add Cadence UART driver Edgar E. Iglesias
2015-03-05 17:06 ` Ian Campbell
2015-03-06 1:08 ` Edgar E. Iglesias
2015-03-05 8:27 ` [PATCH v1 2/2] xen/arm: Add Xilinx ZynqMP early printk support Edgar E. Iglesias
2015-03-05 16:50 ` Ian Campbell [this message]
2015-03-06 1:31 ` [PATCH v1 0/2] Add support for Xilinx ZynqMP SoC Edgar E. Iglesias
2015-03-06 9:44 ` Ian Campbell
2015-03-09 3:14 ` Edgar E. Iglesias
2015-03-09 11:09 ` Ian Campbell
2015-03-09 12:07 ` Edgar E. Iglesias
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=1425574215.25940.266.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=edgar.iglesias@gmail.com \
--cc=julien.grall@linaro.org \
--cc=stefano.stabellini@citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.