Go to file
Adrian Bonislawski f23b2c2d07 rimage: use lma if available
some sections may use different lma than vma address,
in such case rimage needs to use lma

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@linux.intel.com>
2020-05-12 09:10:54 +01:00
src rimage: use lma if available 2020-05-12 09:10:54 +01:00
.gitignore Use CMake to build rimage 2020-03-26 09:41:34 +00:00
.travis.yml CI: Travis: init build test for rimage 2020-04-17 10:47:44 +01:00
CMakeLists.txt ext_man: Create extended manifest 2020-04-21 09:09:18 +01:00
LICENSE Match LICENSE from the main SOF repo 2020-04-15 15:44:51 +01:00
README.md Remove cmake option SOF_SOURCE_DIR 2020-04-05 20:02:13 +01:00

README.md

rimage

rimage is a DSP firmware image creation and signing tool targeting the DSP on certain Intel System-on-Chip (SoC). This is used by the Sound Open Firmware (SOF) to generate binary image files.

Building

The rimage tool can be built with the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install