Re: [U-Boot] [U-Boot,v2,04/23] spl: Set up the bloblist in SPL

2018-11-15 Thread Simon Glass
Hi Tom, On 15 November 2018 at 16:10, Tom Rini wrote: > On Thu, Nov 15, 2018 at 04:07:59PM -0800, Simon Glass wrote: >> Hi Tom, >> >> On 9 November 2018 at 10:43, Tom Rini wrote: >> > On Tue, Oct 02, 2018 at 05:22:34AM -0600, Simon Glass wrote: >> >> The bloblist is normally set up in SPL ready

Re: [U-Boot] [U-Boot,v2,04/23] spl: Set up the bloblist in SPL

2018-11-15 Thread Simon Glass
Hi Tom, On 9 November 2018 at 10:43, Tom Rini wrote: > On Tue, Oct 02, 2018 at 05:22:34AM -0600, Simon Glass wrote: >> The bloblist is normally set up in SPL ready for use by U-Boot. Add >> a simple implementation of this to the common SPL code. >> >> Signed-off-by: Simon Glass >> --- >> >>

Re: [U-Boot] [U-Boot,v2,04/23] spl: Set up the bloblist in SPL

2018-11-15 Thread Tom Rini
On Thu, Nov 15, 2018 at 04:07:59PM -0800, Simon Glass wrote: > Hi Tom, > > On 9 November 2018 at 10:43, Tom Rini wrote: > > On Tue, Oct 02, 2018 at 05:22:34AM -0600, Simon Glass wrote: > >> The bloblist is normally set up in SPL ready for use by U-Boot. Add > >> a simple implementation of this

Re: [U-Boot] [U-Boot,v2,04/23] spl: Set up the bloblist in SPL

2018-11-09 Thread Tom Rini
On Tue, Oct 02, 2018 at 05:22:34AM -0600, Simon Glass wrote: > The bloblist is normally set up in SPL ready for use by U-Boot. Add > a simple implementation of this to the common SPL code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > common/spl/spl.c | 18