From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4gIE-0004QU-LP for qemu-devel@nongnu.org; Mon, 05 Mar 2012 17:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4gIC-0005GD-Ou for qemu-devel@nongnu.org; Mon, 05 Mar 2012 17:22:10 -0500 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:47679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4gIC-0005G0-En for qemu-devel@nongnu.org; Mon, 05 Mar 2012 17:22:08 -0500 Received: by lahe6 with SMTP id e6so5812255lah.4 for ; Mon, 05 Mar 2012 14:22:05 -0800 (PST) Date: Mon, 5 Mar 2012 23:22:01 +0100 From: "Edgar E. Iglesias" Message-ID: <20120305222201.GB477@zapo> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v1 0/5] Microblaze machine models and bootloader refactoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Peter A. G. Crosthwaite" Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, john.williams@petalogix.com, paul@codesourcery.com On Sun, Mar 04, 2012 at 09:03:50PM +1000, Peter A. G. Crosthwaite wrote: > From: "Peter A. G. Crosthwaite" > > Overhauled the microblaze bootloader process. Factored out the common boot code between petalogix_ml605 and petalogix_s3adsp1800 machine models into a dedicated microblaze bootloader (Patch 1). It now organised in much the same way as its handled in arm machine models (arm_boot.c) where the machine model calls load_kernel() after machine initialisation. > > Did some general cleanup of s2adsp1800, moved some cpu reset behaviour out of the machine model initialisation (patch 2) and #defined some magic numbers (patch 3). > Thanks for cleaning this up, I've applied it. Cheers, Edgar