aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
...
* kernel configuration now calling write_conf instead of make odlconfig hackKarel Kočí2015-04-19
| | | | Also configuration output is now set as visible.
* initialize.py use utils get_kernel_env for parse_kconfig()Karel Kočí2015-04-19
|
* Add possibility to hide kernel outputKarel Kočí2015-04-19
|
* Configure write_config to compare and not set valueKarel Kočí2015-04-19
|
* write_config writing loaded configurationKarel Kočí2015-04-19
|
* Force MODULES noKarel Kočí2015-04-19
| | | | We are not supporting modules. Initial configuration with enable modules causes errors.
* Fix error in initialize script and dedicate config for .config fileKarel Kočí2015-04-19
|
* write-config now checking for inconsistency in configKarel Kočí2015-04-19
|
* Remove usage of .config fragment fileKarel Kočí2015-04-17
|
* write_config implemented solution reader, but most of code in write.c is now ↵Karel Kočí2015-04-17
| | | | commented
* Fix problem with overwriting last element with zerosKarel Kočí2015-04-14
|
* Change comment in shared/macros.hKarel Kočí2015-04-13
|
* Fix python scripts to work with parse_kconfigKarel Kočí2015-04-13
|
* write_solution to not search for NONAMEGENKarel Kočí2015-04-13
|
* Add write_config .gitignoreKarel Kočí2015-04-13
|
* Add first implementation of write_configKarel Kočí2015-04-13
| | | | | | | write_config is application for default .config generation. It will be using default API from kconfig to generate it. Now implemented only symbol map loading.
* parse_kconfig change default size of arrayKarel Kočí2015-04-13
| | | | This is only cosmetic.
* parse_kconfig symlist.h move includes to begining of fileKarel Kočí2015-04-12
|
* parse_kconfig fix some warningsKarel Kočí2015-04-12
|
* Add TODO information to code that there should be faster implementationKarel Kočí2015-04-12
|
* Add makefile for new application write_configKarel Kočí2015-04-12
| | | | This makefile is copy of parse_kconfig makefile, only target name changed.
* Extract file name definitions out from parse_kconfig to sharedKarel Kočí2015-04-12
|
* parse_kconfig change error message to more informativeKarel Kočí2015-04-12
|
* parse_kconfig: complete simple argument parser and formate parse.cKarel Kočí2015-04-12
|
* parse_kconfig clean include in parse.cKarel Kočí2015-04-12
|
* Fix parse_kconfig .gitignore and makefileKarel Kočí2015-04-12
|
* parse_kconfig make builds *.o filesKarel Kočí2015-04-12
| | | | Until now *.o files were not created.
* Fix shared/kconfig/files.mkKarel Kočí2015-04-11
| | | | Dependencies were not solved right. After first execution, they were removed and never built again.
* macros.h moved to shared folderKarel Kočí2015-04-11
|
* parse_kconfig output executable name changed from parser to parseKarel Kočí2015-04-11
|
* Kconfig_parser renamed to parse_kconfigKarel Kočí2015-04-11
|
* Move gitignore rules to corresponds to kconfig sources moveKarel Kočí2015-04-11
|
* Add information about commit to shared kconfigKarel Kočí2015-04-10
| | | | Used newer commit than were files actually exported, but no change in those files.
* Part of Kconfig used in kconfig_parser exported to shared directory and ↵Karel Kočí2015-04-10
| | | | updated to linux v4.0-rc5
* Fix error printfKarel Kočí2015-04-10
|
* Simplify kconfig_parser MakefileKarel Kočí2015-04-10
|
* Add novaboot submoduleKarel Kočí2015-03-26
|
* Remove generated filesKarel Kočí2015-03-26
| | | | | I am not sure when those files show in index. But they should be ignored. From now on they are.
* Add check for existence of .configKarel Kočí2015-03-26
|
* reset.py removeKarel Kočí2015-03-26
| | | | | Python implementation of reset remove. This is doing now makefile. This script wasn't working/finished anyway.
* Remove residue of old required implementationKarel Kočí2015-03-26
|
* Repair wrong phasingKarel Kočí2015-03-26
| | | | Only comma was missing.
* Remove old import from main_loopKarel Kočí2015-03-26
|
* Loop phases changeKarel Kočí2015-03-26
| | | | Phases are now refersed as numbers in code.
* kconfig_parser moved from programs to scriptsKarel Kočí2015-03-26
| | | | This way all executable code is inside scripts directory.
* Add .config checkKarel Kočí2015-03-26
| | | | | | | | config is not yet part of main_loop From now it seems that config is changing a lot of configs to diferent setting. Is it because of missing dependency for sat? or because of configuration restart. Shouldn't we be also exporting all non bool/tri state configs?
* Setup oldconfig to yes to allKarel Kočí2015-03-26
| | | | | | In generated .config file are missing all non bool/tri state configs (except those from defconfig). This solution is only temporally. This way configuration never fails.
* Add source .config backupKarel Kočí2015-03-24
|
* Implement requirement generation from kernel .configKarel Kočí2015-03-24
|
* Reset functionality exported from main_loopKarel Kočí2015-03-23
| | | | But not working yet