Go to file
Karol Trzcinski ada30c15b5 config: Explicit state return value for error cases in parse_uint32_* functions
Developer should know what is ther return value for error cases.
Improved doxydoc may be used eg. by IDE to speed-up code development.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2021-08-31 21:26:14 +01:00
.github/workflows actions: add cppcheck and yamllint 2021-05-19 11:12:14 +01:00
config config: Remove machine_id field 2021-08-31 21:23:28 +01:00
scripts travis: Scan patch codestyle 2020-09-24 09:23:12 +01:00
src config: Explicit state return value for error cases in parse_uint32_* functions 2021-08-31 21:26:14 +01:00
tomlc99@e3a03f5ec7 toml: Add TOML parsing library as git submodule 2020-09-16 15:15:14 +01:00
.gitignore gitignore: Add checkpatch temporary file to gitignore 2020-10-22 16:03:54 +01: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 README: install is optional and missed "sudo". CMake 3.13 -B option. 2020-11-16 10:40:31 +00: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 usual CMake commands:

$ cmake -B build/
$ make  -C build/ help # lists all targets
$ make  -C build/
$ sudo make -C build/ install # optional