-
Notifications
You must be signed in to change notification settings - Fork 349
ext_man: Port SOF_IPC_EXT_WINDOW to extended manifest #2906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/include/ipc/info.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to change this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used toolchain reject packing variable-size structures inside another one, even as last field - same situation as it was before for CC_VERSION
Such a macro can be used to port .fw_ready structures to .fw_metadata section with proper header. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This information known at build time does not need to be provided in a mailbox. There was need to remove variable array from sof_ipc_window, what give possibility to embed this struct inside another one, but leads to ABI minor change. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
|
I resolved conflicts |
|
Need to align MINOR ABI prior to merging. |
|
@lgirdwood I can't see any issue with ABI number, as I see I updated from 3.16.0 (master ABI) to 3.17.0, what is aligned with changes from thesofproject/linux#2087 |
This information known at build time does not need to be
provided in a mailbox.
thesofproject/linux#2087