Skip to content

Commit ec78757

Browse files
committed
Add settings for Polaris
Signed-off-by: Saheer Babu <[email protected]>
1 parent ab0f6de commit ec78757

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

fm_agent/configs/Polaris.conf

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Turn off terminal1 terminal2 and termimal5, keep terminal0 open
2+
mps3_board.telnetterminal1.quiet=1
3+
mps3_board.telnetterminal2.quiet=1
4+
mps3_board.telnetterminal5.quiet=1
5+
6+
## Control the output format of the telnet terminal
7+
mps3_board.telnetterminal0.mode=raw
8+
## Suppress the telnet/xterm to be launched, so that model agent can talk to the port
9+
mps3_board.telnetterminal0.start_telnet=0
10+
11+
12+
## Turn the rate limite off, make FVP runs as fast as possiable
13+
mps3_board.visualisation.rate_limit-enable=0
14+
15+
16+
## Turn on user Networking
17+
mps3_board.smsc_91c111.enabled=1
18+
mps3_board.hostbridge.userNetworking=1
19+
20+
## Turn off GUI windows
21+
mps3_board.visualisation.disable-visualisation=1
22+
23+
## Polaris specific
24+
cpu0.CFGDTCMSZ=10
25+
cpu0.CFGITCMSZ=10
26+
cpu0.INITNSVTOR=0x00000000
27+
cpu0.INITSVTOR=0x10000000

0 commit comments

Comments
 (0)