-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
BootFirmware boot or code signing related.Firmware boot or code signing related.P2Critical bugs or normal featuresCritical bugs or normal featuresbugSomething isn't working as expectedSomething isn't working as expectedregression identifiedIdentified the commit or PR that introduced a regressionIdentified the commit or PR that introduced a regression
Milestone
Description
Hi,
I have observed that the order of writing the sections to .ri got reversed from the rimage commit ID.
cause:
At the end of the SOF build process, while finding the sections and listing the valid sections, the address of the last section is stored as the first section. Because of this, the last section is taken first when writing into the output .ri file. This reversal of sections in rimage is causing the SOF loading issues on the AMD platforms.
could you please resolve this issue.
Metadata
Metadata
Assignees
Labels
BootFirmware boot or code signing related.Firmware boot or code signing related.P2Critical bugs or normal featuresCritical bugs or normal featuresbugSomething isn't working as expectedSomething isn't working as expectedregression identifiedIdentified the commit or PR that introduced a regressionIdentified the commit or PR that introduced a regression