summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fdtoverlay: A tool that applies overlaysPantelis Antoniou2017-06-154-0/+193
* manual: Document missing optionsPantelis Antoniou2017-06-141-1/+5
* dtc: fix sprintf() format string error, againDavid Gibson2017-06-082-1/+2
* Makefile: Fix build on MSYS2 and CygwinCufi, Carles2017-05-201-1/+5
* Clean up shared library compile/link optionsDavid Gibson2017-05-191-6/+8
* Suppress expected error message in fdtdump testDavid Gibson2017-05-171-1/+1
* dtc: check.c fix compile errorShuah Khan2017-05-171-1/+1
* Fix get_node_by_path string equality checkTim Montague2017-04-193-2/+26
* fdtdump: Discourage use of fdtdumpDavid Gibson2017-04-181-0/+5
* fdtdump: Fix over-zealous version checkDavid Gibson2017-04-181-1/+1
* Fix a few whitespace and style nitsSimon Glass2017-04-094-7/+6
* pylibfdt: Use setup.py to build the swig fileSimon Glass2017-04-081-9/+5
* pylibfdt: Use Makefile constructs to implement NO_PYTHONSimon Glass2017-04-082-10/+12
* pylibfdt: Allow setup.py to operate stand-aloneSimon Glass2017-04-085-16/+112
* Add Coverity Scan supportDavid Gibson2017-04-071-0/+14
* pylibfdt: Fix code style in setup.pySimon Glass2017-04-071-8/+9
* pylibfdt: Rename libfdt.swig to libfdt.iSimon Glass2017-04-072-1/+1
* Add a libfdt function to write a property placeholderSimon Glass2017-04-027-2/+40
* pylibfdt: Use the call function to simplify the MakefileSimon Glass2017-03-291-7/+7
* pylibfdt: Use the correct libfdt version in the moduleSimon Glass2017-03-292-2/+4
* pylibfdt: Enable installation of Python moduleSimon Glass2017-03-293-1/+22
* pylibfdt: Allow building to be disabledSimon Glass2017-03-292-0/+7
* .travis.yml: Add builds with and without Python library prerequisitesDavid Gibson2017-03-271-0/+11
* pylibfdt: Use package_dir to set the package directorySimon Glass2017-03-272-2/+4
* pylibfdt: Use environment to pass C flags and filesSimon Glass2017-03-272-11/+8
* pylibfdt: Allow pkg-config to be supplied in the environmentSimon Glass2017-03-271-1/+2
* Correct typo: s/pylibgfdt/pylibfdt/David Gibson2017-03-221-1/+1
* Build pylibfdt as part of the normal build processSimon Glass2017-03-212-2/+60
* 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