
23 Aug
2012
23 Aug
'12
5:07 p.m.
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