From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 3/4] xen/arm: Add PSCI system_off and system_reset support Date: Thu, 2 Oct 2014 09:28:33 +0100 Message-ID: <1412238513.4861.44.camel@citrix.com> References: <1412150877-4090-1-git-send-email-suravee.suthikulpanit@amd.com> <1412150877-4090-4-git-send-email-suravee.suthikulpanit@amd.com> <1412159166.4861.5.camel@citrix.com> <542C0C7F.7040306@amd.com> <1412174800.4861.40.camel@citrix.com> <542C40C3.4040604@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <542C40C3.4040604@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 Suthikulanit Cc: julien.grall@linaro.org, xen-devel@lists.xen.org, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, 2014-10-01 at 12:58 -0500, Suravee Suthikulanit wrote: > No, the only functions the firmware handles are just the system_off / > system_reset (work in progress). > > If you concern about changes to the PSCI subsystem, I could probably > just making SMC call directly the platforms/seattle.c, until we have > full PSCI-0.2 support ready in the arch/arm/psci.c Having glanced at your newer series with stuff split out I'm much less worried than I was. I'll try and have a proper look today. Ian.