tools: kwbimage: Add support for a new DATA_DELAY command
authorPali Rohár <pali@kernel.org>
Fri, 23 Jul 2021 09:14:12 +0000 (11:14 +0200)
committerStefan Roese <sr@denx.de>
Sat, 31 Jul 2021 07:49:31 +0000 (09:49 +0200)
commitf63c583f9d3c4fc9da8c23744bf7c83c399db2d9
treefa2d35f1a6219a381d9a1bd271f859dbdf62da12
parent02ba70ad6822a3d0b42fef3ab48c13b9495ecd6d
tools: kwbimage: Add support for a new DATA_DELAY command

This command is supported only by v1 images and specifies a milliseconds
delay after executing some set of DATA commands. The special string value
SDRAM_SETUP instructs BootROM to setup SDRAM controller instead of
executing delay. SDRAM_SETUP may be specified only once and after the
last DATA command.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Chris Packham <judge.packham@gmail.com>
tools/kwbimage.c