All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Renesas R-Car Gen4
@ 2024-12-13 13:43 Mykyta Poturai
  2024-12-13 13:43 ` [PATCH 1/2] ARM: ITS: implement quirks and add support for Renesas Gen4 ITS Mykyta Poturai
  2024-12-13 13:43 ` [PATCH 2/2] xen/arm: platform: Add support for R-Car Gen4 Mykyta Poturai
  0 siblings, 2 replies; 7+ messages in thread
From: Mykyta Poturai @ 2024-12-13 13:43 UTC (permalink / raw)
  To: xen-devel@lists.xenproject.org
  Cc: Mykyta Poturai, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk, Andrew Cooper,
	Anthony PERARD, Jan Beulich, Roger Pau Monné

Add support for Renesas Gen4 boards such as S4[1] and V4H[2] by adding the
appropriate confing option, and support for the Gen4 ITS.
Tested on Renesas R-Car V4H board.

[1]: https://www.renesas.com/en/products/automotive-products/automotive-system-chips-socs/r-car-s4-automotive-system-chip-soc-car-servercommunication-gateway
[2]: https://www.renesas.com/en/products/automotive-products/automotive-system-chips-socs/r-car-v4h-best-class-deep-learning-very-low-power-system-chip-automated-driving-level-2level-3

Oleksandr Andrushchenko (2):
  ARM: ITS: implement quirks and add support for Renesas Gen4 ITS
  xen/arm: platform: Add support for R-Car Gen4

 xen/arch/arm/gic-v3-its.c             | 90 ++++++++++++++++++++++++---
 xen/arch/arm/gic-v3-lpi.c             | 14 +++--
 xen/arch/arm/include/asm/gic_v3_its.h |  8 +++
 xen/arch/arm/platforms/Kconfig        | 10 ++-
 xen/arch/arm/vgic-v3-its.c            |  8 +--
 xen/common/xmalloc_tlsf.c             | 18 +++++-
 xen/include/xen/xmalloc.h             |  4 ++
 7 files changed, 131 insertions(+), 21 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-12-16  9:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 13:43 [PATCH 0/2] Add support for Renesas R-Car Gen4 Mykyta Poturai
2024-12-13 13:43 ` [PATCH 1/2] ARM: ITS: implement quirks and add support for Renesas Gen4 ITS Mykyta Poturai
2024-12-13 22:06   ` Stefano Stabellini
2024-12-13 22:49     ` Julien Grall
2024-12-16  9:58   ` Jan Beulich
2024-12-13 13:43 ` [PATCH 2/2] xen/arm: platform: Add support for R-Car Gen4 Mykyta Poturai
2024-12-13 22:07   ` Stefano Stabellini

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.