Commit 4da85ab
authored
[mgs-updates] RoT bootloader FirstPageErased error should be ignored (#8955)
As per
#8044 (comment)
, the `RotImageError::FirstPageErased` error for the RoT bootloader is
not fatal, and should not be treated as such. This patch does two
things:
1. Interprets the error response from the SP as an invalid caboose when
retrieving caboose information
2. Carries on updating the RoT bootloader when when it finds this error
during an image signature check.
Closes #80451 parent 3070ceb commit 4da85ab
File tree
2 files changed
+11
-3
lines changed- nexus/mgs-updates/src
2 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
325 | 326 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
206 | 213 | | |
207 | 214 | | |
208 | 215 | | |
| |||
0 commit comments