[U-Boot] [RFC PATCH v2 2/9] spl: add initial support for a generic SPL framework

2011-07-15 Thread Daniel Schwierzeck
Signed-off-by: Aneesh V Signed-off-by: Daniel Schwierzeck --- Changes since RFC v1: added documentation for SPL README | 36 doc/README.SPL | 59 spl/.gitignore |4 ++ spl/Makefile | 101 ++

Re: [U-Boot] [RFC PATCH v2 2/9] spl: add initial support for a generic SPL framework

2011-07-18 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <1310746944-32711-1-git-send-email-daniel.schwierz...@googlemail.com> you wrote: > Signed-off-by: Aneesh V > Signed-off-by: Daniel Schwierzeck Thanks. > +Overview > + > + > +To unify all existing implementations for a secondary program loader (SPL)

Re: [U-Boot] [RFC PATCH v2 2/9] spl: add initial support for a generic SPL framework

2011-07-18 Thread Daniel Schwierzeck
Dear Wolfgang, sorry, I sent the new series too early and missed your answer. I'll address your comments. On Mon, Jul 18, 2011 at 6:06 PM, Wolfgang Denk wrote: > Dear Daniel Schwierzeck, > > In message > <1310746944-32711-1-git-send-email-daniel.schwierz...@googlemail.com> you > wrote: >> Sign