summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven2018-12-231-2/+2
* libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven2018-12-221-1/+1
* checks: Add unit address check if node is enabledKumar Gala2018-12-151-2/+39
* checks: Fix crash with multiple source annotationsRob Herring2018-11-281-1/+1
* checks: Use source position information for check failuresRob Herring2018-11-251-3/+32
* checks: Make each message output atomicRob Herring2018-11-251-6/+11
* util: Add xa{v}sprintf_append functionsRob Herring2018-11-252-21/+41
* libfdt: Add a test for fdt_getprop_by_offset()Simon Glass2018-11-246-1/+94
* PEP8 / Flake8 cleanups for setup.pyDavid Gibson2018-11-231-6/+7
* Remove broken objdir / srcdir supportDavid Gibson2018-11-233-21/+19
* pylibfdt: Use common PREFIX variableDavid Gibson2018-11-231-1/+1
* Refine make tests_clean targetDavid Gibson2018-11-232-4/+4
* Refine pylibfdt_clean targetDavid Gibson2018-11-232-5/+8
* Refine libfdt_clean targetDavid Gibson2018-11-232-5/+4
* tests: Use modern octal literals for PythonDavid Gibson2018-11-231-2/+2
* pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar2018-11-234-7/+8
* libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson2018-11-221-7/+15
* checks: Restructure check_msg to decrease indentationRob Herring2018-11-221-14/+14
* annotations: add the annotation functionalityJulia Lawall2018-11-195-10/+170
* annotations: add positionsJulia Lawall2018-11-197-23/+68
* tests: Don't lose errors from make checkmDavid Gibson2018-11-141-1/+1
* tests: Property count valgrind errors in wrapped testsDavid Gibson2018-11-141-0/+3
* srcpos: Remove srcpos_emptyDavid Gibson2018-11-142-19/+0
* Revert "annotations: add positions"David Gibson2018-11-147-67/+23
* checks: Update SPI bus check for 'spi-slave'Kumar Gala2018-11-141-1/+7
* annotations: add positionsJulia Lawall2018-11-137-23/+67
* Merge remote-tracking branch 'origin/pr/18'David Gibson2018-11-071-5/+5
|\
| * use ptrdiff_t modifier for printing pointer differencesDan HorĂ¡k2018-10-231-5/+5
* | libfdt: return correct value if #size-cells property is not presentJohn Clarke2018-11-074-6/+16
|/
* treesource: Fix dts output for phandles in middle of a sequence of intsRob Herring2018-10-121-3/+3
* tests: Wrap check_align() calls with base_run_test()Lubomir Rintel2018-10-041-2/+2
* Fix dts output with a REF_PATH markerRob Herring2018-09-273-1/+11
* Added test cases for target referencesFredrik Markstrom2018-09-262-0/+34
* Merge nodes with local target label referencesFredrik Markstrom2018-09-252-10/+33
* pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson2018-09-253-8/+11
* pylibfdt: Eliminate run_setup make functionDavid Gibson2018-09-251-7/+3
* pylibfdt: Improved version extractionDavid Gibson2018-09-252-73/+8
* pylibfdt: Don't silence setup.py when V=1David Gibson2018-09-251-1/+6
* pylibfdt: Make SETUP make variableDavid Gibson2018-09-251-2/+4
* pylibfdt: Simpler CFLAGS handlingDavid Gibson2018-09-252-8/+5
* pylibfdt: Link extension module with libfdt rather than rebuildingDavid Gibson2018-09-252-19/+12
* pylibfdt: Correctly set build output directoryDavid Gibson2018-09-252-12/+5
* pylibfdt: We don't need include files from the base directoryDavid Gibson2018-09-251-7/+3
* checks: fix simple-bus compatible matchingRob Herring2018-09-214-2/+43
* Fix missing labels when emitting dts formatGrant Likely2018-09-202-29/+20
* Revert dts output formatting changes of spaces around bracketsRob Herring2018-09-172-20/+22
* Add support for YAML encoded outputGrant Likely2018-09-139-2/+307
* Make type_marker_length helper publicRob Herring2018-09-132-1/+3
* pylibfdt: Add a means to add and delete notesSimon Glass2018-09-132-0/+60
* pylibfdt: Allow delprop() to return errorsSimon Glass2018-09-131-2/+6