Re: [PATCH 2/3] powerpc: Add support for creating FIT uImages

2009-11-25 Thread Peter Tyser
Hi Stefano, Stefano Babic wrote: Peter Tyser ptyser wrote: +# Create a default, fully populated DTS file +DATA=/ { + description = \Linux kernel ${VERSION}\; + #address-cells = 1; + + images { + kernel at 1 { Is the at probably generated by your anti-spam

Re: [PATCH 2/3] powerpc: Add support for creating FIT uImages

2009-11-24 Thread Peter Tyser
Hi Stefano, Thanks for trying the patches out. On Tue, 2009-11-24 at 11:32 +0100, Stefano Babic wrote: Peter Tyser ptyser wrote: +uboot.fit) +rm -f $ofile +${MKITS} -A ppc -C gzip -a $membase -e $membase -v $version \ + -d $srctree/$dtb -k $srctree/$vmz -o $object/uImage.its

[PATCH 2/3] powerpc: Add support for creating FIT uImages

2009-11-18 Thread Peter Tyser
Recent U-Boot versions support booting a Flattened Image Tree (FIT) image format. The FIT uImage format uses a tree structure to describe a kernel image as well as supporting device tree blobs, ramdisks, etc. The 'mkimage' and 'dtc' utilities convert this tree description into a binary blob that