From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Fri, 4 Jul 2014 00:03:53 +0200 Subject: [U-Boot] [PATCH v1 24/25] tools: kwbimage: Add image version 1 support for Armada XP / 370 In-Reply-To: <1403862911-6138-25-git-send-email-sr@denx.de> References: <1403862911-6138-1-git-send-email-sr@denx.de> <1403862911-6138-25-git-send-email-sr@denx.de> Message-ID: <20140703220353.GC8506@w500.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Jun 27, 2014 at 11:55:10AM +0200, Stefan Roese wrote: > 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 > --- > > tools/kwbimage.c | 1050 ++++++++++++++++++++++++++++++++++++++++-------------- > 1 file changed, 782 insertions(+), 268 deletions(-) Tested-by: Luka Perkov Luka