commit | a131c1f44231e3546b1cca8480400c98d1dd7ac8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:24 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:23 2015 -0600 |
tree | 47a83ea33e52c0cb131f025e4ccd045e022ab049 | |
parent | 1b99e5bbb619f91c675306226a262a14c9d9a3a3 [diff] |
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 <sjg@chromium.org>