summaryrefslogtreecommitdiffstats
path: root/src/barebox-state/state.c
Commit message (Expand)AuthorAgeFilesLines
* state: Do not load state during state_new_from_nodeSascha Hauer2017-03-311-5/+0
* state: Allow to load without authentificationSascha Hauer2017-03-311-2/+12
* state: Convert all bufs to void *Sascha Hauer2017-03-311-2/+2
* state: pass struct state * to storage functionsSascha Hauer2017-03-311-1/+1
* state: remove unnecessary argument from state_format_initSascha Hauer2017-03-311-7/+6
* state: open code state_backend_init in callerSascha Hauer2017-03-311-57/+13
* state: merge backend.c into state.cSascha Hauer2017-03-311-0/+161
* state: Drop backend as extra struct typeSascha Hauer2017-03-311-17/+17
* state: pass error code instead of inventing new oneSascha Hauer2017-03-311-3/+4
* state: fix finding the correct parent nodeMichael Olbrich2017-03-311-2/+2
* barebox-state: Sync pieces with bareboxSascha Hauer2017-03-311-9/+4
* state: don't keep pointers to device tree nodesMichael Olbrich2017-03-311-7/+12
* Revert "barebox-state: Add force switch"Sascha Hauer2017-03-311-3/+2
* barebox-state: Add force switchSascha Hauer2017-03-161-2/+3
* Update barebox-stateMarkus Pargmann2016-07-051-11/+20
* barebox-state: write of_property only if backend storage name is setMarkus Pargmann2016-06-021-6/+8
* barebox-state: Import updated state codeMarkus Pargmann2016-05-271-0/+570