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 targets/ryuglab/cyclictest/.gitignore | 2 -- targets/ryuglab/cyclictest/.novaboot | 1 - targets/ryuglab/cyclictest/nbscripts | 5 ----- targets/ryuglab/cyclictest/shark-ryu.dtb | Bin 7782 -> 0 bytes 8 files changed, 8 insertions(+), 8 deletions(-) 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 delete mode 100644 targets/ryuglab/cyclictest/.gitignore delete mode 100644 targets/ryuglab/cyclictest/.novaboot delete mode 100644 targets/ryuglab/cyclictest/nbscripts delete mode 100644 targets/ryuglab/cyclictest/shark-ryu.dtb 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 diff --git a/targets/ryuglab/cyclictest/.gitignore b/targets/ryuglab/cyclictest/.gitignore deleted file mode 100644 index 99e8155..0000000 --- a/targets/ryuglab/cyclictest/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -rootfs.cpio.uboot -uImage diff --git a/targets/ryuglab/cyclictest/.novaboot b/targets/ryuglab/cyclictest/.novaboot deleted file mode 100644 index 0cd421a..0000000 --- a/targets/ryuglab/cyclictest/.novaboot +++ /dev/null @@ -1 +0,0 @@ -$default_target = 'ryuglab'; diff --git a/targets/ryuglab/cyclictest/nbscripts b/targets/ryuglab/cyclictest/nbscripts deleted file mode 100644 index ba35885..0000000 --- a/targets/ryuglab/cyclictest/nbscripts +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env novaboot -# -*-sh-*- -load uImage console=ttyPSC0,115200 quiet -load shark-ryu.dtb -load rootfs.cpio.uboot diff --git a/targets/ryuglab/cyclictest/shark-ryu.dtb b/targets/ryuglab/cyclictest/shark-ryu.dtb deleted file mode 100644 index 7397114..0000000 Binary files a/targets/ryuglab/cyclictest/shark-ryu.dtb and /dev/null differ -- cgit v1.2.3