]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: kwboot: Add support for UART boot mode patching for Armada XP/38x
authorStefan Roese <sr@denx.de>
Tue, 29 Sep 2015 07:19:59 +0000 (09:19 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Thu, 1 Oct 2015 00:02:06 +0000 (02:02 +0200)
commite29f1db3dd96901fb54d8faefed8cd2987704b68
tree3d4a12990efc88b9280170383d3bd27b77455cce
parent787ddb7cd141bda9f0c4818023a2fd684053c15a
tools: kwboot: Add support for UART boot mode patching for Armada XP/38x

Currently, kwboot only allows dynamic UART boot mode patching for SoCs
with header version 0 (Orion, Kirkwood). This patch now enables this "-p"
feature also for SoCs with header version 1 (Armada XP / 38x etc). With
this its possible now to use the UART boot mode without on images that
are generated for other boot devices, like SPI. So no need to change
BOOT_FROM to "uart" for UART xmodem booting any more.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
tools/kwbimage.c
tools/kwbimage.h
tools/kwboot.c