]> Git Repo - J-u-boot.git/commit - tools/kwbimage.c
tools: kwbimage: Add support for a new DATA_DELAY command
authorPali Rohár <[email protected]>
Fri, 23 Jul 2021 09:14:12 +0000 (11:14 +0200)
committerStefan Roese <[email protected]>
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 <[email protected]>
Reviewed-by: Marek Behún <[email protected]>
Reviewed-by: Chris Packham <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Tested-by: Chris Packham <[email protected]>
tools/kwbimage.c
This page took 0.034835 seconds and 4 git commands to generate.