]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: Add Marvell recovery image download script
authorKonstantin Porotchkin <kostap@marvell.com>
Thu, 30 Nov 2017 14:10:09 +0000 (16:10 +0200)
committerStefan Roese <sr@denx.de>
Tue, 9 Jan 2018 15:41:00 +0000 (16:41 +0100)
commiteee4835d22e96d517f60a8260f002abe4a5d16d8
tree3f3ddb501c62d1205daf63c987514b3e0caa426c
parentf3dd87e0b98999a78e500e8c6d2b063ebadf535a
tools: Add Marvell recovery image download script

Introduce the recovery image download script for usage with
Marvell Armada SoC families (excepting 37xx family).
Since Marvell BootROM uses a sliding window in UART buffer
for detecting escape sequence during the boot, it's easier
to interrupt the normal boot flow by sending a long stream
of chained escape sequences to the serial port instead of
periodically sending a single escape sequence as it is done
by kwboot utility.
Additional benefit of using this script is the ability to
adjust the escape sequence stream length withoiut need for
compilation.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Igal Liberman <igall@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
tools/mrvl_uart.sh [new file with mode: 0755]