From: Amit Singh Tomar <amittomer25@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: sstabellini@kernel.org, wei.liu2@citrix.com,
George.Dunlap@eu.citrix.com, andre.przywara@arm.com,
ian.jackson@eu.citrix.com, tim@xen.org, julien.grall@arm.com,
jbeulich@suse.com, andrew.cooper3@citrix.com,
Amit Singh Tomar <amittomer25@gmail.com>
Subject: [RFC PATCH 0/2] xen/arm64: Add Support for Amlogic S905 SoC
Date: Tue, 7 Aug 2018 22:37:51 +0530 [thread overview]
Message-ID: <1533661673-14607-1-git-send-email-amittomer25@gmail.com> (raw)
This small series enabled XEN booting on NanoPI K2 board[1] based
on Amlogic SoC.
It has been tested by booting Dom0 Kernel.
TODO:
* Wiki page to capture XEN boot info.
[1]: https://www.friendlyarm.com/index.php?route=product/product&product_id=186
Amit Singh Tomar (2):
xen/arm: Add Amlogic S905 SoC early printk support
xen/arm: Add MESON UART driver for Amlogic S905 SoC
docs/misc/arm/early-printk.txt | 1 +
xen/arch/arm/Rules.mk | 1 +
xen/arch/arm/arm64/debug-meson.inc | 50 +++++++
xen/drivers/char/Kconfig | 8 +
xen/drivers/char/Makefile | 1 +
xen/drivers/char/meson-uart.c | 290 +++++++++++++++++++++++++++++++++++++
6 files changed, 351 insertions(+)
create mode 100644 xen/arch/arm/arm64/debug-meson.inc
create mode 100644 xen/drivers/char/meson-uart.c
--
1.9.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next reply other threads:[~2018-08-07 17:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-07 17:07 Amit Singh Tomar [this message]
2018-08-07 17:07 ` [RFC PATCH 1/2] xen/arm: Add Amlogic S905 SoC early printk support Amit Singh Tomar
2018-08-14 10:01 ` Julien Grall
2018-08-20 9:16 ` Amit Tomer
2018-08-22 9:52 ` Julien Grall
2018-09-12 6:43 ` Amit Tomer
2018-09-12 9:12 ` Julien Grall
2018-10-22 23:31 ` André Przywara
2018-11-17 8:47 ` Amit Tomer
2018-08-07 17:07 ` [RFC PATCH 2/2] xen/arm: Add MESON UART driver for Amlogic S905 SoC Amit Singh Tomar
2018-08-08 10:05 ` Jan Beulich
2018-08-14 10:17 ` Julien Grall
2018-08-20 8:12 ` Amit Tomer
2018-08-22 10:00 ` Julien Grall
2018-10-04 7:11 ` Amit Tomer
2018-10-09 10:25 ` Julien Grall
2018-10-22 23:31 ` André Przywara
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=1533661673-14607-1-git-send-email-amittomer25@gmail.com \
--to=amittomer25@gmail.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=andre.przywara@arm.com \
--cc=andrew.cooper3@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=julien.grall@arm.com \
--cc=sstabellini@kernel.org \
--cc=tim@xen.org \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.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).