9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cd170d1856e83d89f82ba0bb9eb83aa865d9cf7b
parent 34d10a8b093f008ee0b396ed45db9e13789210c2
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 13 Oct 2020 07:50:05 +0200

fvp: Do not enable uart0 and uart3 by default

They can be used later, so there is not a point to
enable them at the begining and having xterm
windows that are disturbing.

Change-Id: I287f8adf124e4acf094b27be02aa1a393b82f1af

Diffstat:
Mscripts/fvp.sh | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/scripts/fvp.sh b/scripts/fvp.sh @@ -10,8 +10,6 @@ $FVP_PATH/FVP_Base_RevC-2xAEMv8A \ -C bp.secure_memory=1 \ -C pctl.startup=0.0.0.0 \ -C cache_state_modelled=1 \ - -C bp.pl011_uart0.uart_enable=1 \ - -C bp.pl011_uart3.uart_enable=1 \ -C cluster0.cpu0.RVBAR=0x04001000 \ -C cluster0.cpu1.RVBAR=0x04001000 \ -C cluster0.cpu2.RVBAR=0x04001000 \