aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/conf/kmi.its
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv64/conf/kmi.its')
-rw-r--r--arch/riscv64/conf/kmi.its48
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/riscv64/conf/kmi.its b/arch/riscv64/conf/kmi.its
new file mode 100644
index 0000000..0494030
--- /dev/null
+++ b/arch/riscv64/conf/kmi.its
@@ -0,0 +1,48 @@
+/dts-v1/;
+
+/ {
+ description = "FUCK";
+#address-cells = <1>;
+
+ images {
+ kernel {
+ description = "Garbaggio";
+ data = /incbin/("../../../kmi.bin");
+ type = "kernel";
+ arch = "riscv";
+ os = "kmi";
+ compression = "none";
+ load = <0x80240000>;
+ entry = <0x80240000>;
+ hash-1 {
+ algo = "sha1";
+ };
+ };
+
+ initrd {
+ description = "Gargabbio initrd";
+ data = /incbin/("initrd");
+ type = "ramdisk";
+ arch = "riscv";
+ os = "kmi";
+ compression = "none";
+ load = <0x88300000>;
+ hash-1 {
+ algo = "sha1";
+ };
+ };
+ };
+
+ configurations {
+ default = "config";
+
+ config {
+ description = "Default configuration";
+ kernel = "kernel";
+ ramdisk = "initrd";
+ hash-1 {
+ algo = "sha1";
+ };
+ };
+ };
+};