9os

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

commit c04d15ae02c728de5118dbe529e70968bce44fd5
parent 92db95a24e31b705a260838378d7abd5e3447cae
Author: Roberto E. Vargas Caballero <roberto.vargas@midokura.com>
Date:   Thu, 17 Nov 2022 13:17:17 +0100

os9/fvp: Add support to inspect the fip file

Diffstat:
Msrc/os9/cfg/9fvp/conf | 1+
Msrc/os9/cfg/9fvp/kernel | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/os9/cfg/9fvp/conf b/src/os9/cfg/9fvp/conf @@ -6,3 +6,4 @@ bind #c /dev/cons bind #p /proc bind #t0 /dev/uart0 bind #t1 /dev/uart1 +mount #F /fips /blobs/fip.bin diff --git a/src/os9/cfg/9fvp/kernel b/src/os9/cfg/9fvp/kernel @@ -4,6 +4,8 @@ dev pl011 base=0x1C090000,clk=24000000,rate=115200 pl011 base=0x1c0c0000,clk=24000000,rate=115200 cons + fip blob + fip.bin 0x8000000,0x80000 ../cfg/9fvp/conf end