Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-19 Thread Simon Glass
Hi, On 17 February 2016 at 04:00, Belisko Marek wrote: > Hi Simon, > > > On Thu, Jan 28, 2016 at 5:39 PM, Simon Glass wrote: >> We need a way to support more than one board per binary in U-Boot with >> device tree. Various methods have been discussed. The one that seems to make >> the most sense

Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-17 Thread Belisko Marek
Hi Simon, On Thu, Jan 28, 2016 at 5:39 PM, Simon Glass wrote: > We need a way to support more than one board per binary in U-Boot with > device tree. Various methods have been discussed. The one that seems to make > the most sense is to adjust SPL so that it can load a FIT which contains > U-Boo

Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-16 Thread Tom Rini
On Tue, Feb 16, 2016 at 09:30:44PM +0900, Masahiro Yamada wrote: > 2016-02-16 21:17 GMT+09:00 Tom Rini : > > On Tue, Feb 16, 2016 at 08:34:59PM +0900, Masahiro Yamada wrote: > >> Hi Simon, > >> > >> > >> 2016-01-29 1:39 GMT+09:00 Simon Glass : > >> > We need a way to support more than one board per

Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-16 Thread Masahiro Yamada
2016-02-16 21:17 GMT+09:00 Tom Rini : > On Tue, Feb 16, 2016 at 08:34:59PM +0900, Masahiro Yamada wrote: >> Hi Simon, >> >> >> 2016-01-29 1:39 GMT+09:00 Simon Glass : >> > We need a way to support more than one board per binary in U-Boot with >> > device tree. Various methods have been discussed. T

Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-16 Thread Tom Rini
On Tue, Feb 16, 2016 at 08:34:59PM +0900, Masahiro Yamada wrote: > Hi Simon, > > > 2016-01-29 1:39 GMT+09:00 Simon Glass : > > We need a way to support more than one board per binary in U-Boot with > > device tree. Various methods have been discussed. The one that seems to make > > the most sense

Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-16 Thread Masahiro Yamada
Hi Simon, 2016-01-29 1:39 GMT+09:00 Simon Glass : > We need a way to support more than one board per binary in U-Boot with > device tree. Various methods have been discussed. The one that seems to make > the most sense is to adjust SPL so that it can load a FIT which contains > U-Boot and several

[U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-01-28 Thread Simon Glass
We need a way to support more than one board per binary in U-Boot with device tree. Various methods have been discussed. The one that seems to make the most sense is to adjust SPL so that it can load a FIT which contains U-Boot and several device tree binaries. This is how things with with Linux: l