Go to file
Karol Trzcinski fccf521331 travis: Scan patch codestyle
Checkpatch is a tool which checks patch code style
alignment with Linux kernel code.
By the way print short graphs of used commits, to
show whats under test.
Checkpatch call is precede by `set -x`, to show used
arguments values, especially checked commits range.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-09-24 09:23:12 +01:00
config toml: Add platform configuration files 2020-09-16 15:15:14 +01:00
scripts travis: Scan patch codestyle 2020-09-24 09:23:12 +01:00
src adsp_config.c: actually check error when parsing "version" array elements 2020-09-23 19:11:48 +01:00
tomlc99@e3a03f5ec7 toml: Add TOML parsing library as git submodule 2020-09-16 15:15:14 +01:00
.gitignore Use CMake to build rimage 2020-03-26 09:41:34 +00:00
.gitmodules toml: Add TOML parsing library as git submodule 2020-09-16 15:15:14 +01:00
.travis.yml travis: Scan patch codestyle 2020-09-24 09:23:12 +01:00
CMakeLists.txt manifest: Remove -m option 2020-09-16 15:15:14 +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