summaryrefslogtreecommitdiffstats
path: root/src/barebox-state
Commit message (Expand)AuthorAgeFilesLines
* treewide: add trivial copyright headersRoland Hieber2023-07-311-0/+1
* treewide: add SPDX identifiers to files with GPL-2.0-or-later licenseRoland Hieber2023-07-312-0/+2
* treewide: add SPDX identifiers to files with GPL-2.0-only licenseRoland Hieber2023-07-315-0/+5
* state: add option to lock device nodeAhmad Fatoum2023-07-312-0/+25
* state: allow lookup of barebox state partition by Type GUIDAhmad Fatoum2023-07-311-0/+20
* state: align with barebox use of of_cdev_findAhmad Fatoum2023-07-311-7/+19
* state: backend: direct: open block device in read-only mode if possibleAhmad Fatoum2023-07-314-7/+9
* state: fix typos found with codespellMarco Felsch2023-07-311-1/+1
* state: add SPDX-License-Identifier for files without explicit licenseMarco Felsch2023-07-311-0/+2
* state: propagate failure to fixup enum32 into DTMarco Felsch2023-07-311-0/+2
* state: remove unused functionMarco Felsch2023-07-311-13/+0
* state: remove param member from state_uint32, state_enum32, state_macMarco Felsch2023-07-312-11/+8
* state: remove param member from struct state_stringMarco Felsch2023-07-312-4/+4
* state: treat state with all-invalid buckets as dirtyMarco Felsch2023-07-311-4/+3
* state: backend_storage: deal gracefully with runtime bucket corruptionMarco Felsch2023-07-311-0/+2
* state: backend_raw: fix ignoring unpack failuresMarco Felsch2023-07-311-1/+3
* state: Remove duplicate incudesMarco Felsch2023-07-311-2/+0
* state: backend_storage: harmonize code with bareboxUlrich Ölmann2019-10-111-2/+4
* state: keep backward compatibilityUlrich Ölmann2019-10-111-9/+19
* state: drop unused code and declarations for non-existing functionsUlrich Ölmann2019-10-111-7/+0
* state: backend_bucket_circular: mark block as bad if mtd_peb_torture() failedUlrich Ölmann2019-10-111-0/+2
* state: check lengthUlrich Ölmann2019-10-111-1/+6
* state: Fix lseek error check in state_mtd_peb_write()Ulrich Ölmann2019-10-111-4/+3
* state: Fix lseek error check in state_mtd_peb_read()Ulrich Ölmann2019-10-111-4/+3
* state: Fix lseek error check in state_backend_bucket_direct_write()Ulrich Ölmann2019-10-111-4/+3
* state: Fix lseek error check in state_backend_bucket_direct_read()Ulrich Ölmann2019-10-111-8/+8
* state: backend_bucket_circular: fix double free()Kim Christensen2019-09-231-1/+0
* state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-071-3/+3
* state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-072-26/+26
* state: fix typoUlrich Ölmann2019-02-073-4/+4
* Introduce dev_set_name()Ulrich Ölmann2019-01-071-1/+1
* state: fix documentation of state_new_from_node()Ulrich Ölmann2019-01-071-0/+1
* backend_bucket_circular: remove unused variablesUlrich Ölmann2019-01-071-2/+0
* state: fix typoUlrich Ölmann2019-01-071-1/+1
* state: backend_bucket_circular: fix memory leakUlrich Ölmann2019-01-071-4/+7
* state: backend_bucket_circular: fix for non power of 2 writesizeUlrich Ölmann2019-01-071-2/+6
* state: Add property to protect existing dataUlrich Ölmann2019-01-074-4/+27
* state: find backend node with its reproducible nameUlrich Ölmann2019-01-072-1/+6
* state: remove unused arguments from state_new_from_node()Ulrich Ölmann2019-01-071-28/+22
* state: Add 'init_from_defaults' parameterUlrich Ölmann2019-01-072-0/+9
* state: refuse to set dirty parameter via setenvUlrich Ölmann2019-01-071-1/+6
* state: Add function to read state MACUlrich Ölmann2019-01-071-0/+21
* state: refactor variable typeUlrich Ölmann2019-01-073-26/+48
* state: remove checks for xzalloc() returning NULLUlrich Ölmann2019-01-073-8/+0
* state: don't use uninitialized variableUlrich Ölmann2019-01-071-1/+1
* state: use the given backend storage type nameUlrich Ölmann2019-01-071-4/+5
* state: provide an error message when an error occursUlrich Ölmann2019-01-071-0/+1
* state: add debugging helpUlrich Ölmann2019-01-072-1/+8
* state: backend_storage: remove unreachable error messageUlrich Ölmann2019-01-071-2/+0
* state: backend_bucket_circular: promote old state debug message to infoUlrich Ölmann2019-01-071-1/+1