Go to file
Karol Trzcinski 9f3f2d7d71 headers: Use full path to header
Path added to include should end at 'include' as usual, then
it is easy to see where specific headers comes from during reading
source code. It is especially important for projects composed from
a few parts, like firmware, driver, build and debug tools in this
project.
Moreover changed "" to <> in include directives because there is
specified full path to file from project include root and to be
aligned with code style from firmware repository,

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-05-25 12:36:12 +01:00
src headers: Use full path to header 2020-05-25 12:36:12 +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 headers: Use full path to header 2020-05-25 12:36:12 +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