commit | f3f54abbd00d52f34e734e2a36a80c4f93856556 | [log] [tgz] |
---|---|---|
author | Mengdong Lin <mengdong.lin@intel.com> | Fri Apr 29 00:06:55 2022 -0400 |
committer | Li-Yu Yu <afg984@gmail.com> | Thu Jun 23 11:59:27 2022 +0800 |
tree | b034ebcdd57a323d36e3b41b6d952d9ffee8379a | |
parent | d9da56fe66ed165c1e571dd65580c57149185a1e [diff] |
CMake: pass firmware file micro version to rimage SOF CMake defines SOF_MAJOR, SOF_MINOR and SOF_MICRO for 3 fields of firmware file version major.minor.micro. But CMake only passes the major and minor version to rimage. Now CMake will also pass the mirco version to rimage, so that rimage can write it to different firmware manifest headers for cAVS platforms and then sof_ri_info.py will be able to dump entire file version info from the firmware binary. Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
See docs
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details