summaryrefslogtreecommitdiffstats
path: root/src/barebox-state.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add SPDX identifiers to files with GPL-2.0-only licenseRoland Hieber2023-07-311-0/+1
* state: add option to lock device nodeAhmad Fatoum2023-07-311-12/+18
* state: automatically find state.dtb in the ESPMichael Olbrich2023-07-311-0/+25
* state: use /run to store lockfileStefan Agner2021-03-161-3/+5
* barebox-state: have the --set option to avoid writes if possibleAhmad Fatoum2021-03-161-0/+9
* barebox-state: get devicetree from fileSteffen Trumtrar2021-03-161-8/+33
* state: keep backward compatibilityUlrich Ölmann2019-10-111-0/+2
* barebox-state: remove unused variablesUlrich Ölmann2019-02-071-5/+0
* barebox-state: remove declaration of __state_uint8_get()Ulrich Ölmann2019-02-071-1/+0
* barebox-state: add cmdline option "--version"Ulrich Ölmann2019-02-071-0/+6
* barebox-state: complete cmdline optionsUlrich Ölmann2019-02-071-1/+4
* barebox-state: fix usage of multiple state instancesUlrich Ölmann2019-02-071-1/+2
* barebox-state: fix error messageJuergen Borleis2019-01-301-1/+1
* state: remove unused arguments from state_new_from_node()Ulrich Ölmann2019-01-071-17/+2
* state: refactor variable typeUlrich Ölmann2019-01-071-10/+10
* barebox-state: block while waiting for file lockRoland Hieber2018-06-041-2/+2
* barebox-state: Fail for unhandled argumentsEnrico Jorns2017-06-301-0/+5
* barebox-state: fix termination of long_options[]Enrico Jorns2017-06-301-0/+1
* barebox-state: implement skipping authentification (again)Sascha Hauer2017-03-311-3/+11
* state: Do not load state during state_new_from_nodeSascha Hauer2017-03-311-0/+4
* barebox-state: make state_get() definition consistent to its prototypeSascha Hauer2017-03-311-1/+2
* Revert "barebox-state: Add force switch"Sascha Hauer2017-03-311-8/+1
* barebox-state: Add force switchSascha Hauer2017-03-161-1/+8
* rework logging functionsSascha Hauer2017-03-161-21/+25
* barebox-state: fix typoBastian Stender2016-12-081-1/+1
* barebox-state: only set state->name by state->state if validMichael Grzeschik2016-09-221-1/+1
* barebox-state: make sure state->name is validMichael Olbrich2016-09-141-0/+2
* barebox-state: fall back to /state if there is no alias definedMichael Olbrich2016-09-121-2/+1
* barebox-state: return non-zero exit code for missing or invalid argEnrico Jorns2016-08-081-0/+6
* barebox-state: fix print variable on --getBastian Stender2016-08-041-0/+1
* barebox-state: Fix prefix removal of variablesMarkus Pargmann2016-07-131-1/+1
* barebox-state: Fix default stateMarkus Pargmann2016-07-131-0/+11
* barebox-state: Add possibility to specify multiple state namesMarkus Pargmann2016-07-111-51/+97
* Update barebox-stateMarkus Pargmann2016-07-051-3/+5
* barebox-state: Add locking fileMarkus Pargmann2016-05-301-8/+35
* barebox-state: Import updated state codeMarkus Pargmann2016-05-271-1690/+45
* barebox-state: make state_get() state_get_var() non staticMarc Kleine-Budde2015-10-161-2/+3
* barebox-state: import from bareboxMarc Kleine-Budde2015-09-301-72/+71
* barebox-state: add double underscore to get, send and info callbacks in struc...Marc Kleine-Budde2015-09-301-21/+23
* barebox-state: make state alias work againSascha Hauer2015-09-101-5/+15
* barebox-state: Add missing breakSascha Hauer2015-09-101-0/+1
* barebox-state: Check return value of state_find_typeSascha Hauer2015-09-101-0/+8
* barebox-state: Check of_property_count_strings return valueSascha Hauer2015-09-101-2/+6
* barebox-state: __state_string_get: fix strings with max lengthMarc Kleine-Budde2015-06-211-2/+6
* barebox-sate: import from bareboxMarc Kleine-Budde2015-06-181-5/+5
* barebox-state: adopt u8 and string supportMarc Kleine-Budde2015-06-151-0/+49
* barebox-state: import uint8 and fixed strings supportMarc Kleine-Budde2015-06-151-12/+216
* barebox-state: add __ prefix to get, set, info function to avoid clash with b...Marc Kleine-Budde2015-06-151-21/+21
* barebox-state: add hmac supportMarc Kleine-Budde2015-05-251-8/+109
* crypto: import crypto layer from bareboxMarc Kleine-Budde2015-05-251-14/+1