Go to file
Curtis Malainey 8f42ee88cc adsp_config: fix out of bounds error
cppcheck find

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
2021-05-19 11:12:14 +01:00
config rimage: add cavs fw layout support 2021-04-21 09:13:28 +01:00
scripts travis: Scan patch codestyle 2020-09-24 09:23:12 +01:00
src adsp_config: fix out of bounds error 2021-05-19 11:12: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