summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* configure: pass -fno-strict-aliasing to GCCAhmad Fatoum2023-07-311-1/+2
* sizes.h: remove unreferenced fileRoland Hieber2022-05-151-56/+0
* configure: fix state-backward-compatibility help textRoland Hieber2022-05-151-1/+1
* README: add link to lore mail archiveRoland Hieber2022-05-151-0/+3
* configure: improve state-backward-compatibility help textRoland Hieber2022-02-061-1/+1
* update READMERoland Hieber2021-03-261-6/+42
* treewide: remove references to CREDITS fileRoland Hieber2021-03-265-15/+0
* Makefile: add a helpful 'filesums' targetRoland Hieber2021-03-261-0/+5
* 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