aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-02Add a libfdt function to write a property placeholderSimon Glass7-2/+40
2017-03-29pylibfdt: Use the call function to simplify the MakefileSimon Glass1-7/+7
2017-03-29pylibfdt: Use the correct libfdt version in the moduleSimon Glass2-2/+4
2017-03-29pylibfdt: Enable installation of Python moduleSimon Glass3-1/+22
2017-03-29pylibfdt: Allow building to be disabledSimon Glass2-0/+7
2017-03-27.travis.yml: Add builds with and without Python library prerequisitesDavid Gibson1-0/+11
2017-03-27pylibfdt: Use package_dir to set the package directorySimon Glass2-2/+4
2017-03-27pylibfdt: Use environment to pass C flags and filesSimon Glass2-11/+8
2017-03-27pylibfdt: Allow pkg-config to be supplied in the environmentSimon Glass1-1/+2
2017-03-22Correct typo: s/pylibgfdt/pylibfdt/David Gibson1-1/+1
2017-03-21Build pylibfdt as part of the normal build processSimon Glass2-2/+60
2017-03-21Adjust libfdt.h to work with swigSimon Glass1-1/+20
2017-03-21Mention pylibfdt in the documentationSimon Glass1-0/+47
2017-03-21Add tests for pylibfdtSimon Glass1-0/+288
2017-03-21Add an initial Python library for libfdtSimon Glass5-0/+488
2017-03-21checks: Warn on node name unit-addresses with '0x' or leading 0sRob Herring4-0/+51
2017-03-21checks: Add bus checks for simple-bus busesRob Herring1-0/+70
2017-03-21checks: Add bus checks for PCI busesRob Herring2-0/+141
2017-03-10dtc: Bump version to v1.4.4v1.4.4David Gibson1-1/+1
2017-03-06fdtput: Remove star from value_len documentationNicolas Iooss1-1/+1
2017-03-06fdtget: Use @return to document the return valueNicolas Iooss1-1/+1
2017-03-06tests: Make realloc_fdt() really allocate *fdtNicolas Iooss1-2/+2
2017-03-06libfdt: overlay: Check the value of the right variableNicolas Iooss1-1/+1
2017-03-06dtc: Simplify asm_emit_string() implementationNicolas Iooss1-15/+7
2017-03-06libfdt: Change names of sparse helper macrosDavid Gibson1-13/+13
2017-03-06Fix assorted sparse warningsDavid Gibson25-67/+71
2017-03-06Clean up gcc attributesDavid Gibson5-35/+22
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson5-22/+21
2017-02-28dtc: Bump version to v1.4.3v1.4.3David Gibson1-1/+1
2017-02-28Add printf format attributesDavid Gibson2-1/+19
2017-02-28Correct some broken printf() like format mismatchesDavid Gibson2-2/+2
2017-02-24libfdt: Add fdt_setprop_empty()David Gibson2-1/+31
2017-02-24libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2017-02-23Print output filename as part of warning messagesIan Campbell3-40/+46
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson2-3/+3
2017-02-13checks: Add Warning for stricter node name character checkingRob Herring1-0/+12
2017-02-13checks: Add Warning for stricter property name character checkingRob Herring1-0/+35
2017-02-08dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson1-1/+1
2017-02-08livetree.c: Fix memory leakJean-Christophe Dubois1-0/+2
2017-01-31dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd3-3/+13
2017-01-30manual: Fix typo it -> inStephen Boyd1-1/+1
2017-01-30Makefile: Add tags ruleStephen Boyd1-0/+6
2016-12-27dtc: fdtdump: check fdt if not in scanning modeHeinrich Schuchardt1-8/+19
2016-12-12dtc: Fix memory leak in character literal parsingGabriel Smith1-8/+8
2016-12-09Rename boot_infoDavid Gibson8-148/+147
2016-12-09dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson1-18/+17
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson2-9/+2
2016-12-09tests: Don't use -@ on plugin de/recompile testsDavid Gibson1-2/+2
2016-12-09tests: Remove "suppression of fixups" testsDavid Gibson2-28/+0
2016-12-09tests: Clarify dtc overlay testsDavid Gibson2-11/+14