[U-Boot] [PATCH] mkconfig: add support for SPL CPU
    Allen Martin 
    amartin at nvidia.com
       
    Wed Aug 15 23:47:12 CEST 2012
    
    
  
On Thu, Aug 09, 2012 at 01:38:19PM -0700, Wolfgang Denk wrote:
> Dear Allen Martin,
> 
> In message <1334858337-2853-1-git-send-email-amartin at nvidia.com> you wrote:
> > Add support for specifying a differnt CPU for main u-boot and SPL
> > u-boot builds.  This is done by adding an optional SPL CPU after the
> > main CPU in boards.cfg as follows:
> > 
> >      normal_cpu:spl_cpu
> > 
> > This this case CPU will be set to "normal_cpu" during the main u-boot
> > build and "spl_cpu" during the SPL build.
> > 
> > Signed-off-by: Allen Martin <amartin at nvidia.com>
> > ---
> > This is part of my patch series to move all armv4t code out of tegra
> > u-boot to an SPL.  I haven't heard any suggestions on how to resolve
> > having a different CPU for the SPL build, so this is my suggestion
> > as a possible solution.
> > 
> >  boards.cfg     |    5 +++++
> >  doc/README.SPL |   12 ++++++++++++
> >  mkconfig       |   15 ++++++++++++++-
> >  3 files changed, 31 insertions(+), 1 deletions(-)
> 
> Applied, thanks.
> 
Thanks.  There's a newer version of this patch that we've been
carrying in the tegra tree.  Tom I'll need to rebase that patch on
top of this or they will collide the next time tegra merges up.
-Allen
-- 
nvpublic
    
    
More information about the U-Boot
mailing list