-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LF-12620 firmware: se_fw: Fix 8ULP iMEM issue when RTD is power down
When RTD is power down, 64kB over the 96kB of ELE FW RAM are lost and must be restored at resume. However when kernel (APD) is poweroff, current implementation does not restore the ELE RAM, so cause failure when trying to load externd FW. To fix the issue, this patch checks the iMEM state from ELE get info API to determine loading extend FW or restore iMEM. It also saves ELE iMEM RAM to file on rootfs at ELE driver probe and resume. Signed-off-by: Ye Li <[email protected]> Reviewed-by: Pankaj Gupta <[email protected]> Tested-by: Jacky Bai <[email protected]> Acked-by: Jason Liu <[email protected]>
- Loading branch information
Ye Li
authored and
Jason Liu
committed
Jun 7, 2024
1 parent
da4e1bb
commit b586a52
Showing
2 changed files
with
183 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters