From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net ([212.18.0.9]:44461 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932621AbZKXKcu (ORCPT ); Tue, 24 Nov 2009 05:32:50 -0500 Message-ID: <4B0BB654.9030604@denx.de> Date: Tue, 24 Nov 2009 11:32:52 +0100 From: Stefano Babic MIME-Version: 1.0 Subject: Re: [PATCH 2/3] powerpc: Add support for creating FIT uImages Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Peter Tyser Cc: linux-kbuild@vger.kernel.org Peter Tyser +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" > + ${MKIMAGE} -f "$object/uImage.its" "$ofile" Hi, I have tested your patches against last mkimage utility provided with u-boot. The utility requires to pass the type of the image (flat_dt), even if this is not mentioned in the help output. Without the image type parameter, no image is generated, and no error is reported. It should be: ${MKIMAGE} -f "$object/uImage.its" - T flat_dt "$ofile" I have tried to get an image for the lite5200b board, because I have the possibility to test the result on the target. However, dtc fails to compile the its generated by your script (Version: DTC 1.2.0-g0ef21055, cloned from jdt). DTC: dts->dtb on file "arch/powerpc/boot/uImage.its" Error: arch/powerpc/boot/uImage.its 1:0 syntax error Do you test in different conditions ? Regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================