From 461b8d6b9680f94cce80140d56c2f65df782de99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 17:24:26 +0200 Subject: Rename ryuglab target folder cyclictest to boot Boot configuration it this folder wasn't usable only just for cyclictest, but for any test. So new name is more descriptive. --- targets/ryuglab/boot/.gitignore | 2 ++ targets/ryuglab/boot/.novaboot | 1 + targets/ryuglab/boot/nbscripts | 5 +++++ targets/ryuglab/boot/shark-ryu.dtb | Bin 0 -> 7782 bytes 4 files changed, 8 insertions(+) create mode 100644 targets/ryuglab/boot/.gitignore create mode 100644 targets/ryuglab/boot/.novaboot create mode 100644 targets/ryuglab/boot/nbscripts create mode 100644 targets/ryuglab/boot/shark-ryu.dtb (limited to 'targets/ryuglab/boot') 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 Binary files /dev/null and b/targets/ryuglab/boot/shark-ryu.dtb differ -- cgit v1.2.3