tools: imximage: display DCD block offset, length
authorEric Nelson <eric@nelint.com>
Thu, 17 Nov 2016 00:13:41 +0000 (17:13 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Nov 2016 15:37:37 +0000 (16:37 +0100)
commite5491f3ef5aa4b38067bd10dbdded9520305670f
tree944b20477fc2c113fddd0814453a82aadc65be45
parent36c0627ba5efd602d9ca8ebaae06f30d1890a41a
tools: imximage: display DCD block offset, length

These values can be used to sign a U-Boot image for use when
loading an image through the Serial Download Protocol (SDP).

Note that the address of 0x910000 is usable with the stock
configuration of imx_usb_loader on i.MX6 and i.MX7 SOCs:

https://github.com/boundarydevices/imx_usb_loader/blob/master/mx6_usb_work.conf#L3

Refer to the section on imx_usb_loader in this post for more
details:

https://boundarydevices.com/high-assurance-boot-hab-dummies/

Signed-off-by: Eric Nelson <eric@nelint.com>
tools/imximage.c