aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-21checks: fix simple-bus compatible matchingRob Herring4-2/+43
2018-09-20Fix missing labels when emitting dts formatGrant Likely2-29/+20
2018-09-17Revert dts output formatting changes of spaces around bracketsRob Herring2-20/+22
2018-09-13Add support for YAML encoded outputGrant Likely9-2/+307
2018-09-13Make type_marker_length helper publicRob Herring2-1/+3
2018-09-13pylibfdt: Add a means to add and delete notesSimon Glass2-0/+60
2018-09-13pylibfdt: Allow delprop() to return errorsSimon Glass1-2/+6
2018-09-10Make valgrind optionalDavid Gibson4-6/+25
2018-09-10tests: Better testing of dtc -I fs modeDavid Gibson4-5/+182
2018-09-10tests: Allow dtbs_equal_unordered to ignore mem reservesDavid Gibson1-8/+28
2018-09-10dtc: trivial '-I fs -O dts' testGreg Kurz1-0/+5
2018-09-02pylibfdt: fdt_get_mem_rsv returns 2 uint64_t valuesDan Horák1-1/+1
2018-08-31pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemapDavid Gibson1-5/+0
2018-08-31Kill bogus TYPE_BLOB marker typeGreg Kurz3-4/+8
2018-08-01parser: add TYPE_STRING marker to path referencesRob Herring1-0/+1
2018-07-27checks: add SPI bus checksRob Herring1-0/+73
2018-07-27checks: add I2C bus checksRob Herring1-0/+70
2018-07-23dtc: Bump version to v1.4.7v1.4.7David Gibson1-1/+1
2018-07-23tests: Correction to vg_prepare_blob()David Gibson1-6/+8
2018-07-20tests: Don't call memcmp() with NULL argumentsDavid Gibson1-2/+2
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber8-23/+98