summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Add fdt_check_full() functionsafetyDavid Gibson2018-04-117-1/+141
* tests: Use valgrind client requests for better checkingDavid Gibson2018-04-114-1/+56
* tests: Better handling of valgrind errors saving blobsDavid Gibson2018-04-114-34/+13
* tests: Remove unused #defineDavid Gibson2018-04-111-2/+0
* Use size_t for blob lengths in utilfdt_read*David Gibson2018-04-114-7/+7
* libfdt: Add fdt_header_size()David Gibson2018-04-113-10/+28
* Consolidate utilfdt_read_len() variantsDavid Gibson2018-04-117-38/+15
* libfdt: Safer access to memory reservationsDavid Gibson2018-04-117-7/+114
* libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson2018-04-111-2/+12
* libfdt: Safer access to strings sectionDavid Gibson2018-04-1110-9/+193
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-04-117-4/+192
* libfdt: Improve sequential write state checkingDavid Gibson2018-04-115-15/+218
* libfdt: Clean up header checking functionsDavid Gibson2018-04-046-39/+45
* checks: Print duplicate node name instead of parent nameGeert Uytterhoeven2018-03-281-1/+1
* .travis.yml: Run valgrind checks via TravisDavid Gibson2018-03-091-2/+6
* tests: Update valgrind suppressions for sw_tree1David Gibson2018-03-091-1/+1
* tests: Remove valgrind error from tests/get_pathDavid Gibson2018-03-091-1/+2
* checks: add graph binding checksRob Herring2018-03-073-0/+175
* checks: add a check for duplicate unit-addresses of child nodesRob Herring2018-03-073-0/+46
* Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson2018-03-064-14/+80
* Suppress warnings on overlay fragmentsDavid Gibson2018-03-061-0/+5
* Improve tests for dtc overlay generationDavid Gibson2018-03-064-81/+146
* checks: centralize printing of property names in failure messagesRob Herring2018-02-101-68/+80
* checks: centralize printing of node path in check_msgRob Herring2018-02-091-128/+104
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-01-274-19/+93
* srcpos: drop special handling of tabJulia Lawall2018-01-231-5/+0
* libfdt: overlay: Add missing licenseMaxime Ripard2018-01-101-0/+51
* Avoid installing pylibfdt when dependencies are missingSimon Glass2018-01-081-8/+16
* Makefile: Split INSTALL out into INSTALL_{PROGRAM,LIB,DATA,SCRIPT}kevans@FreeBSD.org2018-01-041-4/+9
* Makefile.tests: Add LIBDL make(1) variable for portability sakekevans@FreeBSD.org2018-01-041-1/+4
* Attempt to auto-detect stat(1) being used if not given proper invocationkevans@FreeBSD.org2018-01-041-1/+8
* dtc: Bump version to v1.4.6v1.4.6David Gibson2018-01-031-1/+1
* fdtoverlay: Switch from using alloca to mallockevans@FreeBSD.org2018-01-031-2/+2
* tests: Improve compatibility with other platformskevans@FreeBSD.org2018-01-031-4/+9
* checks: add chosen node checksRob Herring2017-12-153-0/+64
* checks: add aliases node checksRob Herring2017-12-131-0/+24
* checks: check for #{size,address}-cells without child nodesRob Herring2017-12-131-0/+26
* checks: add string list check for *-names propertiesRob Herring2017-12-133-2/+19
* checks: add string list checkRob Herring2017-12-133-1/+40
* checks: add a string check for 'label' propertyRob Herring2017-12-133-1/+4
* checks: fix sound-dai phandle with arg property checkPeter Rosin2017-12-051-2/+2
* Fix ambiguous grammar for devicetree ruleGrant Likely2017-11-213-8/+14
* tests: Add some basic tests for the pci_bridge checksDavid Gibson2017-11-114-0/+61
* Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson2017-11-113-5/+5
* Add strstarts() helper functionDavid Gibson2017-11-112-1/+2
* tests: Check non-matching cases for fdt_node_check_compatible()David Gibson2017-10-301-0/+19
* livetree: avoid assertion of orphan phandles with overlaysTero Kristo2017-10-272-2/+6
* implement strnlen for systems that need itJohn Arbuckle2017-10-271-0/+27
* libfdt: Remove leading underscores from identifiersDavid Gibson2017-10-269-120/+120
* Remove leading underscores from identifiersDavid Gibson2017-10-2610-43/+41