aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/boot
Commit message (Collapse)AuthorAge
* Change boot to execute only one scriptsKarel Kočí2015-09-14
| | | | | | | Boot is now executing only lcpinit script. /init scripts is not used during measurements. Booting without boot script, only using novaboot scripts, results in using /init script. This helps to access cli in booted machine without editing any files.
* Add boot timeoutKarel Kočí2015-08-24
| | | | | | Boot process should timeout after selected number of seconds if no output is generated. This allows resolving some problems with possible boot stuck.
* Move boot and remove compile scriptKarel Kočí2015-08-19
| | | | | Compile script is not required if we use GNUmakefile. Holding script folder only because of boot script makes no sense.
* Rename ryuglab target folder cyclictest to bootKarel Kočí2015-08-19
Boot configuration it this folder wasn't usable only just for cyclictest, but for any test. So new name is more descriptive.