From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Thu, 31 Mar 2011 14:44:17 +0900 Subject: [PATCH] mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM In-Reply-To: <20110331031648.GA3225@linux-sh.org> References: <1301453955-15759-1-git-send-email-horms@verge.net.au> <1301453955-15759-2-git-send-email-horms@verge.net.au> <20110331031648.GA3225@linux-sh.org> Message-ID: <20110331054416.GA19085@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 31, 2011 at 12:16:49PM +0900, Paul Mundt wrote: > On Thu, Mar 31, 2011 at 11:06:24AM +0900, Magnus Damm wrote: > > On Wed, Mar 30, 2011 at 11:59 AM, Simon Horman wrote: > > > This allows a ROM-able zImage to be written to eSD and for SuperH Mobile > > > ARM to boot directly from the SDHI hardware block. > > > > > > This is achieved by the MaskROM loading the first portion of the image into > > > MERAM and then jumping to it. ?This portion contains loader code which > > > copies the entire image to SDRAM and jumps to it. From there the zImage > > > boot code proceeds as normal, uncompressing the image into its final > > > location and then jumping to it. > > > > > > Cc: Paul Mundt > > > Cc: Magnus Damm > > > Cc: Kuninori Morimoto > > > Signed-off-by: Simon Horman > > > > Hi Simon, > > > > Thanks for your work on this. v6 of this patch looks good to me! > > > > Acked-by: Magnus Damm > > Likewise. Feel free to shovel it in to the patch tracker at your leisure. > > Acked-by: Paul Mundt Thanks, will do.