Skip to content

[RFC] CMake: pass firmware file micro version to rimage#5759

Closed
mengdonglin wants to merge 2 commits into
thesofproject:mainfrom
mengdonglin:micro-version
Closed

[RFC] CMake: pass firmware file micro version to rimage#5759
mengdonglin wants to merge 2 commits into
thesofproject:mainfrom
mengdonglin:micro-version

Conversation

@mengdonglin
Copy link
Copy Markdown
Collaborator

@mengdonglin mengdonglin commented Apr 30, 2022

To fix #5693

This PR depends on thesofproject/rimage#91, which needs to be merged at first

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.

afq984 and others added 2 commits April 30, 2022 05:52
* Use %z specifier for size types to avoid format
  specifier warnings on arm32
* in ctl_dump(), size_t n may be used uninitialized
  if ctl_data->out_fd > 0 and !ctl_data->binary.

Signed-off-by: Li-Yu Yu <aaronyu@google.com>
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>
@mengdonglin
Copy link
Copy Markdown
Collaborator Author

This PR includes another commit by mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] CMake can pass FW micro version to rimage

2 participants