From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hellstrom Date: Thu, 13 Mar 2008 14:13:20 +0100 Subject: [U-Boot-Users] [PATCH 1/8] SPARC: bootm SPARC support In-Reply-To: <47D92014.2070304@semihalf.com> References: <47D8F604.5080006@gaisler.com> <47D92014.2070304@semihalf.com> Message-ID: <47D92870.6050504@gaisler.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Bartlomiej Sieka wrote: > Daniel Hellstrom wrote: > >> This patch adds support for SPARC u-boot images to bootm. The >> IH_CPU_SPARC >> indentifier in the image header is recognized. The IH_CPU_SPARC >> indentifier >> has already been implemented in mkimage. > > > Hello Daniel, > > Could you provide a patch that adds IH_CPU_SPARC support in the context > of the new uImage format, i.e., based on the top of the new-image branch > of the u-boot-testing repository? New format support from that branch > will be merged with the master, and is planned to replace the old format > in the future. Ok, I will have a look at the new image format, I found the branch with the code you are talking about. It will take me some time, as you saw - there was other things to fix as well. Best Regards, Daniel Hellstrom > > Regards, > Bartlomiej > >