9os

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

commit 992b322efd7a298196a164d74f8bcb9a182474eb
parent 8b2ea53771b9eadca14e2a1f895f71ed89814c38
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 13 Oct 2020 07:37:02 +0200

doc: Update README

The memory location of os9 was wrong.

Change-Id: I191a1709cd807d8febe9fd047f82962345e21426

Diffstat:
MREADME | 30+++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/README b/README @@ -31,20 +31,16 @@ uart3=<path to uart1 log> bl31=<path to bl31.bin> $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_uart0.out_file=$uart0 \ - -C bp.pl011_uart3.uart_enable=1 \ - -C bp.pl011_uart3.out_file=$uart3 \ - -C cluster0.cpu0.RVBAR=0x04001000 \ - -C cluster0.cpu1.RVBAR=0x04001000 \ - -C cluster0.cpu2.RVBAR=0x04001000 \ - -C cluster0.cpu3.RVBAR=0x04001000 \ - -C cluster1.cpu0.RVBAR=0x04001000 \ - -C cluster1.cpu1.RVBAR=0x04001000 \ - -C cluster1.cpu2.RVBAR=0x04001000 \ - -C cluster1.cpu3.RVBAR=0x04001000 \ - --data cluster0.cpu0=$bl31@0x04001000 \ - + -C bp.secure_memory=1 \ + -C pctl.startup=0.0.0.0 \ + -C cache_state_modelled=1 \ + -C cluster0.cpu0.RVBAR=0x04001000 \ + -C cluster0.cpu1.RVBAR=0x04001000 \ + -C cluster0.cpu2.RVBAR=0x04001000 \ + -C cluster0.cpu3.RVBAR=0x04001000 \ + -C cluster1.cpu0.RVBAR=0x04001000 \ + -C cluster1.cpu1.RVBAR=0x04001000 \ + -C cluster1.cpu2.RVBAR=0x04001000 \ + -C cluster1.cpu3.RVBAR=0x04001000 \ + --data cluster0.cpu0=$bl31@0x04001000 \ + --data cluster0.cpu0=$bl31@0x04001000 \