Go to file
Liam Girdwood d6cf696066 config: tgl: fix CSE offsets for TGL
Now aligns with actual offsets.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2020-11-16 11:56:58 +00:00
config config: tgl: fix CSE offsets for TGL 2020-11-16 11:56:58 +00:00
scripts travis: Scan patch codestyle 2020-09-24 09:23:12 +01:00
src toml: Keep available manifest parsers in list 2020-10-19 14:40:04 +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