aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-27dtc: Bump version to v1.4.5v1.4.5David Gibson1-1/+1
2017-09-27Add fdtoverlay to .gitignoreDavid Gibson1-0/+1
2017-09-27fdtoverlay: Sanity check blob sizeDavid Gibson1-0/+7
2017-09-27pylibfdt: Use Python2 explicitlyDavid Gibson2-2/+2
2017-09-22checks: add interrupts property checkRob Herring3-0/+94
2017-09-22checks: add gpio binding properties checkRob Herring3-0/+88
2017-09-22checks: add phandle with arg property checksRob Herring5-0/+145
2017-08-21fdtget: Split out cell list display into a new functionSimon Glass1-15/+34
2017-08-21README: Add a note about test_tree1.dtsSimon Glass1-0/+11
2017-08-21pylibfdt: Add support for fdt_subnode_offset()Simon Glass2-0/+29
2017-08-21pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass2-0/+24
2017-08-21pylibfdt: Add support for fdt_parent_offset()Simon Glass2-0/+28
2017-08-21pylibfdt: Add support for fdt_get_phandle()Simon Glass2-0/+18
2017-08-21tests: Return a failure code when any tests failSimon Glass1-0/+1
2017-08-21pylibfdt: Use local pylibfdt moduleSimon Glass1-2/+2
2017-08-21pylibfdt: Add a test for use of uint32_tSimon Glass1-0/+5
2017-08-15pylibfdt: Add stdint include to fix uint32_tSimon Glass1-0/+2
2017-08-09tests: Add stacked overlay tests on fdtoverlayPantelis Antoniou4-0/+47
2017-08-09fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-07-28Introduce fdt_setprop_placeholder() methodPantelis Antoniou2-3/+48
2017-07-13dtc: change default phandles to ePAPR style instead of bothRob Herring2-2/+2
2017-06-15tests: fdtoverlay unit testPantelis Antoniou3-1/+67
2017-06-15fdtoverlay: A tool that applies overlaysPantelis Antoniou4-0/+193
2017-06-14manual: Document missing optionsPantelis Antoniou1-1/+5
2017-06-08dtc: fix sprintf() format string error, againDavid Gibson2-1/+2
2017-05-20Makefile: Fix build on MSYS2 and CygwinCufi, Carles1-1/+5
2017-05-19Clean up shared library compile/link optionsDavid Gibson1-6/+8
2017-05-17Suppress expected error message in fdtdump testDavid Gibson1-1/+1
2017-05-17dtc: check.c fix compile errorShuah Khan1-1/+1
2017-04-19Fix get_node_by_path string equality checkTim Montague3-2/+26
2017-04-18fdtdump: Discourage use of fdtdumpDavid Gibson1-0/+5
2017-04-18fdtdump: Fix over-zealous version checkDavid Gibson1-1/+1
2017-04-09Fix a few whitespace and style nitsSimon Glass4-7/+6
2017-04-08pylibfdt: Use setup.py to build the swig fileSimon Glass1-9/+5
2017-04-08pylibfdt: Use Makefile constructs to implement NO_PYTHONSimon Glass2-10/+12
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass5-16/+112
2017-04-07Add Coverity Scan supportDavid Gibson1-0/+14
2017-04-07pylibfdt: Fix code style in setup.pySimon Glass1-8/+9
2017-04-07pylibfdt: Rename libfdt.swig to libfdt.iSimon Glass2-1/+1
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