From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 23 Aug 2012 08:07:27 -0700 Subject: [U-Boot] [PATCH 1/6] SPL: Add NOR flash booting support In-Reply-To: <1345709565-28862-2-git-send-email-sr@denx.de> References: <1345709565-28862-1-git-send-email-sr@denx.de> <1345709565-28862-2-git-send-email-sr@denx.de> Message-ID: <5036472F.1060203@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/23/2012 01:12 AM, Stefan Roese wrote: > SPL NOR flash booting support is quite simple. Only copying of the > images is needed. > > On MPC5xxx we need to make sure to only use the standard memcpy() > implementation and not the MPC5xxx specific one. As the MPC5xxx > version has some complexity which is not needed for this SPL > booting. I assume there's good reason to use SPL on NOR here? Is a near-future goal to do SPL-boots-Linux and thus the desire for a very small loader? Thanks! -- Tom