xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Initial patches for ARM64 based APM X-Gene Storm
@ 2013-09-20  9:52 Pranavkumar Sawargaonkar
  2013-09-20  9:52 ` [PATCH 1/4] xen: arm64: Add Basic Platform support for " Pranavkumar Sawargaonkar
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Pranavkumar Sawargaonkar @ 2013-09-20  9:52 UTC (permalink / raw)
  To: xen-devel
  Cc: julien.grall, Pranavkumar Sawargaonkar, stefano.stabellini,
	ian.campbell, patches

This is a series of basic patchset for booting xen on APM X-Gene.

The platform support added by this patches is only skeletal code
and will be enhanced later.

Pranavkumar Sawargaonkar (4):
  xen: arm64: Add Basic Platform support for APM X-Gene Storm.
  xen: arm64: Add APM implementor id to processor implementers.
  xen: drivers: char: Add Device Tree Based NS16550 UART driver.
  xen: arm: arm64: Enabling compilation of device tree based ns16550
    UART.

 config/arm64.mk                          |   1 +
 xen/arch/arm/Rules.mk                    |   5 +
 xen/arch/arm/arm64/debug-xgene-storm.inc |  55 ++++++
 xen/arch/arm/platforms/Makefile          |   1 +
 xen/arch/arm/platforms/xgene-storm.c     |  57 ++++++
 xen/arch/arm/setup.c                     |   1 +
 xen/drivers/char/Makefile                |   1 +
 xen/drivers/char/ns16550-dt.c            | 302 +++++++++++++++++++++++++++++++
 8 files changed, 423 insertions(+)
 create mode 100644 xen/arch/arm/arm64/debug-xgene-storm.inc
 create mode 100644 xen/arch/arm/platforms/xgene-storm.c
 create mode 100644 xen/drivers/char/ns16550-dt.c

-- 
1.8.2.1

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

end of thread, other threads:[~2013-09-20 14:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20  9:52 [PATCH 0/4] Initial patches for ARM64 based APM X-Gene Storm Pranavkumar Sawargaonkar
2013-09-20  9:52 ` [PATCH 1/4] xen: arm64: Add Basic Platform support for " Pranavkumar Sawargaonkar
2013-09-20 12:09   ` Julien Grall
2013-09-20 13:28     ` Pranavkumar Sawargaonkar
2013-09-20 13:38       ` Ian Campbell
2013-09-20 13:59         ` Pranavkumar Sawargaonkar
2013-09-20 14:06           ` Ian Campbell
2013-09-20 13:41       ` Julien Grall
2013-09-20  9:52 ` [PATCH 2/4] xen: arm64: Add APM implementor id to processor implementers Pranavkumar Sawargaonkar
2013-09-20 12:10   ` Julien Grall
2013-09-20  9:52 ` [PATCH 3/4] xen: drivers: char: Add Device Tree Based NS16550 UART driver Pranavkumar Sawargaonkar
2013-09-20 13:40   ` Ian Campbell
2013-09-20 13:55     ` Pranavkumar Sawargaonkar
2013-09-20 14:08       ` Ian Campbell
2013-09-20  9:52 ` [PATCH 4/4] xen: arm: arm64: Enabling compilation of device tree based ns16550 UART Pranavkumar Sawargaonkar

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).