aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Makefile: pass $(CFLAGS) also during dependency generationEd Maste1-1/+1
2019-12-04travis.yml: Run tests on the non-x86 builders, tooThomas Huth1-0/+32
2019-11-21Add .cirrus.yml for FreeBSD buildEd Maste1-0/+21
2019-11-21Avoid gnu_printf attribute when using ClangEd Maste1-0/+4
2019-11-16tests: default to 'cc' if CC not setEd Maste1-1/+1
2019-11-15Add test-case for trailing zeroStefan Mavrodiev1-0/+4
2019-11-15Remove trailing zero from the overlay pathStefan Mavrodiev1-1/+1
2019-11-15pylibfdt: Adjust for deprecated test methodsSimon Glass1-99/+99
2019-11-15tests: add extension to sed -i for GNU/BSD sed compatibilityEd Maste1-1/+1
2019-11-08libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2019-11-07Use correct inttypes.h format specifierDavid Gibson1-1/+2
2019-11-03support byacc in addition to bisonEthan Sommer2-1/+5
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass2-5/+6
2019-10-14tests: fix some python warningsMarc-André Lureau1-2/+4
2019-10-14util: use gnu_printf format attributeMarc-André Lureau1-1/+1
2019-10-14fstree: replace lstat with statMarc-André Lureau1-1/+1
2019-10-14dumptrees: pass outputdir as first argumentMarc-André Lureau2-1/+11
2019-10-14tests: allow out-of-tree test runMarc-André Lureau9-173/+185
2019-10-11fdtoverlay: Return non-zero exit code if overlays can't be appliedValter Minute1-1/+0
2019-10-09Add .editorconfigMarc-André Lureau1-0/+30
2019-09-25yamltree: Ensure consistent bracketing of properties with phandlesRob Herring1-0/+21
2019-09-10libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
2019-09-09pylibfdt: use python3 shebangLuca Weiss1-1/+4
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