aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/conf
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-09-02 14:01:46 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-09-02 14:06:16 +0300
commitd9b427cab53849c503306af1ebebed30c35fb81f (patch)
tree1ac2fee12c2bede1a1ef722a59c4d94faf213e2d /arch/riscv64/conf
parent9398194058eeb365bfc985b31b4049ccfd44ac45 (diff)
downloadkmi-d9b427cab53849c503306af1ebebed30c35fb81f.tar.gz
kmi-d9b427cab53849c503306af1ebebed30c35fb81f.zip
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?
Diffstat (limited to 'arch/riscv64/conf')
-rw-r--r--arch/riscv64/conf/apos.its4
1 files changed, 2 insertions, 2 deletions
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";
};