]> git.sur5r.net Git - u-boot/commit
rockchip: Add support for the SD image
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:25 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commitf9a3c278b98a17eddbf0ad903689cce47e3e6f47
treee3de8e90e3852a89fbbb0b6e31a503297541ece0
parenta131c1f44231e3546b1cca8480400c98d1dd7ac8
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>
common/image.c
include/image.h
tools/Makefile
tools/rksd.c [new file with mode: 0644]