]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5e539762f4bd5d5a66b34ff224e3fbf5f62e3a9c
treefa2d35f1a6219a381d9a1bd271f859dbdf62da12
parent250879aad9072a6119ec78a9cf508979fef22bf8
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