aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Ignore phandle properties in /aliasesv1.5.1David Gibson1-0/+5
2019-08-29README: update for Python 3Luca Weiss1-14/+12
2019-08-28livetree: simplify condition in get_node_by_pathDenis Efremov1-2/+1
2019-07-28libfdt: Allow #size-cells of 0David Gibson3-3/+17
2019-07-22Makefile: Add EXTRA_CFLAGS variableJoel Stanley1-1/+1
2019-07-05libfdt: Tweak data handling to satisfy CoverityDavid Gibson3-12/+18
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson2-4/+11
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson4-6/+42
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao2-0/+19
2019-07-03pylibfdt: Correct the FdtSw exampleSimon Glass1-2/+4
2019-06-30tests: Add a failed test case for 'fdtoverlay' with long target pathFabrice Gasnier3-0/+44
2019-06-30fdtoverlay: Rework output allocationDavid Gibson1-16/+58
2019-06-30fdtoverlay: Improve error messagesDavid Gibson1-8/+6
2019-06-30fdtoverlay: Check for truncated overlay blobsDavid Gibson1-1/+9
2019-06-21README.license: Update to reflect SPDX tag usageRob Herring2-5/+37
2019-06-21dtc: Add GPLv2 SPDX tags to files missing license textRob Herring7-0/+7
2019-06-21libfdt: Add dual GPL/BSD SPDX tags to files missing license textRob Herring2-0/+2
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring73-1056/+73
2019-06-21pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring3-46/+3
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring13-597/+13
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring20-295/+20
2019-06-12livetree: add missing type markers in generated overlay propertiesRob Herring2-8/+13
2019-05-21Fix typos in various documentation and source filesThomas Huth13-22/+22
2019-05-21Update the GPL2 text to the latest revisionThomas Huth1-21/+20
2019-05-10Fix bogus error on rebuildDavid Gibson1-1/+1
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin4-35/+85
2019-05-10libfdt: Introduce fdt_create_with_flags()Nicholas Piggin4-3/+67
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin6-7/+139
2019-05-06Avoid assertion in check_interrupts_property()David Gibson1-3/+7
2019-03-29Link tools and tests against libfdt shared libraryDavid Gibson6-7/+17
2019-03-29tests: Rename tests.sh to testutils.shDavid Gibson9-8/+8
2019-03-29Clean up LDLIBS handlingDavid Gibson1-2/+2
2019-03-29Rebuild libfdt shared object if versioning linker script changesDavid Gibson1-5/+5
2019-03-29Use Python3 by defaultDavid Gibson2-2/+2
2019-03-29libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson3-14/+11
2019-03-29libfdt: Add phandle generation helperThierry Reding8-3/+99
2019-03-29libfdt: Use fdt_find_max_phandle()Thierry Reding1-1/+5
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding5-15/+56
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro9-0/+290
2019-03-27checks: Do not omit nodes with labels if symbol generation is requestedChen-Yu Tsai1-0/+2
2019-03-25Update version.lds againDavid Gibson1-0/+4
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson9-114/+3
2019-03-21libfdt: Add phandle generation helperThierry Reding9-3/+114
2019-03-12checks: Fix spelling in check_graph_endpointLeonard Crestez1-1/+1
2019-03-06Bump version to v1.5.0v1.5.0David Gibson1-2/+2
2019-02-19pylibfdt:tests: Extend the way how to find a Python moduleLumir Balhar1-1/+1
2019-02-19pylibfdt: Change how passing tests are recognizedLumir Balhar1-1/+1
2019-02-19pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin2-5/+11
2019-02-19pylibfdt: check_err accepts only integer as a first argument.Lumir Balhar1-1/+1
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar2-13/+21