From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V4] amd/seattle: Initial revision of AMD Seattle support Date: Fri, 3 Oct 2014 15:41:45 +0100 Message-ID: <1412347305.12695.24.camel@citrix.com> References: <1412345768-10812-1-git-send-email-suravee.suthikulpanit@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1412345768-10812-1-git-send-email-suravee.suthikulpanit@amd.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: suravee.suthikulpanit@amd.com Cc: julien.grall@linaro.org, xen-devel@lists.xen.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2014-10-03 at 09:16 -0500, suravee.suthikulpanit@amd.com wrote: > From: Suravee Suthikulpanit > > This patch add inital (minimal) platform support for AMD Seattle, > which mainly just define the matching ID, and specify system_off, > and system_reset mechanism. > > Initially, the firmware only support a subset of PSCI-0.2 functions, > system-off and sytem-reset. The mechanism for bring up auxiliary processors > is still using spin-table. > > Signed-off-by: Suravee Suthikulpanit Acked + applied, thanks. I did s/inital/initial and s/sytem-reset/system-reset/ on the commit message.