All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/5] Renesas Stout board support (R-Car Gen2)
@ 2019-04-17 14:59 ` Oleksandr Tyshchenko
  0 siblings, 0 replies; 28+ messages in thread
From: Oleksandr Tyshchenko @ 2019-04-17 14:59 UTC (permalink / raw)
  To: xen-devel; +Cc: Oleksandr Tyshchenko, julien.grall, sstabellini

From: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>

Hi, all.

The purpose of this patch series is to add required support to be able to run
Xen on Renesas Stout board [1] which uses SCIFA compatible UART as a console
interface.

Actually Xen already has support for SCIF compatible UARTs which are used on
Renesas Lager (R-Car Gen2), Salvator-X, H3ULCB/M3ULCB (R-Car Gen3) and other
development boards. So this patch series extends existing support to be able
to handle both interfaces.

----------

Current patch series is based on the following commit 1c6504163595d45e47a01750318c2b7b50541cbe
and tested on Stout (ARM32) and H3ULCB (ARM64) boards.

You can find current patch series here:
repo: https://github.com/otyshchenko1/xen.git branch: stout_upstream2

You can find previous discussions here:
[V1] https://www.mail-archive.com/xen-devel@lists.xenproject.org/msg21058.html
[V2] https://www.mail-archive.com/xen-devel@lists.xenproject.org/msg37518.html
[V3] https://www.mail-archive.com/xen-devel@lists.xenproject.org/msg42493.html

----------

In order to run Xen on Stout board you need "PSCI-enabled" U-Boot (not upsteamed yet).
You can find corresponding patches for U-Boot here:
http://u-boot.10912.n7.nabble.com/PATCH-0-3-PSCI-support-for-r8a7790-SoC-Lager-Stout-boards-td357352.html

Have a plan to update Xen Wiki regarding this board.

[1] https://elinux.org/R-Car/Boards/Stout

Oleksandr Tyshchenko (5):
  xen/arm: Clarify usage of earlyprintk for Lager board
  xen/arm: drivers: scif: Extend driver to handle other interfaces
  xen/arm: drivers: scif: Add support for SCIFA compatible UARTs
  xen/arm: Extend SCIF early prink code to handle other interfaces
  xen/arm: Add early printk support for SCIFA compatible UARTs

 docs/misc/arm/early-printk.txt    |   8 ++-
 xen/arch/arm/Rules.mk             |   7 ++
 xen/arch/arm/arm32/debug-scif.inc |  22 +++++--
 xen/drivers/char/scif-uart.c      | 131 ++++++++++++++++++++++++++++----------
 xen/include/asm-arm/scif-uart.h   |  44 +++++++++++--
 5 files changed, 163 insertions(+), 49 deletions(-)

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-05-07 15:58 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 14:59 [PATCH V4 0/5] Renesas Stout board support (R-Car Gen2) Oleksandr Tyshchenko
2019-04-17 14:59 ` [Xen-devel] " Oleksandr Tyshchenko
2019-04-17 14:59 ` [PATCH V4 1/5] xen/arm: Clarify usage of earlyprintk for Lager board Oleksandr Tyshchenko
2019-04-17 14:59   ` [Xen-devel] " Oleksandr Tyshchenko
2019-04-17 16:26   ` Julien Grall
2019-04-17 16:26     ` [Xen-devel] " Julien Grall
2019-04-17 14:59 ` [PATCH V4 2/5] xen/arm: drivers: scif: Extend driver to handle other interfaces Oleksandr Tyshchenko
2019-04-17 14:59   ` [Xen-devel] " Oleksandr Tyshchenko
2019-04-29 12:51   ` Julien Grall
2019-04-29 12:51     ` [Xen-devel] " Julien Grall
2019-04-17 14:59 ` [PATCH V4 3/5] xen/arm: drivers: scif: Add support for SCIFA compatible UARTs Oleksandr Tyshchenko
2019-04-17 14:59   ` [Xen-devel] " Oleksandr Tyshchenko
2019-04-29 14:22   ` Julien Grall
2019-04-29 14:22     ` [Xen-devel] " Julien Grall
2019-04-17 14:59 ` [PATCH V4 4/5] xen/arm: Extend SCIF early prink code to handle other interfaces Oleksandr Tyshchenko
2019-04-17 14:59   ` [Xen-devel] " Oleksandr Tyshchenko
2019-04-29 14:29   ` Julien Grall
2019-04-29 14:29     ` [Xen-devel] " Julien Grall
2019-04-30 11:00     ` Oleksandr
2019-04-30 11:00       ` [Xen-devel] " Oleksandr
2019-05-07 15:58       ` Julien Grall
2019-05-07 15:58         ` [Xen-devel] " Julien Grall
2019-04-17 14:59 ` [PATCH V4 5/5] xen/arm: Add early printk support for SCIFA compatible UARTs Oleksandr Tyshchenko
2019-04-17 14:59   ` [Xen-devel] " Oleksandr Tyshchenko
2019-04-29 14:30   ` Julien Grall
2019-04-29 14:30     ` [Xen-devel] " Julien Grall
2019-04-30 11:04     ` Oleksandr
2019-04-30 11:04       ` [Xen-devel] " Oleksandr

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.