summaryrefslogtreecommitdiff
path: root/meta-arm/documentation/runfvp.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-arm/documentation/runfvp.md')
-rw-r--r--meta-arm/documentation/runfvp.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-arm/documentation/runfvp.md b/meta-arm/documentation/runfvp.md
index b9e007b15a..c792f4e082 100644
--- a/meta-arm/documentation/runfvp.md
+++ b/meta-arm/documentation/runfvp.md
@@ -98,13 +98,16 @@ FVP_TERMINALS[bp.terminal_2] = ""
FVP_TERMINALS[bp.terminal_3] = ""
```
-### `FVP_CONSOLE`
+### `FVP_CONSOLES`
-This specifies what serial port is used when `--console` is passed to runfvp. Note that this has to be the FVP identifier but without the board prefix, for example:
+This specifies what serial ports can be used in oeqa tests, along with an alias to be used in the test cases. Note that the values have to be the FVP identifier but without the board prefix, for example:
```
-FVP_CONSOLE = "terminal_0"
+FVP_CONSOLES[default] = "terminal_0"
+FVP_CONSOLES[tf-a] = "s_terminal_0"
```
+The 'default' console is also used when `--console` is passed to runfvp.
+
### `FVP_EXTRA_ARGS`
Arbitrary extra arguments that are passed directly to the FVP. For example: