Re: [U-Boot] [PATCH v2 3/3] powerpc: Add support for ram filesystems in FIT uImages

2010-01-04 Thread Grant Likely
On Sun, Jan 3, 2010 at 3:10 AM, Wolfgang Denk wrote: > Dear Grant Likely, > > In message you > wrote: > > Note that the FIT image can also be made to contain a number of DT > blobs, and selection of a "board profile" then can be used to boot the > very sane FIT image file on any of the supported

Re: [U-Boot] [PATCH v2 3/3] powerpc: Add support for ram filesystems in FIT uImages

2010-01-03 Thread Peter Tyser
Note that the FIT image can also be made to contain a number of DT blobs, and selection of a "board profile" then can be used to boot the very sane FIT image file on any of the supported boards - so FIT images inherently support multibooting. I agree with Wolfgang. Additionally, if a FIT ima

Re: [U-Boot] [PATCH v2 3/3] powerpc: Add support for ram filesystems in FIT uImages

2010-01-03 Thread Wolfgang Denk
Dear Grant Likely, In message you wrote: > > > Currently they have to make a "legacy" uImage, manually run the device > > tree compiler with the proper flags to generate a board-specific .dtb > > file, > > ... or put the .dts files into arch/powerpc/boot/dts and use 'make .= > dtb' > > multip

Re: [U-Boot] [PATCH v2 3/3] powerpc: Add support for ram filesystems in FIT uImages

2010-01-02 Thread Grant Likely
Hi Peter, On Wed, Dec 30, 2009 at 6:10 PM, Peter Tyser wrote: > On Wed, 2009-12-30 at 17:01 -0700, Grant Likely wrote: >> On Wed, Dec 30, 2009 at 4:39 PM, Peter Tyser wrote: >> > Hi Grant, >> > I put U-Boot ML on CC. >> >> Thinking further, I do actually have another concern, at least with >> re