summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dtc: Bump version to v1.4.5v1.4.5David Gibson2017-09-271-1/+1
* Add fdtoverlay to .gitignoreDavid Gibson2017-09-271-0/+1
* fdtoverlay: Sanity check blob sizeDavid Gibson2017-09-271-0/+7
* pylibfdt: Use Python2 explicitlyDavid Gibson2017-09-272-2/+2
* checks: add interrupts property checkRob Herring2017-09-223-0/+94
* checks: add gpio binding properties checkRob Herring2017-09-223-0/+88
* checks: add phandle with arg property checksRob Herring2017-09-225-0/+145
* fdtget: Split out cell list display into a new functionSimon Glass2017-08-211-15/+34
* README: Add a note about test_tree1.dtsSimon Glass2017-08-211-0/+11
* pylibfdt: Add support for fdt_subnode_offset()Simon Glass2017-08-212-0/+29
* pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass2017-08-212-0/+24
* pylibfdt: Add support for fdt_parent_offset()Simon Glass2017-08-212-0/+28
* pylibfdt: Add support for fdt_get_phandle()Simon Glass2017-08-212-0/+18
* tests: Return a failure code when any tests failSimon Glass2017-08-211-0/+1
* pylibfdt: Use local pylibfdt moduleSimon Glass2017-08-211-2/+2
* pylibfdt: Add a test for use of uint32_tSimon Glass2017-08-211-0/+5
* pylibfdt: Add stdint include to fix uint32_tSimon Glass2017-08-151-0/+2
* tests: Add stacked overlay tests on fdtoverlayPantelis Antoniou2017-08-094-0/+47
* fdt: Allow stacked overlays phandle referencesPantelis Antoniou2017-08-091-22/+206
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2017-07-282-3/+48
* dtc: change default phandles to ePAPR style instead of bothRob Herring2017-07-132-2/+2
* tests: fdtoverlay unit testPantelis Antoniou2017-06-153-1/+67
* 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