From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnXAT-0003Zq-U3 for qemu-devel@nongnu.org; Wed, 18 Jan 2012 10:11:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnXAS-00058Q-14 for qemu-devel@nongnu.org; Wed, 18 Jan 2012 10:11:17 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:45375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnXAR-00058M-VB for qemu-devel@nongnu.org; Wed, 18 Jan 2012 10:11:15 -0500 Received: by qcsc2 with SMTP id c2so3000205qcs.4 for ; Wed, 18 Jan 2012 07:11:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4F16DF93.5070709@calxeda.com> References: <1326213943-878-1-git-send-email-mark.langsdorf@calxeda.com> <1326808231-32545-1-git-send-email-mark.langsdorf@calxeda.com> <1326808231-32545-5-git-send-email-mark.langsdorf@calxeda.com> <4F16D8AA.6020307@calxeda.com> <4F16DF93.5070709@calxeda.com> Date: Wed, 18 Jan 2012 15:11:15 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v10 4/5] arm: SoC model for Calxeda Highbank List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Langsdorf Cc: "i.mitsyanko@gmail.com" , "edgar.iglesias@gmail.com" , "qemu-devel@nongnu.org" , Rob Herring , "afaerber@suse.de" On 18 January 2012 15:04, Mark Langsdorf wrote: > On 01/18/2012 08:53 AM, Peter Maydell wrote: >> Can you try something along those lines? > > I think so. I was worried about accessing some of the > arm_boot static variables but it doesn't look like > I'll need to do that. > > I'll do a quick refactor RFC of arm_boot.c and then > get into the gory bits of getting something to work > for Highbank. Cool, thanks. NB that I have this patch http://patchwork.ozlabs.org/patch/135991/ in the vexpress-a15 series which also touches arm_boot.c, but it's not particularly invasive so it should not be too hard to reconcile with your changes. -- PMM