Commit a5651b6
committed
[bazel,qemu] Enable SPI console with TX indicator test for QEMU
Enables the `ottf_console_with_gpio_tx_indicator` test target for the
QEMU execution environment, as this test exercises functionality that is
required to be supported for provisioning flows.
As QEMU does not currently implement the relevant Pinmux connections
between OpenTitan and GPIO, a minor extension is made to the test to
allow users to optionally specify which GPIO pin should be used as the
ready-indicator, rather than hardcoding to IOA5. This is then overriden
for the QEMU execution environment only.
Signed-off-by: Alex Jones <[email protected]>1 parent cea4066 commit a5651b6
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4382 | 4382 | | |
4383 | 4383 | | |
4384 | 4384 | | |
| 4385 | + | |
4385 | 4386 | | |
4386 | 4387 | | |
4387 | 4388 | | |
| |||
4397 | 4398 | | |
4398 | 4399 | | |
4399 | 4400 | | |
| 4401 | + | |
| 4402 | + | |
| 4403 | + | |
| 4404 | + | |
| 4405 | + | |
| 4406 | + | |
| 4407 | + | |
| 4408 | + | |
4400 | 4409 | | |
4401 | 4410 | | |
4402 | 4411 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | | - | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments