From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Thu, 07 Feb 2008 13:05:07 +0100 Subject: [U-Boot-Users] [new uImage] Code available on new-image branch of u-boot-testing repo Message-ID: <47AAF3F3.9090903@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, The ongoing new uImage format work that has been posted to the list in the form of patches, is now also available from the new-image branch of the u-boot-testing repository at Denx (thanks Wolfgang!). You can browse the code by going to: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-testing.git;a=shortlog;h=new-image Or you can pull it locally to take a closer look, test, etc, by using: git pull \ git://www.denx.de/git/u-boot-testing.git/ new-image:u-boot-testing/new-image To recap the current state of development: the above branch contains clean-up and reorganization of the old format code, done in preparation for adding new format handling. As the reorganization touches a lot of common and critical code, people are encouraged to review, test and provide feedback Current work on new format handling will be posted to the list and made available on the new-image branch as well. Looking forward to the comments. Regards, Bartlomiej