aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/parse.c
Commit message (Collapse)AuthorAge
* Simplify parse_kconfig generated CNF formulasKarel Kočí2015-07-17
| | | | | Not isn't now generated using additional variable. All head formulas for all configuration options are now printed directly as formulas. Not build using functions.
* Implement evaluateKarel Kočí2015-05-16
|
* 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.
* parse_kconfig change module decode valueKarel Kočí2015-05-04
| | | | In case of default value are modules taken as yes in case of boolean.
* 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 add debug output of boolexprKarel Kočí2015-05-02
|
* parse_kconfig add missing ruleKarel Kočí2015-05-01
|
* parse_kconfig move debug output before actionKarel Kočí2015-05-01
|
* parse_kconfig add debug outputsKarel 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
|
* parse_kconfig fix wrong behaviour for non prompt symbolsKarel Kočí2015-04-24
| | | | | Non prompt symbols should be selected always as their dependencies are satisfied. This changes adds generation of relevant rules.
* parse_kconfig: fix SIGSEGV caused by uninitialized memoryKarel Kočí2015-04-23
|
* Rename parser.c to parse.cKarel Kočí2015-04-21