aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Clean up LDLIBS handlingDavid Gibson1-2/+2
2019-03-29Rebuild libfdt shared object if versioning linker script changesDavid Gibson1-5/+5
2019-03-29Use Python3 by defaultDavid Gibson2-2/+2
2019-03-29libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson3-14/+11
2019-03-29libfdt: Add phandle generation helperThierry Reding8-3/+99
2019-03-29libfdt: Use fdt_find_max_phandle()Thierry Reding1-1/+5
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding5-15/+56
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro9-0/+290
2019-03-27checks: Do not omit nodes with labels if symbol generation is requestedChen-Yu Tsai1-0/+2
2019-03-25Update version.lds againDavid Gibson1-0/+4
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson9-114/+3
2019-03-21libfdt: Add phandle generation helperThierry Reding9-3/+114
2019-03-12checks: Fix spelling in check_graph_endpointLeonard Crestez1-1/+1
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