summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libdt: prefer first found disk when looking for block devicesAhmad Fatoum2023-11-241-1/+1
* treewide: add trivial copyright headersRoland Hieber2023-07-3129-0/+38
* treewide: add GPL-2.0-only SPDX identifiers to files without licenseRoland Hieber2023-07-3119-0/+19
* treewide: add CC0-1.0 SPDX identifiers for trivial filesRoland Hieber2023-07-319-0/+9
* treewide: add SPDX identifier to file with Zlib licenseRoland Hieber2023-07-311-1/+1
* treewide: add SPDX identifiers to files with GPL-2.0-or-later licenseRoland Hieber2023-07-316-2/+6
* treewide: add SPDX identifiers to files with GPL-2.0-only licenseRoland Hieber2023-07-3116-4/+16
* libdt: add CONFIG_TEST_LOOPBACKAhmad Fatoum2023-07-312-4/+43
* state: add option to lock device nodeAhmad Fatoum2023-07-313-12/+43
* state: allow lookup of barebox state partition by Type GUIDAhmad Fatoum2023-07-316-1/+147
* libdt: use of_find_device_by_uuid for partuuid lookupAhmad Fatoum2023-07-311-10/+14
* state: align with barebox use of of_cdev_findAhmad Fatoum2023-07-315-7/+69
* libdt: use block device partition instead of parent if foundAhmad Fatoum2023-07-311-15/+45
* libdt: factor out __of_cdev_find helperAhmad Fatoum2023-07-311-30/+52
* libdt: drop broken if-branchAhmad Fatoum2023-07-311-5/+2
* libdt: factor out u64 sysattr parsing into helperAhmad Fatoum2023-07-311-7/+35
* state: backend: direct: open block device in read-only mode if possibleAhmad Fatoum2023-07-314-7/+9
* libdt: fix of_get_devicepath looking up sibling if device unavailableAhmad Fatoum2023-07-311-2/+4
* libdt: generalize of_find_device_by_uuid for scoped lookup of all UUIDsAhmad Fatoum2023-07-311-11/+19
* libdt: add of_property_write_strings supportMarco Felsch2023-07-313-0/+50
* common: xstrdup: don't panic on xstrdup(NULL)Marco Felsch2023-07-311-1/+5
* 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: automatically find state.dtb in the ESPMichael Olbrich2023-07-311-0/+25
* libdt: add support for barebox,storage-by-uuidMichael Olbrich2023-07-311-5/+64
* libdt: only requires a partname for mtdMichael Olbrich2023-07-311-9/+10
* barebox-state: fix use after free in error pathAhmad Fatoum2023-07-311-3/+1
* libdt: don't use old-style function definitionAhmad Fatoum2023-07-311-1/+1
* libdt: use memcpy instead of strncpyAhmad Fatoum2023-07-311-20/+14
* libdt: fix issues of external function without prototypeAhmad Fatoum2023-07-313-1/+3
* treewide: remove references to CREDITS fileRoland Hieber2021-03-265-15/+0
* 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
* libdt: enumerate amba bus as wellAhmad Fatoum2021-03-161-0/+1
* barebox-state: get devicetree from fileSteffen Trumtrar2021-03-163-10/+35
* libdt: support upper-case hexadecimals in value of partuuid propertyAhmad Fatoum2021-03-161-1/+11
* state: harmonize code with bareboxUlrich Ölmann2019-10-111-0/+36
* state: harmonize code with bareboxUlrich Ölmann2019-10-111-1/+1
* state: backend_storage: harmonize code with bareboxUlrich Ölmann2019-10-111-2/+4
* state: keep backward compatibilityUlrich Ölmann2019-10-112-9/+21
* state: drop unused code and declarations for non-existing functionsUlrich Ölmann2019-10-112-12/+0
* state: backend_bucket_circular: mark block as bad if mtd_peb_torture() failedUlrich Ölmann2019-10-111-0/+2