commit | f9a3c278b98a17eddbf0ad903689cce47e3e6f47 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:25 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:23 2015 -0600 |
tree | e3de8e90e3852a89fbbb0b6e31a503297541ece0 | |
parent | a131c1f44231e3546b1cca8480400c98d1dd7ac8 [diff] |
rockchip: Add support for the SD image The Rockchip boot ROM requires a particular file format. It consists of 64KB of zeroes, a 512-byte header encoded with RC4, and then some executable code. Add support to mkimage so that an SPL image (u-boot-spl-dtb.bin) can be converted to this format. Signed-off-by: Simon Glass <sjg@chromium.org>