summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2023.11.0HEADv2023.11.0nextmasterRoland Hieber2023-11-244-4/+27
* libdt: prefer first found disk when looking for block devicesAhmad Fatoum2023-11-241-1/+1
* meson: align libdt-utils version with autotools'Ahmad Fatoum2023-11-241-0/+13
* README: provide git format.subjectPrefix line to copyAhmad Fatoum2023-11-241-2/+4
* Release 2023.08.0v2023.08.0Roland Hieber2023-08-014-3/+126
* Makefile: include meson files in the dist tarballRoland Hieber2023-08-011-0/+8
* Makefile: include missing files in the dist tarballRoland Hieber2023-08-011-2/+8
* README: mention compatibility with the REUSE specificationRoland Hieber2023-07-311-0/+4
* DCO: add SPDX license informationRoland Hieber2023-07-312-0/+4
* treewide: add trivial copyright headersRoland Hieber2023-07-3158-0/+67
* treewide: add GPL-2.0-only SPDX identifiers to files without licenseRoland Hieber2023-07-3150-0/+54
* treewide: add CC0-1.0 SPDX identifiers for trivial filesRoland Hieber2023-07-3110-0/+130
* treewide: add SPDX identifier to file with Zlib licenseRoland Hieber2023-07-312-1/+20
* treewide: add SPDX identifiers to files with GPL-3.0-or-later licenseRoland Hieber2023-07-312-1/+673
* treewide: add SPDX identifiers to files with GPL-2.0-or-later licenseRoland Hieber2023-07-318-2/+358
* treewide: add SPDX identifiers to files with GPL-2.0-only licenseRoland Hieber2023-07-3118-284/+367
* README: clarify the need for "real names" with the DCO processRoland Hieber2023-07-311-2/+2
* README: fix Git repository URLRoland Hieber2023-07-311-3/+3
* meson: set optimization level to -O2 by defaultAhmad Fatoum2023-07-311-0/+1
* test: add test case with non-existent /dev/fileAhmad Fatoum2023-07-311-0/+26
* meson: options: use defaults of type boolean for boolean optionsAhmad Fatoum2023-07-311-4/+4
* test: add barebox-state loop block device testsAhmad Fatoum2023-07-3119-0/+1569
* libdt: add CONFIG_TEST_LOOPBACKAhmad Fatoum2023-07-314-4/+46
* meson: add simple integration testAhmad Fatoum2023-07-314-0/+47
* state: add option to lock device nodeAhmad Fatoum2023-07-315-12/+53
* Add meson as build systemAhmad Fatoum2023-07-317-0/+293
* 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