aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/boot
diff options
context:
space:
mode:
Diffstat (limited to 'targets/ryuglab/boot')
-rw-r--r--targets/ryuglab/boot/.gitignore2
-rw-r--r--targets/ryuglab/boot/.novaboot1
-rw-r--r--targets/ryuglab/boot/nbscripts5
-rw-r--r--targets/ryuglab/boot/shark-ryu.dtbbin0 -> 7782 bytes
4 files changed, 8 insertions, 0 deletions
diff --git a/targets/ryuglab/boot/.gitignore b/targets/ryuglab/boot/.gitignore
new file mode 100644
index 0000000..99e8155
--- /dev/null
+++ b/targets/ryuglab/boot/.gitignore
@@ -0,0 +1,2 @@
+rootfs.cpio.uboot
+uImage
diff --git a/targets/ryuglab/boot/.novaboot b/targets/ryuglab/boot/.novaboot
new file mode 100644
index 0000000..0cd421a
--- /dev/null
+++ b/targets/ryuglab/boot/.novaboot
@@ -0,0 +1 @@
+$default_target = 'ryuglab';
diff --git a/targets/ryuglab/boot/nbscripts b/targets/ryuglab/boot/nbscripts
new file mode 100644
index 0000000..ba35885
--- /dev/null
+++ b/targets/ryuglab/boot/nbscripts
@@ -0,0 +1,5 @@
+#!/usr/bin/env novaboot
+# -*-sh-*-
+load uImage console=ttyPSC0,115200 quiet
+load shark-ryu.dtb
+load rootfs.cpio.uboot
diff --git a/targets/ryuglab/boot/shark-ryu.dtb b/targets/ryuglab/boot/shark-ryu.dtb
new file mode 100644
index 0000000..7397114
--- /dev/null
+++ b/targets/ryuglab/boot/shark-ryu.dtb
Binary files differ