-
- Downloads
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>
Showing
- common/image.c 1 addition, 0 deletionscommon/image.c
- include/image.h 2 additions, 1 deletioninclude/image.h
- tools/Makefile 3 additions, 0 deletionstools/Makefile
- tools/rkcommon.c 72 additions, 0 deletionstools/rkcommon.c
- tools/rkcommon.h 28 additions, 0 deletionstools/rkcommon.h
- tools/rkimage.c 65 additions, 0 deletionstools/rkimage.c
Loading
Please register or sign in to comment