All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] xen/arm64: Add Support for Amlogic S905 SoC
@ 2018-08-07 17:07 Amit Singh Tomar
  2018-08-07 17:07 ` [RFC PATCH 1/2] xen/arm: Add Amlogic S905 SoC early printk support Amit Singh Tomar
  2018-08-07 17:07 ` [RFC PATCH 2/2] xen/arm: Add MESON UART driver for Amlogic S905 SoC Amit Singh Tomar
  0 siblings, 2 replies; 17+ messages in thread
From: Amit Singh Tomar @ 2018-08-07 17:07 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, wei.liu2, George.Dunlap, andre.przywara,
	ian.jackson, tim, julien.grall, jbeulich, andrew.cooper3,
	Amit Singh Tomar

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-11-17  8:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-07 17:07 [RFC PATCH 0/2] xen/arm64: Add Support for Amlogic S905 SoC Amit Singh Tomar
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

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.