aboutsummaryrefslogtreecommitdiff
path: root/kernel.its
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-08-17 21:47:38 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-08-17 21:49:16 +0300
commit565724db3b73ee67fa996dab511dc52df586cee1 (patch)
treed3bd77006c2c57aa961f85c4fc677bd72f6251ae /kernel.its
downloadkmi-565724db3b73ee67fa996dab511dc52df586cee1.tar.gz
kmi-565724db3b73ee67fa996dab511dc52df586cee1.zip
Garbage
Diffstat (limited to 'kernel.its')
-rw-r--r--kernel.its34
1 files changed, 34 insertions, 0 deletions
diff --git a/kernel.its b/kernel.its
new file mode 100644
index 0000000..f984d40
--- /dev/null
+++ b/kernel.its
@@ -0,0 +1,34 @@
+/dts-v1/;
+
+/ {
+ description = "FUCK";
+#address-cells = <1>;
+
+ images {
+ kernel {
+ description = "My default kenel";
+ data = /incbin/("kernel.bin");
+ type = "kernel";
+ arch = "riscv";
+ os = "apos";
+ compression = "none";
+ load = <0x83800000>;
+ entry = <0x83800000>;
+ hash-1 {
+ algo = "md5";
+ };
+ };
+
+ };
+
+ configurations {
+ default = "config";
+
+ config {
+ description = "Default configuration";
+ kernel = "kernel";
+ };
+
+
+ };
+};