All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add experimental support for Qualcomm SA8155P SoC
@ 2024-03-29  0:08 Volodymyr Babchuk
  2024-03-29  0:08 ` [PATCH 1/3] arm: smmu: allow SMMU to have more IRQs than context banks Volodymyr Babchuk
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Volodymyr Babchuk @ 2024-03-29  0:08 UTC (permalink / raw)
  To: xen-devel@lists.xenproject.org
  Cc: Volodymyr Babchuk, Julien Grall, Rahul Singh, Stefano Stabellini,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk, Andrew Cooper,
	George Dunlap, Jan Beulich, Wei Liu

Hello,

This three patches are all what is needed to run Xen on Qualcomm
SA8155P. At the time of writing, I have a working setup with
(almost) mainline Linux kernel in Dom0, where basic features like UFS
and networking are working fine, but more advanced things like GPU are
not supported yet.

Volodymyr Babchuk (3):
  arm: smmu: allow SMMU to have more IRQs than context banks
  drivers: serial: add Qualcomm GENI-based serial driver
  arm: platform: qcom: add basic support SA8155P SoC

 xen/arch/arm/Kconfig.debug           |  19 +-
 xen/arch/arm/arm64/debug-qcom.inc    |  76 +++++++
 xen/arch/arm/include/asm/qcom-uart.h |  48 +++++
 xen/arch/arm/platforms/Makefile      |   1 +
 xen/arch/arm/platforms/qcom.c        |  77 +++++++
 xen/drivers/char/Kconfig             |   8 +
 xen/drivers/char/Makefile            |   1 +
 xen/drivers/char/qcom-uart.c         | 288 +++++++++++++++++++++++++++
 xen/drivers/passthrough/arm/smmu.c   |   2 +-
 9 files changed, 518 insertions(+), 2 deletions(-)
 create mode 100644 xen/arch/arm/arm64/debug-qcom.inc
 create mode 100644 xen/arch/arm/include/asm/qcom-uart.h
 create mode 100644 xen/arch/arm/platforms/qcom.c
 create mode 100644 xen/drivers/char/qcom-uart.c

-- 
2.43.0


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

end of thread, other threads:[~2024-04-17 22:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29  0:08 [PATCH 0/3] Add experimental support for Qualcomm SA8155P SoC Volodymyr Babchuk
2024-03-29  0:08 ` [PATCH 1/3] arm: smmu: allow SMMU to have more IRQs than context banks Volodymyr Babchuk
2024-04-02  7:28   ` Michal Orzel
2024-04-17 21:26     ` Julien Grall
2024-03-29  0:08 ` [PATCH 2/3] drivers: serial: add Qualcomm GENI-based serial driver Volodymyr Babchuk
2024-04-02  7:53   ` Jan Beulich
2024-04-02 10:25   ` Michal Orzel
2024-04-02 21:19     ` Volodymyr Babchuk
2024-04-03  7:46       ` Michal Orzel
2024-04-17 22:31       ` Julien Grall
2024-04-04  6:29     ` Michal Orzel
2024-04-17 21:58   ` Julien Grall
2024-03-29  0:08 ` [PATCH 3/3] arm: platform: qcom: add basic support SA8155P SoC Volodymyr Babchuk
2024-04-03  8:16   ` Michal Orzel
2024-04-17 21:45   ` Julien Grall

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.