]> Git Repo - J-u-boot.git/commit
rockchip: Add the rkimage format to mkimage
authorSimon Glass <[email protected]>
Sun, 30 Aug 2015 22:55:24 +0000 (16:55 -0600)
committerSimon Glass <[email protected]>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commita131c1f44231e3546b1cca8480400c98d1dd7ac8
tree47a83ea33e52c0cb131f025e4ccd045e022ab049
parent1b99e5bbb619f91c675306226a262a14c9d9a3a3
rockchip: Add the rkimage format to mkimage

Rockchip SoCs require certain formats for code that they execute, The
simplest format is a 4-byte header at the start of a binary file. Add
support for this so that we can create images that the boot ROM understands.

Signed-off-by: Simon Glass <[email protected]>
common/image.c
include/image.h
tools/Makefile
tools/rkcommon.c [new file with mode: 0644]
tools/rkcommon.h [new file with mode: 0644]
tools/rkimage.c [new file with mode: 0644]
This page took 0.038519 seconds and 4 git commands to generate.