From 605c7d9258c129b66b76f1b55a8a6f3cea68c13e Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 18 Sep 2021 22:32:15 +0300 Subject: Added fdt debug capability + For future reference, apos now requires initrd to be found in fdt. --- arch/riscv/conf/apos.its | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'arch/riscv/conf/apos.its') diff --git a/arch/riscv/conf/apos.its b/arch/riscv/conf/apos.its index c3611dd..7c05044 100644 --- a/arch/riscv/conf/apos.its +++ b/arch/riscv/conf/apos.its @@ -18,6 +18,19 @@ algo = "sha1"; }; }; + + initrd { + description = "Gargabbio initrd"; + data = /incbin/("initrd.txt"); + type = "ramdisk"; + arch = "riscv"; + os = "apos"; + compression = "none"; + load = <0x88300000>; + hash-1 { + algo = "sha1"; + }; + }; }; configurations { @@ -26,6 +39,10 @@ config { description = "Default configuration"; kernel = "kernel"; + ramdisk = "initrd"; + hash-1 { + algo = "sha1"; + }; }; }; }; -- cgit v1.3