summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: update for Python 3coverity_scanLuca Weiss2019-08-291-14/+12
* livetree: simplify condition in get_node_by_pathDenis Efremov2019-08-281-2/+1
* libfdt: Allow #size-cells of 0David Gibson2019-07-283-3/+17
* Makefile: Add EXTRA_CFLAGS variableJoel Stanley2019-07-221-1/+1
* libfdt: Tweak data handling to satisfy CoverityDavid Gibson2019-07-053-12/+18
* fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson2019-07-042-4/+11
* fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson2019-07-044-6/+42
* pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao2019-07-042-0/+19
* pylibfdt: Correct the FdtSw exampleSimon Glass2019-07-031-2/+4
* tests: Add a failed test case for 'fdtoverlay' with long target pathFabrice Gasnier2019-06-303-0/+44
* fdtoverlay: Rework output allocationDavid Gibson2019-06-301-16/+58
* fdtoverlay: Improve error messagesDavid Gibson2019-06-301-8/+6
* fdtoverlay: Check for truncated overlay blobsDavid Gibson2019-06-301-1/+9
* README.license: Update to reflect SPDX tag usageRob Herring2019-06-212-5/+37
* dtc: Add GPLv2 SPDX tags to files missing license textRob Herring2019-06-217-0/+7
* libfdt: Add dual GPL/BSD SPDX tags to files missing license textRob Herring2019-06-212-0/+2
* tests: Replace license boilerplate with SPDX tagsRob Herring2019-06-2173-1056/+73
* pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring2019-06-213-46/+3
* libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring2019-06-2113-597/+13
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-2120-295/+20
* livetree: add missing type markers in generated overlay propertiesRob Herring2019-06-122-8/+13
* Fix typos in various documentation and source filesThomas Huth2019-05-2113-22/+22
* Update the GPL2 text to the latest revisionThomas Huth2019-05-211-21/+20
* Fix bogus error on rebuildDavid Gibson2019-05-101-1/+1
* libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin2019-05-104-35/+85
* libfdt: Introduce fdt_create_with_flags()Nicholas Piggin2019-05-104-3/+67
* libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2019-05-106-7/+139
* Avoid assertion in check_interrupts_property()David Gibson2019-05-061-3/+7
* Link tools and tests against libfdt shared libraryDavid Gibson2019-03-296-7/+17
* tests: Rename tests.sh to testutils.shDavid Gibson2019-03-299-8/+8
* Clean up LDLIBS handlingDavid Gibson2019-03-291-2/+2
* Rebuild libfdt shared object if versioning linker script changesDavid Gibson2019-03-291-5/+5
* Use Python3 by defaultDavid Gibson2019-03-292-2/+2
* libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson2019-03-293-14/+11
* libfdt: Add phandle generation helperThierry Reding2019-03-298-3/+99
* libfdt: Use fdt_find_max_phandle()Thierry Reding2019-03-291-1/+5
* libfdt: Add new maximum phandle lookup functionThierry Reding2019-03-295-15/+56
* libfdt: add fdt_append_addrrange()AKASHI Takahiro2019-03-299-0/+290
* checks: Do not omit nodes with labels if symbol generation is requestedChen-Yu Tsai2019-03-271-0/+2
* Update version.lds againDavid Gibson2019-03-251-0/+4
* Revert "libfdt: Add phandle generation helper"David Gibson2019-03-259-114/+3
* libfdt: Add phandle generation helperThierry Reding2019-03-219-3/+114
* checks: Fix spelling in check_graph_endpointLeonard Crestez2019-03-121-1/+1
* Bump version to v1.5.0v1.5.0David Gibson2019-03-061-2/+2
* pylibfdt:tests: Extend the way how to find a Python moduleLumir Balhar2019-02-191-1/+1
* pylibfdt: Change how passing tests are recognizedLumir Balhar2019-02-191-1/+1
* pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin2019-02-192-5/+11
* pylibfdt: check_err accepts only integer as a first argument.Lumir Balhar2019-02-191-1/+1
* pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar2019-02-192-13/+21
* Use PRIxPTR for printing uintptr_t valuesAndreas Schwab2019-01-021-3/+3