From d9b427cab53849c503306af1ebebed30c35fb81f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 2 Sep 2022 14:01:46 +0300 Subject: reserve more space for fw + Doesn't seem to be specified anywhere, but I'll stick with 2MB for now, working on the assumption that the FW is at the start of the physical RAM. Possible TODOs: generate apos.its automatically from init.elf, allocate root_branch statically? --- arch/riscv64/conf/apos.its | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/riscv64/conf') diff --git a/arch/riscv64/conf/apos.its b/arch/riscv64/conf/apos.its index da48860..026fb45 100644 --- a/arch/riscv64/conf/apos.its +++ b/arch/riscv64/conf/apos.its @@ -12,8 +12,8 @@ arch = "riscv"; os = "apos"; compression = "none"; - load = <0x80080000>; - entry = <0x80080000>; + load = <0x80240000>; + entry = <0x80240000>; hash-1 { algo = "sha1"; }; -- cgit v1.3