aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-09.travis.yml: Run valgrind checks via TravisDavid Gibson1-2/+6
2018-03-09tests: Update valgrind suppressions for sw_tree1David Gibson1-1/+1
2018-03-09tests: Remove valgrind error from tests/get_pathDavid Gibson1-1/+2
2018-03-07checks: add graph binding checksRob Herring3-0/+175
2018-03-07checks: add a check for duplicate unit-addresses of child nodesRob Herring3-0/+46
2018-03-06Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson4-14/+80
2018-03-06Suppress warnings on overlay fragmentsDavid Gibson1-0/+5
2018-03-06Improve tests for dtc overlay generationDavid Gibson4-81/+146
2018-02-10checks: centralize printing of property names in failure messagesRob Herring1-68/+80
2018-02-09checks: centralize printing of node path in check_msgRob Herring1-128/+104
2018-01-27Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn4-19/+93
2018-01-23srcpos: drop special handling of tabJulia Lawall1-5/+0
2018-01-10libfdt: overlay: Add missing licenseMaxime Ripard1-0/+51
2018-01-08Avoid installing pylibfdt when dependencies are missingSimon Glass1-8/+16
2018-01-04Makefile: Split INSTALL out into INSTALL_{PROGRAM,LIB,DATA,SCRIPT}kevans@FreeBSD.org1-4/+9
2018-01-04Makefile.tests: Add LIBDL make(1) variable for portability sakekevans@FreeBSD.org1-1/+4
2018-01-04Attempt to auto-detect stat(1) being used if not given proper invocationkevans@FreeBSD.org1-1/+8
2018-01-03dtc: Bump version to v1.4.6v1.4.6David Gibson1-1/+1
2018-01-03fdtoverlay: Switch from using alloca to mallockevans@FreeBSD.org1-2/+2
2018-01-03tests: Improve compatibility with other platformskevans@FreeBSD.org1-4/+9
2017-12-15checks: add chosen node checksRob Herring3-0/+64
2017-12-13checks: add aliases node checksRob Herring1-0/+24
2017-12-13checks: check for #{size,address}-cells without child nodesRob Herring1-0/+26
2017-12-13checks: add string list check for *-names propertiesRob Herring3-2/+19
2017-12-13checks: add string list checkRob Herring3-1/+40
2017-12-13checks: add a string check for 'label' propertyRob Herring3-1/+4
2017-12-05checks: fix sound-dai phandle with arg property checkPeter Rosin1-2/+2
2017-11-21Fix ambiguous grammar for devicetree ruleGrant Likely3-8/+14
2017-11-11tests: Add some basic tests for the pci_bridge checksDavid Gibson4-0/+61
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson3-5/+5
2017-11-11Add strstarts() helper functionDavid Gibson2-1/+2
2017-10-30tests: Check non-matching cases for fdt_node_check_compatible()David Gibson1-0/+19
2017-10-27livetree: avoid assertion of orphan phandles with overlaysTero Kristo2-2/+6
2017-10-27implement strnlen for systems that need itJohn Arbuckle1-0/+27
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson9-120/+120
2017-10-26Remove leading underscores from identifiersDavid Gibson10-43/+41
2017-10-26Replace FDT_VERSION() with stringify()David Gibson2-3/+4
2017-10-26Fix some errors in commentsDavid Gibson2-5/+6
2017-10-26tests: Correct warning in sw_tree1.cDavid Gibson1-0/+2
2017-10-19checks: fix handling of unresolved phandles for dts pluginsRob Herring1-0/+9
2017-10-06tests: Avoid 64-bit arithmetic in assemblerDavid Gibson2-25/+28
2017-10-05libfdt: add stringlist functions to linker scriptReiner Huober1-0/+3
2017-09-28tests: Add a test for overlays syntactic sugarPantelis Antoniou1-0/+6
2017-09-28overlay: Add syntactic sugar version of overlaysPantelis Antoniou3-3/+40
2017-09-28checks: Use proper format modifier for size_tThierry Reding1-2/+2
2017-09-27dtc: Bump version to v1.4.5v1.4.5David Gibson1-1/+1
2017-09-27Add fdtoverlay to .gitignoreDavid Gibson1-0/+1
2017-09-27fdtoverlay: Sanity check blob sizeDavid Gibson1-0/+7
2017-09-27pylibfdt: Use Python2 explicitlyDavid Gibson2-2/+2
2017-09-22checks: add interrupts property checkRob Herring3-0/+94