Go to file
Marc Herbert 82d4767ca5 Stop silently discarding -l option
Commit https://github.com/thesofproject/soft/commits/59d81995f6828 added
an -l option (for --liam? :-) which was never implemented. Remove it
because silently discarding user input is really not nice no matter how
wrong it is.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2020-09-23 19:11:48 +01:00
config toml: Add platform configuration files 2020-09-16 15:15:14 +01:00
src Stop silently discarding -l option 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: Treat warnings as errors 2020-09-22 19:24:22 +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