-
Notifications
You must be signed in to change notification settings - Fork 321
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
Zephyr: A subset of #9522 to fix #9659 #9662
Conversation
the actual important test - LNL HDA - didn't test, need to retest https://sof-ci.01.org/sofpr/PR9662/build9366/devicetest/index.html |
SOFCI TEST |
a73c90d
to
aa6fd3e
Compare
TGL SSP is unrelated here, @wszypelt can you remove the TGL SSP test since this is a non production use case with Zephyr config. TGL Zephyr is developers only, so we can tolerate. |
IMR is architecture-specific, use a generic DRAM term. Signed-off-by: Guennadi Liakhovetski <[email protected]>
When verifying whether .bss is correctly following .data take its alignment into account. Signed-off-by: Guennadi Liakhovetski <[email protected]>
Section alignment might differ in the ELF image and at module target address. To obey that we need to copy sections individually from regions / segments. Signed-off-by: Guennadi Liakhovetski <[email protected]>
Update to include Zephyr fixes for unaligned section placement in object files. Signed-off-by: Guennadi Liakhovetski <[email protected]>
@lgirdwood @lyakh |
jenkins compilation seems to be hanging, restart |
SOFCI TEST |
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.
LGTM: nitpick for future updates would be to include a LOG_VERBOSE() to show what is being copied where and when.
SOFCI TEST |
CI: only known failures |
Recent Zephyr LLEXT updates seem to have introduced ELF layout changes, which require updated SOF support