aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Bump version to v1.5.0v1.5.0David Gibson1-2/+2
2019-02-19pylibfdt:tests: Extend the way how to find a Python moduleLumir Balhar1-1/+1
2019-02-19pylibfdt: Change how passing tests are recognizedLumir Balhar1-1/+1
2019-02-19pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin2-5/+11
2019-02-19pylibfdt: check_err accepts only integer as a first argument.Lumir Balhar1-1/+1
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar2-13/+21
2019-01-02Use PRIxPTR for printing uintptr_t valuesAndreas Schwab1-3/+3
2018-12-23libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven1-2/+2
2018-12-22libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven1-1/+1
2018-12-15checks: Add unit address check if node is enabledKumar Gala1-2/+39
2018-11-28checks: Fix crash with multiple source annotationsRob Herring1-1/+1
2018-11-25checks: Use source position information for check failuresRob Herring1-3/+32
2018-11-25checks: Make each message output atomicRob Herring1-6/+11
2018-11-25util: Add xa{v}sprintf_append functionsRob Herring2-21/+41
2018-11-24libfdt: Add a test for fdt_getprop_by_offset()Simon Glass6-1/+94
2018-11-23PEP8 / Flake8 cleanups for setup.pyDavid Gibson1-6/+7
2018-11-23Remove broken objdir / srcdir supportDavid Gibson3-21/+19
2018-11-23pylibfdt: Use common PREFIX variableDavid Gibson1-1/+1
2018-11-23Refine make tests_clean targetDavid Gibson2-4/+4
2018-11-23Refine pylibfdt_clean targetDavid Gibson2-5/+8
2018-11-23Refine libfdt_clean targetDavid Gibson2-5/+4
2018-11-23tests: Use modern octal literals for PythonDavid Gibson1-2/+2
2018-11-23pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar4-7/+8
2018-11-22libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson1-7/+15
2018-11-22checks: Restructure check_msg to decrease indentationRob Herring1-14/+14
2018-11-19annotations: add the annotation functionalityJulia Lawall5-10/+170
2018-11-19annotations: add positionsJulia Lawall7-23/+68
2018-11-14tests: Don't lose errors from make checkmDavid Gibson1-1/+1
2018-11-14tests: Property count valgrind errors in wrapped testsDavid Gibson1-0/+3
2018-11-14srcpos: Remove srcpos_emptyDavid Gibson2-19/+0
2018-11-14Revert "annotations: add positions"David Gibson7-67/+23
2018-11-14checks: Update SPI bus check for 'spi-slave'Kumar Gala1-1/+7
2018-11-13annotations: add positionsJulia Lawall7-23/+67
2018-11-07Merge remote-tracking branch 'origin/pr/18'David Gibson1-5/+5
2018-11-07libfdt: return correct value if #size-cells property is not presentJohn Clarke4-6/+16
2018-10-23use ptrdiff_t modifier for printing pointer differencesDan HorĂ¡k1-5/+5
2018-10-12treesource: Fix dts output for phandles in middle of a sequence of intsRob Herring1-3/+3
2018-10-04tests: Wrap check_align() calls with base_run_test()Lubomir Rintel1-2/+2
2018-09-27Fix dts output with a REF_PATH markerRob Herring3-1/+11
2018-09-26Added test cases for target referencesFredrik Markstrom2-0/+34
2018-09-25Merge nodes with local target label referencesFredrik Markstrom2-10/+33
2018-09-25pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson3-8/+11
2018-09-25pylibfdt: Eliminate run_setup make functionDavid Gibson1-7/+3
2018-09-25pylibfdt: Improved version extractionDavid Gibson2-73/+8
2018-09-25pylibfdt: Don't silence setup.py when V=1David Gibson1-1/+6
2018-09-25pylibfdt: Make SETUP make variableDavid Gibson1-2/+4
2018-09-25pylibfdt: Simpler CFLAGS handlingDavid Gibson2-8/+5
2018-09-25pylibfdt: Link extension module with libfdt rather than rebuildingDavid Gibson2-19/+12
2018-09-25pylibfdt: Correctly set build output directoryDavid Gibson2-12/+5
2018-09-25pylibfdt: We don't need include files from the base directoryDavid Gibson1-7/+3