Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752093AbcDWJvH (ORCPT ); Sat, 23 Apr 2016 05:51:07 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35467 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751724AbcDWJvF (ORCPT ); Sat, 23 Apr 2016 05:51:05 -0400 Date: Sat, 23 Apr 2016 15:20:57 +0530 From: Afzal Mohammed To: Alexandre Belloni Cc: Russell King - ARM Linux , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Ard Biesheuvel , Dave Martin , Olof Johansson , Doug Anderson , Heiko Stuebner , Russ Dill Subject: Re: [PATCH 0/2] Embedding Position Independent Executables Message-ID: <20160423095057.GA2630@afzalpc> References: <1459668234-16033-1-git-send-email-alexandre.belloni@free-electrons.com> <20160404095757.GR19428@n2100.arm.linux.org.uk> <20160422224958.GD17051@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160422224958.GD17051@piout.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 21 Hi, On Sat, Apr 23, 2016 at 12:49:58AM +0200, Alexandre Belloni wrote: > I think Heiko clarified it but there are actually multiple platforms > that will benefit from this infrastructure. I can name at least at91, > rockchip, sunxi and am335x. On am335x, this has been solved by running > that code on the cortex M3 instead of doing that from Linux but it > forces to compile and load a firmware on the cortex M3 so it is not > available for anything else. afaik on am335x, it has been solved so far by not yet supporting suspend-resume in mainline ;) afaiu, am335x suspend-resume has 2 parts, one run in A8 & other in M3. Saving & restoring RAM config, putting to self refresh in addition to wfi invocation is handled by A8 code running in OCMC, while M3 cuts A8 clock & does other PM things that can't be done in A8. Regards afzal