From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Wed, 20 Feb 2008 18:19:50 +0100 Subject: [U-Boot-Users] [PATCH 0/6] [new uImage] patchset4 - assorted patches Message-ID: <20080220171950.25624.71201.stgit@pollux.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patchset encompasses some clean-ups and fixes, and adds the new uImage #define knob (CONFIG_FIT), which is enabled by default. The patchset also adds some new uImage-specific functionality: (1) a routine to parse new-style arguments to bootm (and other commands), (2) a generic function for retrieving images. It lays foundation for the soon-to-follow: - low-level new uImage handling functions - mkimage extensions to allow generation of new format images - U-Boot support for booting new format images Code from this patchset will be soon available from the new-image branch of the u-boot-testing repository. Please review, test and provide comments. Marian Balakowicz (6): [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds [new uImage] Rename and move print_image_hdr() routine [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines [new uImage] Add gen_get_image() routine [libfdt] Fix compilation errors is fdt_support.c [new uImage] Pull in libfdt if CONFIG_FIT is enabled Regards, Bartlomiej