From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Mon, 25 Aug 2008 21:14:27 +0200 Subject: [U-Boot] [patch 0/2] Several U-boot uImage building patches Message-ID: <48b309fb.1701d00a.4e74.ffffa8d7@mx.google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Here follows a series of 2 patches that provide some additional functionality to building Linux kernel uImages for U-boot: * Make it possible to base uImage on the non-compressed kernel 'Image' instead of 'zImage'. * Add support for the new U-boot uImage file format, called FIT. This will allow a kernel to be build directly in this new format instead of the legacy format, IF the proper tools are available (dtc v1.2.0 and mkimage 1.3.3; dtc is checked by version-number, the proper mkimage is detected by cmd-line options, it must provide a '-f' option) If older, or improper tools are detected, then the Legacy style image is build after issuing a warning message. Signed-off-by: Remy Bohmer --