aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
...
* Fix ARCH env variableKarel Kočí2015-05-13
|
* Fix envKarel Kočí2015-05-13
|
* Add initialize messages and initialize sourcing from dot_config not from ↵Karel Kočí2015-05-10
| | | | linux/.config
* Add saving and loading of dot_config file in permute programKarel Kočí2015-05-10
|
* permute fix makefileKarel Kočí2015-05-07
|
* Rename setpermute to permuteKarel Kočí2015-05-07
|
* Add initial implementation of setpermuteKarel Kočí2015-05-07
|
* Add implementation of hash indexing of configurationsKarel Kočí2015-05-07
|
* Add generation of all solutions in initialization phaseKarel Kočí2015-05-06
|
* Add possibility of calling pahe_set from outside of loop.pyKarel Kočí2015-05-06
|
* Fix some comments and if in solutionKarel Kočí2015-05-06
| | | | These changes were forgotten after change from minisat to picosat
* Change message in generated nbscriptKarel Kočí2015-05-06
|
* Separate initialisationKarel Kočí2015-05-06
| | | | Initialisation now can be executed without loop it self.
* Remove automatic initram buildKarel Kočí2015-05-06
| | | | Not initram must be set and created manually by user.
* Move buildroot submoduleKarel Kočí2015-05-06
|
* Replace minisat with picosatKarel Kočí2015-05-05
| | | | Picosat is distributed with this project.
* Add gitignore for picosatKarel Kočí2015-05-05
|
* Add picosat version 959Karel Kočí2015-05-05
|
* Add minisat configKarel Kočí2015-05-05
|
* parse_kconfig fix problems with choice configsKarel Kočí2015-05-05
| | | | | Choice configs has now own boolean expression. Also fixing problem with i variable. That causes that for some variables no cfn equations were build.
* Small change in parse_kconfig MakefileKarel Kočí2015-05-04
| | | | Hide warnings. I am not going to solve them now.
* Fix missing addition for commit 9a1f3ff8fbff9dd418242eefa7aa69dfd38609c5Karel Kočí2015-05-04
|
* parse_kconfig change module decode valueKarel Kočí2015-05-04
| | | | In case of default value are modules taken as yes in case of boolean.
* Add some configuration options and clean write_confKarel Kočí2015-05-04
|
* parse_kconfig fix problem with generated rulesKarel Kočí2015-05-04
| | | | | Generated rules were unsatisfiable all the time. Problem was default value of vis variable.
* parse_kconfig adding proper visibility dependencyKarel Kočí2015-05-04
| | | | For unknown reasons, output rules with generated default solution are not satisfiable.
* parse_kconfig fix problems with generated rules to be UNSATKarel Kočí2015-05-02
|
* parse_kconfig add debug output of boolexprKarel Kočí2015-05-02
|
* Fixes in scripts and add minisat_argsKarel Kočí2015-05-02
|
* parse_kconfig add missing ruleKarel Kočí2015-05-01
|
* parse_kconfig fix boolexpr_notKarel Kočí2015-05-01
|
* parse_kconfig move debug output before actionKarel Kočí2015-05-01
|
* Fix Dprintf macroKarel Kočí2015-05-01
|
* Fix parse_kconfig symlist_el variables typeKarel Kočí2015-05-01
|
* parse_kconfig add debug outputsKarel Kočí2015-05-01
|
* Add DEBUG and Wall to parse_kconfigKarel Kočí2015-05-01
|
* Fix parse_kconfig symbol_map idsKarel Kočí2015-05-01
|
* write_config update to parse_kconfig changesKarel Kočí2015-05-01
|
* Fix missing definitionKarel Kočí2015-05-01
|
* Fit solution.apply to new changesKarel Kočí2015-05-01
|
* parse_kconfig rewritenKarel Kočí2015-05-01
| | | | | parse_kconfig should now generate full dependency. It is not transforming whole expression to CNF, but only pairs.
* parse_kconfig changes before more changes comeKarel Kočí2015-04-30
| | | | This is commit that breaks parse_kconfig program...
* Add prompt variable to parse_kconfigKarel Kočí2015-04-29
|
* Add possibility of running step-by-stepKarel Kočí2015-04-28
|
* Include iteration and phase code to loopKarel Kočí2015-04-28
|
* Fix solution.apply errorKarel Kočí2015-04-28
|
* Add boot phaseKarel Kočí2015-04-28
|
* Remove spare line from scripts/conf.pyKarel Kočí2015-04-28
|
* Fix wrong open mode of iteration file in bootKarel Kočí2015-04-27
|
* Fix boot benchmark scriptKarel Kočí2015-04-27
|