tools: kwboot: Update doc about Avanta

Testes proved that current kwboot version supports also Avanta SoCs.
It looks like that Avanta SoCs are using same kwbimage format as Armada.

Signed-off-by: Pali Rohár <pali@kernel.org>
Tested-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Pali Rohár 2022-03-02 11:49:26 +01:00 committed by Stefan Roese
parent 787fcf5c00
commit 0b5909d3af
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ kwboot \- Boot Marvell Kirkwood (and others 32-bit) SoCs over a serial link.
.SH "DESCRIPTION" .SH "DESCRIPTION"
The \fBkwboot\fP program boots boards based on Marvell's 32-bit The \fBkwboot\fP program boots boards based on Marvell's 32-bit
platforms including Kirkwood, Dove, A370, AXP, A375, A38x platforms including Kirkwood, Dove, Avanta, A370, AXP, A375, A38x
and A39x over their integrated UART. Boot image files will typically and A39x over their integrated UART. Boot image files will typically
contain a second stage boot loader, such as U-Boot. The image file contain a second stage boot loader, such as U-Boot. The image file
must conform to Marvell's BootROM firmware image format must conform to Marvell's BootROM firmware image format

View file

@ -1,7 +1,7 @@
/* /*
* Boot a Marvell SoC, with Xmodem over UART0. * Boot a Marvell SoC, with Xmodem over UART0.
* supports Kirkwood, Dove, Armada 370, Armada XP, Armada 375, Armada 38x and * supports Kirkwood, Dove, Avanta, Armada 370, Armada XP, Armada 375,
* Armada 39x * Armada 38x and Armada 39x.
* *
* (c) 2012 Daniel Stodden <daniel.stodden@gmail.com> * (c) 2012 Daniel Stodden <daniel.stodden@gmail.com>
* (c) 2021 Pali Rohár <pali@kernel.org> * (c) 2021 Pali Rohár <pali@kernel.org>
@ -1990,7 +1990,7 @@ kwboot_usage(FILE *stream, char *progname)
progname); progname);
fprintf(stream, "\n"); fprintf(stream, "\n");
fprintf(stream, fprintf(stream,
" -b <image>: boot <image> with preamble (Kirkwood, Armada 370/XP/375/38x/39x)\n"); " -b <image>: boot <image> with preamble (Kirkwood, Avanta, Armada 370/XP/375/38x/39x)\n");
fprintf(stream, fprintf(stream,
" -D <image>: boot <image> without preamble (Dove)\n"); " -D <image>: boot <image> without preamble (Dove)\n");
fprintf(stream, " -b: enter xmodem boot mode\n"); fprintf(stream, " -b: enter xmodem boot mode\n");