-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Root Cause: Move AFM firmware update code from ast1060_update to “update_afm and update_afm_image” API. Solution: Change to call update_afm API to do AFM recovery if AFM active is bad Change to set AFM SVN policy only if users update recovery region. Test: Destroy the AFM active data AST1060: 1. flash erase fmc_cs0 f0000 2. reboot expected result: AFM active should be repaired. ``` aspeed_state_machine.do_recovery: Start [00:00:07.932,000] <inf> pfr: Image Type: AFM [00:00:07.932,000] <inf> pfr: Active Data Corrupted [00:00:08.573,000] <inf> pfr: Repair success ``` Signed-off-by: Jamin Lin <[email protected]> Change-Id: I1665e3416397d9cdc24e6142749ade4a76ffd2a6
- Loading branch information
1 parent
a7b9d7b
commit 4e27ed4
Showing
4 changed files
with
46 additions
and
20 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
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