summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust libfdt.h to work with swigSimon Glass2017-03-211-1/+20
* Mention pylibfdt in the documentationSimon Glass2017-03-211-0/+47
* Add tests for pylibfdtSimon Glass2017-03-211-0/+288
* Add an initial Python library for libfdtSimon Glass2017-03-215-0/+488
* checks: Warn on node name unit-addresses with '0x' or leading 0sRob Herring2017-03-214-0/+51
* checks: Add bus checks for simple-bus busesRob Herring2017-03-211-0/+70
* checks: Add bus checks for PCI busesRob Herring2017-03-212-0/+141
* dtc: Bump version to v1.4.4v1.4.4David Gibson2017-03-101-1/+1
* fdtput: Remove star from value_len documentationNicolas Iooss2017-03-061-1/+1
* fdtget: Use @return to document the return valueNicolas Iooss2017-03-061-1/+1
* tests: Make realloc_fdt() really allocate *fdtNicolas Iooss2017-03-061-2/+2
* libfdt: overlay: Check the value of the right variableNicolas Iooss2017-03-061-1/+1
* dtc: Simplify asm_emit_string() implementationNicolas Iooss2017-03-061-15/+7
* libfdt: Change names of sparse helper macrosDavid Gibson2017-03-061-13/+13
* Fix assorted sparse warningsDavid Gibson2017-03-0625-67/+71
* Clean up gcc attributesDavid Gibson2017-03-065-35/+22
* dtc: Don't abuse struct fdt_reserve_entryDavid Gibson2017-03-065-22/+21
* 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