diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-19 17:24:26 +0200 |
---|---|---|
committer | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-19 17:24:26 +0200 |
commit | 461b8d6b9680f94cce80140d56c2f65df782de99 (patch) | |
tree | 67c55d517701d997b2ab7f26b620c6cb1941e52d /targets/ryuglab/boot | |
parent | e1fe612b4358ff9bb394deb8ac537b4aef56bec7 (diff) | |
download | linux-conf-perf-461b8d6b9680f94cce80140d56c2f65df782de99.tar.gz linux-conf-perf-461b8d6b9680f94cce80140d56c2f65df782de99.tar.bz2 linux-conf-perf-461b8d6b9680f94cce80140d56c2f65df782de99.zip |
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.
Diffstat (limited to 'targets/ryuglab/boot')
-rw-r--r-- | targets/ryuglab/boot/.gitignore | 2 | ||||
-rw-r--r-- | targets/ryuglab/boot/.novaboot | 1 | ||||
-rw-r--r-- | targets/ryuglab/boot/nbscripts | 5 | ||||
-rw-r--r-- | targets/ryuglab/boot/shark-ryu.dtb | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..7397114 --- /dev/null +++ b/targets/ryuglab/boot/shark-ryu.dtb |