From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [V2 0/3] Introduce AMD Seattle platform support Date: Thu, 2 Oct 2014 11:10:04 -0400 Message-ID: <20141002151004.GC32249@laptop.dumpdata.com> References: <1412193085-30828-1-git-send-email-suravee.suthikulpanit@amd.com> <1412254781.17146.9.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1412254781.17146.9.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: julien.grall@linaro.org, xen-devel@lists.xen.org, suravee.suthikulpanit@amd.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, Oct 02, 2014 at 01:59:41PM +0100, Ian Campbell wrote: > On Wed, 2014-10-01 at 14:51 -0500, suravee.suthikulpanit@amd.com wrote: > > Since we are post feature freeze this needs an ack from the release > manager, Konrad CCd. > > Konrad, this is similar to the bcm series in that the only damage it can > do is to the new platform being added. I think we should take it for > 4.5. Release-Acked-by: Konrad Rzeszutek Wilk > > > From: Suravee Suthikulpanit > > > > 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 does supports system_off and system_reset from PSCI-0.2. > > The firmware will support full PSCI-0.2 supports (except MIGRATION) > > in the future. > > > > It also introduces GIC-400 device-tree matching string. > > > > Changes from V1: > > * Remove dependency of system_off/reset of the Seattle platform > > from PSCI subsystem. > > * PSCI stuff is not re-submitted as a separate patch series. > > > > Suravee Suthikulpanit (3): > > gicv2: Add compatibility id for gic-400 > > amd/seattle: Add early printk message for the platform > > 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 | 69 ++++++++++++++++++++++++++++++++++++++++ > > xen/include/asm-arm/gic.h | 4 ++- > > 5 files changed, 79 insertions(+), 1 deletion(-) > > create mode 100644 xen/arch/arm/platforms/seattle.c > > > >