All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Introduce AMD Seattle platform support
@ 2014-10-01  8:07 suravee.suthikulpanit
  2014-10-01  8:07 ` [PATCH 1/4] gicv2: Add compatibility id for gic-400 suravee.suthikulpanit
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: suravee.suthikulpanit @ 2014-10-01  8:07 UTC (permalink / raw)
  To: stefano.stabellini, julien.grall, ian.campbell
  Cc: Suravee Suthikulpanit, xen-devel

From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>

This patch series introduce minimal support for AMD Seattle system.
This has been tested to boot into dom0 and domU.

The is platform currently using spintable as multi-core booting protocol.
However, it supports only system_off and system_reset from PSCI-0.2.

It also defines GIC-400 device-tree matching string.

Suravee Suthikulpanit (4):
  gicv2: Add compatibility id for gic-400
  amd/seattle: Add early printk message for the platform
  xen/arm: Add PSCI system_off and system_reset support
  amd/seattle: Initial revision of AMD Seattle support

 xen/arch/arm/Rules.mk            |  5 ++++
 xen/arch/arm/gic-v2.c            |  1 +
 xen/arch/arm/platforms/Makefile  |  1 +
 xen/arch/arm/platforms/seattle.c | 50 ++++++++++++++++++++++++++++++++++++++++
 xen/arch/arm/psci.c              | 10 ++++++++
 xen/arch/arm/shutdown.c          | 16 ++++++++-----
 xen/include/asm-arm/gic.h        |  4 +++-
 xen/include/asm-arm/psci.h       |  2 ++
 8 files changed, 82 insertions(+), 7 deletions(-)
 create mode 100644 xen/arch/arm/platforms/seattle.c

-- 
1.9.3

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

end of thread, other threads:[~2014-10-02  9:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01  8:07 [PATCH 0/4] Introduce AMD Seattle platform support suravee.suthikulpanit
2014-10-01  8:07 ` [PATCH 1/4] gicv2: Add compatibility id for gic-400 suravee.suthikulpanit
2014-10-01  9:54   ` Stefano Stabellini
2014-10-01 14:41   ` Julien Grall
2014-10-01  8:07 ` [PATCH 2/4] amd/seattle: Add early printk message for the platform suravee.suthikulpanit
2014-10-01  9:55   ` Stefano Stabellini
2014-10-01 14:43   ` Julien Grall
2014-10-01  8:07 ` [PATCH 3/4] xen/arm: Add PSCI system_off and system_reset support suravee.suthikulpanit
2014-10-01 10:07   ` Stefano Stabellini
2014-10-01 10:26     ` Ian Campbell
2014-10-01 14:15       ` Suravee Suthikulpanit
2014-10-01 14:46         ` Ian Campbell
2014-10-01 17:58           ` Suravee Suthikulanit
2014-10-02  8:28             ` Ian Campbell
2014-10-01 14:04     ` Ian Campbell
2014-10-01  8:07 ` [PATCH 4/4] amd/seattle: Initial revision of AMD Seattle support suravee.suthikulpanit
2014-10-01 10:10   ` Stefano Stabellini
2014-10-01 19:21     ` Suravee Suthikulanit
2014-10-02  9:10       ` 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.