summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Replace FDT_VERSION() with stringify()David Gibson2017-10-262-3/+4
* Fix some errors in commentsDavid Gibson2017-10-262-5/+6
* tests: Correct warning in sw_tree1.cDavid Gibson2017-10-261-0/+2
* checks: fix handling of unresolved phandles for dts pluginsRob Herring2017-10-191-0/+9
* tests: Avoid 64-bit arithmetic in assemblerDavid Gibson2017-10-062-25/+28
* libfdt: add stringlist functions to linker scriptReiner Huober2017-10-051-0/+3
* tests: Add a test for overlays syntactic sugarPantelis Antoniou2017-09-281-0/+6
* overlay: Add syntactic sugar version of overlaysPantelis Antoniou2017-09-283-3/+40
* checks: Use proper format modifier for size_tThierry Reding2017-09-281-2/+2
* 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