From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrPbM-000625-OP for qemu-devel@nongnu.org; Wed, 28 Oct 2015 08:15:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrPZS-0000SY-E7 for qemu-devel@nongnu.org; Wed, 28 Oct 2015 08:13:12 -0400 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]:32867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrPZS-0000SS-7Q for qemu-devel@nongnu.org; Wed, 28 Oct 2015 08:11:14 -0400 Received: by vkgy127 with SMTP id y127so3251518vkg.0 for ; Wed, 28 Oct 2015 05:11:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <6d2627b23f76e6cdfc4d168a9843c4359a3d1187.1445814452.git.crosthwaite.peter@gmail.com> From: Peter Maydell Date: Wed, 28 Oct 2015 12:10:54 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH for-2.5 v1 3/4] arm: highbank: Implement PSCI and dummy monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Herring Cc: Peter Crosthwaite , Peter Crosthwaite , QEMU Developers , Guenter Roeck , Alistair Francis On 27 October 2015 at 20:29, Rob Herring wrote: > Thanks for doing this. I'm not a big fan of how the machine code for > boot code is embedded into C in qemu, but that's a separate issue. FWIW, I'm becoming increasingly unhappy with the approach too... it was straightforward when it was four asm instructions that worked for any board, but it's been gradually accreting extra complexity as we've gone along. thanks -- PMM