summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2021.03.0v2021.03.0Roland Hieber2021-03-173-2/+123
* Makefile: add ./DCO to the dist tarballRoland Hieber2021-03-171-1/+1
* configure: update repository URLRoland Hieber2021-03-171-1/+1
* 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
* configure: remove build time option '--enable-debug'Ulrich Ölmann2019-10-111-8/+0
* configure: remove build time option '--disable-logging'Ulrich Ölmann2019-10-111-8/+0
* state: harmonize code with bareboxUlrich Ölmann2019-10-112-0/+38
* state: harmonize code with bareboxUlrich Ölmann2019-10-111-1/+1
* state: backend_storage: harmonize code with bareboxUlrich Ölmann2019-10-112-2/+6
* state: keep backward compatibilityUlrich Ölmann2019-10-113-18/+40
* 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
* 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
* follow the Developer's Certificate of OriginRoland Hieber2019-03-282-0/+47
* remove leftovers from libabc skeletonRoland Hieber2019-03-202-259/+0
* Don't install a pkg-config file for libdtUwe Kleine-König2019-03-202-28/+0
* dtblint-imx-pinmux: fix another set of wrong table entriesUwe Kleine-König2019-02-121-2/+2
* dtblint-imx-pinmux: fix swmux suggested valuesUwe Kleine-König2019-02-111-2/+1
* dtblint-imx-pinmux: fix another set of wrong table entriesUwe Kleine-König2019-02-111-5/+5
* dtblint-imx-pinmux: fix wrong table entryUwe Kleine-König2019-02-111-3/+3
* dtblint: fsl,iomuxc: improve check for reserved bitsUwe Kleine-König2019-02-111-3/+3
* dtblint: add support for fsl,imx6dl-iomuxcUwe Kleine-König2019-02-111-0/+1604
* dtblint: check reset-gpio-active-high + reset-gpio for matching polarityUwe Kleine-König2019-02-111-0/+48
* libdt: support finding devices by partuuidSteffen Trumtrar2019-02-071-0/+12
* state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-071-3/+3
* state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-072-26/+26
* base64: remove duplicate ‘const’ declaration specifierUlrich Ölmann2019-02-071-1/+1
* base64: remove unused variableUlrich Ölmann2019-02-071-13/+2
* keystore-blob: remove unused variableUlrich Ölmann2019-02-071-1/+1
* 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
* of_get_devicepath: again correct commentUlrich Ölmann2019-02-071-3/+4
* common: align declarations of dev_add_param_*() functions with bareboxUlrich Ölmann2019-02-071-4/+4
* state: fix typoUlrich Ölmann2019-02-073-4/+4
* barebox-state: fix error messageJuergen Borleis2019-01-301-1/+1
* Release 2019.01.0v2019.01.0Roland Hieber2019-01-283-3/+45
* fix leaks of memory returned by read_file() callsEnrico Jorns2019-01-102-0/+2
* Introduce dev_set_name()Ulrich Ölmann2019-01-072-1/+27