aboutsummaryrefslogtreecommitdiff
path: root/targets
Commit message (Collapse)AuthorAge
* Add bbb target for BeagleBone BlackKarel Kočí2015-09-25
| | | | | | Buildroot configuration is now generated from base configuration and configuration defined by specified target. And initram is now build automatically for test target and all target.
* Disable multithreading for ryuglab targetKarel Kočí2015-09-18
| | | | | Multithreading is problematic and needs fixing. So again it is disabled for measuring purposes.
* Fix list of fixed configurations for ryuglab targetKarel Kočí2015-09-18
| | | | | In list of fixed configuration options was option PREEMPT_RT_FULL listed with CONFIG_ prefix.
* Fix target/ryuglab/linux submoduleKarel Kočí2015-09-18
| | | | We expect to use realtime branch, but master was committed to git.
* Update submodule target/ryuglab/linuxKarel Kočí2015-09-17
| | | | | New commit contains new configuration, that will be used for measuring kernel folder configuration options.
* Enable multithreading for ryuglab targetKarel Kočí2015-09-14
|
* 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.
* Reimplement fromfolder scriptKarel Kočí2015-08-28
| | | | | | Removing configuration options from configuration file according to definition folder. New implementation allows to specify required configuration options that shouldn't be removed in any case.
* Ryuglab target update linuxKarel Kočí2015-08-28
| | | | Setup Linux of ryuglab to realtime branch.
* Disable multithread for ryuglab targetKarel Kočí2015-08-26
| | | | | Multithreading is not working properly yet. So it won't be used for active measuring.
* 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.
* Fix wrong input type to compare_text in register_confKarel Kočí2015-08-19
|
* Update ryuglab target linuxKarel Kočí2015-08-19
|
* 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.
* Update linux for ryuglab targetKarel Kočí2015-08-19
|
* Fix build command for ryuglab targetKarel Kočí2015-08-19
|
* Fix wrong folder and remove unused scriptKarel Kočí2015-08-19
| | | | | | In boot script was old name usable before previous commit. Also patch script removed This script is no longer required, because path is applied in submodule.
* 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.
* Add linux for target ryuglabKarel Kočí2015-08-19
|
* Add git ignore for linksKarel Kočí2015-08-19
| | | | | While booting are created links to upper folders. These links should be ignored from git.
* ryuglab boot force linksKarel Kočí2015-08-18
|
* Change patch apply for ryuglabKarel Kočí2015-08-18
| | | | Patch is now added directly as commit.
* Fix missing setting of kernel_env variable in ryglab target configKarel Kočí2015-08-17
|
* Change location for rootfs of testsKarel Kočí2015-08-17
| | | | Now every test should have its own folder with rootfs and parse script.
* Change execute folder for bootKarel Kočí2015-08-17
| | | | | Folder in which novaboot is called is now same as nbscript. Binaries are linked to this folder from upper folders.
* Add etherwake to boot commandKarel Kočí2015-08-17
|
* Set configuration back do default and add overlapKarel Kočí2015-08-17
Configuration is set back as it was before previous merge on branch master. Configurations for targets can be specified by overlapping configuration options with external config.