]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: kwbimage: Add image version 1 support for Armada XP / 370
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:23 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:21 +0000 (09:59 -0400)
commit4acd2d24b6518894161ed3feb29be185190af5f1
treef22257a53ca183202ac3406f211b38ce411663c5
parent2afa331260fa2946ccd3b65cc2d82b54ff0dd9e2
tools: kwbimage: Add image version 1 support for Armada XP / 370

This patch integrates the Barebox version of this kwbimage.c file into
U-Boot. As this version supports the image version 1 type for the
Armada XP / 370 SoCs.

It was easier to integrate the existing and known to be working Barebox
source than to update the current U-Boot version to support this
v1 image header format. Now all Marvell MVEBU SoCs are supported:

Image type 0: Kirkwood & Dove
Image type 1: Armada 370 & Armada XP

Please note that the current v1 support has this restuction (same as
has Barebox version):

Not implemented: support for the register headers and secure headers
in v1 images

Tested on Marvell DB-78460-BP eval board.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
tools/kwbimage.c