commit | 39547652919ad923579166c6cd2cff2b083226a8 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Wed Nov 16 17:13:41 2016 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 29 16:37:37 2016 +0100 |
tree | 944b20477fc2c113fddd0814453a82aadc65be45 | |
parent | 4747d151d724b7522d7ec57507543d6f053b4f95 [diff] |
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>