summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to dtc-1.4.3-1.el7dtc-1.4.3-1.el7RHEL-7.4Miroslav Rezanina2017-07-181-0/+5
* redhat/Makefile: honor BREW_FLAGS like the kernelMiroslav Rezanina2017-07-141-1/+1
* script: update git-backport-diff to latestPeter Xu2017-04-051-25/+50
* Add redhat directoryMiroslav Rezanina2017-03-0615-0/+826
* dtc: Bump version to v1.4.3v1.4.3David Gibson2017-02-281-1/+1
* Add printf format attributesDavid Gibson2017-02-282-1/+19
* Correct some broken printf() like format mismatchesDavid Gibson2017-02-282-2/+2
* libfdt: Add fdt_setprop_empty()David Gibson2017-02-242-1/+31
* libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson2017-02-241-1/+2
* Print output filename as part of warning messagesIan Campbell2017-02-233-40/+46
* dtc: Use streq() in preference to strcmp()David Gibson2017-02-132-3/+3
* checks: Add Warning for stricter node name character checkingRob Herring2017-02-131-0/+12
* checks: Add Warning for stricter property name character checkingRob Herring2017-02-131-0/+35
* dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson2017-02-081-1/+1
* livetree.c: Fix memory leakJean-Christophe Dubois2017-02-081-0/+2
* dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd2017-01-313-3/+13
* manual: Fix typo it -> inStephen Boyd2017-01-301-1/+1
* Makefile: Add tags ruleStephen Boyd2017-01-301-0/+6
* dtc: fdtdump: check fdt if not in scanning modeHeinrich Schuchardt2016-12-271-8/+19
* dtc: Fix memory leak in character literal parsingGabriel Smith2016-12-121-8/+8
* Rename boot_infoDavid Gibson2016-12-098-148/+147
* dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson2016-12-091-18/+17
* dtc: Don't always generate __symbols__ for pluginsDavid Gibson2016-12-092-9/+2
* tests: Don't use -@ on plugin de/recompile testsDavid Gibson2016-12-091-2/+2
* tests: Remove "suppression of fixups" testsDavid Gibson2016-12-092-28/+0
* tests: Clarify dtc overlay testsDavid Gibson2016-12-092-11/+14
* tests: More thorough tests of libfdt overlay application without dtcDavid Gibson2016-12-094-2/+161
* tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson2016-12-091-1/+6
* tests: Fix double expansion bugs in test codeDavid Gibson2016-12-092-4/+6
* tests: Split overlay tests into those with do/don't exercise dtc plugin gener...David Gibson2016-12-091-10/+16
* tests: Test auto-alias generation on base tree, not overlayDavid Gibson2016-12-091-5/+5
* tests: Make overlay/plugin tests unconditionalDavid Gibson2016-12-091-37/+34
* tests: Add overlay testsPantelis Antoniou2016-12-094-0/+64
* tests: Add check_path testPantelis Antoniou2016-12-094-1/+88
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-099-11/+373
* dtc: Document the dynamic plugin internalsPantelis Antoniou2016-12-091-0/+310
* checks: Pass boot_info instead of root nodePantelis Antoniou2016-11-281-36/+42
* libfdt: add missing errors to fdt_strerror()Benjamin Fair2016-11-041-0/+3
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2016-10-171-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-171-1/+1
* tests: overlay: Rename the device tree blobs to be more explicitMaxime Ripard2016-10-121-7/+7
* tests: overlay: Add test suffix to the compiled blobsMaxime Ripard2016-10-111-8/+8
* libfdt: Add fdt_overlay_apply to the exported symbolsMaxime Ripard2016-10-111-0/+1
* fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard2016-10-111-1/+0
* tests: overlay: Move back the bad fixup testsMaxime Ripard2016-10-071-7/+7
* libfdt: overlay: Fix symbols and fixups nodes conditionMaxime Ripard2016-10-071-4/+3
* libfdt: overlay: Report a bad overlay for mismatching local fixupsMaxime Ripard2016-10-071-0/+2
* libfdt: Add BADPHANDLE error stringMaxime Ripard2016-10-071-0/+1
* libfdt: Don't use 'index' as a local variable nameDavid Gibson2016-10-062-25/+25
* tests: Add tests cases for the overlay codeMaxime Ripard2016-10-0617-1/+656