aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add information why option can't be measuredHEADmasterKarel Kočí2015-09-28
| | | | | | When initialization is executed and measurability checked, only output was that some configuration option can't be measured. This adds message about why. (If it can't be selected or otherwise can't be unselected)
* Add name of configuration option to generator name for single-satKarel Kočí2015-09-28
| | | | | | When generated with single-sat generator, configuration in database haven't had information about what configuration option was used as forced input while generating.
* cyclictest: Simplify startup (init) scriptMichal Sojka2015-09-28
|
* Update parse script for cyclictestMichal Sojka2015-09-28
| | | | | | Previously, some successfully executed measurements had no value in the database. Let's use explicit parsing script, which may (or may not) solve this problem.
* buildroot: Declare external sources in a better wayMichal Sojka2015-09-28
| | | | | | Previously used relative path in .br-external was always rewritten to an absolute path. This was annoying as git reported that this file was changed.
* Remove false commentMichal Sojka2015-09-28
|
* Rewrite root makefile documentationKarel Kočí2015-09-25
|
* 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.
* Fix commit ad69a1Karel Kočí2015-09-22
|
* Execute checkmeasure only onceKarel Kočí2015-09-22
|
* Fix bug described in commit 5ef685Karel Kočí2015-09-22
|
* Ignore decode error from subprocessKarel Kočí2015-09-21
|
* Potential fix of wrong input data format exceptionKarel Kočí2015-09-21
|
* 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.
* Clean repositoryKarel Kočí2015-09-18
| | | | Remove some unused files.
* Move buildroot submodule to script folderKarel Kočí2015-09-18
| | | | | Novaboot, picosat,... are in script directory. Only buildroot was in root directory.
* Fix target/ryuglab/linux submoduleKarel Kočí2015-09-18
| | | | We expect to use realtime branch, but master was committed to git.
* Add scripts buildcnfKarel Kočí2015-09-18
| | | | | This script is for debugging purposes only. It should be launched only in jobfiles folder and it's generating file cnf.
* Update submodule target/ryuglab/linuxKarel Kočí2015-09-17
| | | | | New commit contains new configuration, that will be used for measuring kernel folder configuration options.
* Add measurable check while initializationKarel Kočí2015-09-17
| | | | | Some configurations options can't be measured. While initialization are detected and warning is printed.
* Fix parse_kconfig symbol defaultKarel Kočí2015-09-17
| | | | | | Generated rules for symbols default values was used without information about their order. Kconfig documentation specifies that only first valid default value specification should be used.
* Remove image after measurementKarel Kočí2015-09-14
| | | | | Image should be removed after it was measured. Otherwise Linux images are piling up in jobfolder.
* Enable multithreading for ryuglab targetKarel Kočí2015-09-14
|
* Fix multithreadingKarel Kočí2015-09-14
| | | | | | | When multithreading was enabled, same configuration could been build multiple times. Adding list of built configurations and filtering list of configurations sourced from database solves this problem. Now script is aware of configurations that was prepared and not yet been measured.
* Export int values to conf.mkKarel Kočí2015-09-14
| | | | | Generated configuration file for makefile did not contain int values. But they were used. This is new feature but also fix.
* Add makefile target psqlKarel Kočí2015-09-14
| | | | | | This new target allows direct access to database wit parameters set in conf.py and conf.py of selected target. This is simple fast access to database.
* 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.
* Fix empty temporally file for config generationKarel Kočí2015-09-14
| | | | Generated temporally configuration file was read.
* Fix parse_kconfig choice parsingKarel Kočí2015-09-12
| | | | | | | Parsing choices was implemented wrong. For non-optional choice output rules must contain also dependency of all choice symbols. Because if no choice symbol has fulfilled dependencies, than choice shouldn't be selected.
* Fix fromfolder scriptKarel Kočí2015-09-12
| | | | | Script ended with exception when no file with list of non-remove configuration options was provided.
* 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.
* Fix terminate variable for single thread modeKarel Kočí2015-08-26
| | | | Latest changes for multithreading broke single thread mode.
* Disable multithread for ryuglab targetKarel Kočí2015-08-26
| | | | | Multithreading is not working properly yet. So it won't be used for active measuring.
* Use event for thread synchronization in multithread modeKarel Kočí2015-08-26
|
* Fix thread alive checkKarel Kočí2015-08-26
|
* Add print to signal thread start and stop in multithread modeKarel Kočí2015-08-26
|
* Fix multithread locking and terminatingKarel Kočí2015-08-26
|
* Fix configuration generationKarel Kočí2015-08-26
|
* Fix multithreadingKarel Kočí2015-08-26
|
* Fix random configuration generatorKarel Kočí2015-08-26
| | | | | Picosat is as default using 0 as seed for random generator. This lead on same configuration every time.
* Add dependency to .conf.mk on .target in MakefileKarel Kočí2015-08-26
| | | | | If .target file is changed (=target changed), makefile configuration should been regenerated.
* Fix wrong function call in configurations scriptKarel Kočí2015-08-24
|
* 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
|
* Fix missing utils include in loop.pyKarel Kočí2015-08-19
|
* Update ryuglab target linuxKarel Kočí2015-08-19
|
* Remove linux moduleKarel Kočí2015-08-19
| | | | | This modules is no longer used. It is expected that every target will have it's own linux target.
* Change makefile linux paths to configured Linux source pathKarel Kočí2015-08-19
| | | | Also remove unused buildroot targets