Go to file
Keyon Jie 44b37d19a2 config: sue: change image_size to the real SRAM size
We have 47 bank HP and 1 bank LP SRAM on Suecreek, change the toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-21 11:58:20 +01:00
.github/workflows actions: add cppcheck and yamllint 2021-05-19 11:12:14 +01:00
config config: sue: change image_size to the real SRAM size 2021-07-21 11:58:20 +01:00
scripts travis: Scan patch codestyle 2020-09-24 09:23:12 +01:00
src sanity check allocated memory 2021-05-26 13:22:32 +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