Commit 3ed4201
Add MCU MBOX Tests and Fix MBOX Lock Clearing Detection (#181)
* -Fix mailbox release detection to be based on valid SW write and data being 0 (instead of value edge detect).
-Update MBOX clearing to explicitly call out writing 0 to EXECUTE register.
* -Add MCU MBOX smoke test with MCU and Caliptra both acquiring and reading/writing MBOX.
-Add MCU MBOX lock return one during zeroize test.
-Update MCU MBOX zeroize smoke test for new infra.
-Add MCU MBOX tests to L0.
* -Add MBOX CSRs are zero after lock release test.
-Fix mbox_status CSR to reset on MBOX lock release.1 parent 4040173 commit 3ed4201
File tree
1 file changed
+13
-8
lines changed- src/integration/test_suites/smoke_test_mcu_mbox
1 file changed
+13
-8
lines changedLines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
173 | | - | |
174 | | - | |
| 178 | + | |
175 | 179 | | |
176 | | - | |
177 | | - | |
| 180 | + | |
178 | 181 | | |
179 | | - | |
180 | | - | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
195 | 200 | | |
196 | 201 | | |
197 | 202 | | |
| |||
0 commit comments