aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-07-28libfdt: Allow #size-cells of 0David Gibson2-0/+12
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson1-1/+3
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson3-0/+31
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao1-0/+7
2019-06-30tests: Add a failed test case for 'fdtoverlay' with long target pathFabrice Gasnier3-0/+44
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring73-1056/+73
2019-05-21Fix typos in various documentation and source filesThomas Huth7-8/+8
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin2-21/+52
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin4-1/+100
2019-03-29Link tools and tests against libfdt shared libraryDavid Gibson2-3/+6
2019-03-29tests: Rename tests.sh to testutils.shDavid Gibson9-8/+8
2019-03-29libfdt: Add phandle generation helperThierry Reding5-3/+61
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding1-0/+9
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro7-0/+182
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson5-62/+3
2019-03-21libfdt: Add phandle generation helperThierry Reding5-3/+62
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 Viktorin1-5/+7
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar1-10/+10
2018-11-24libfdt: Add a test for fdt_getprop_by_offset()Simon Glass6-1/+94
2018-11-23Refine make tests_clean targetDavid Gibson2-4/+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 Balhar2-4/+4
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-07libfdt: return correct value if #size-cells property is not presentJohn Clarke2-2/+2
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 Herring2-1/+7
2018-09-26Added test cases for target referencesFredrik Markstrom2-0/+34
2018-09-21checks: fix simple-bus compatible matchingRob Herring3-0/+40
2018-09-20Fix missing labels when emitting dts formatGrant Likely1-2/+2
2018-09-17Revert dts output formatting changes of spaces around bracketsRob Herring1-12/+12
2018-09-13Add support for YAML encoded outputGrant Likely2-0/+28
2018-09-13pylibfdt: Add a means to add and delete notesSimon Glass1-0/+31
2018-09-10Make valgrind optionalDavid Gibson2-0/+15
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-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 Huber6-0/+84
2018-07-11pylibfdt: Support the sequential-write interfaceSimon Glass1-6/+115
2018-07-09tests: Improve fdt_resize() testsDavid Gibson2-4/+33
2018-06-29Preserve datatype markers when emitting dts formatGrant Likely2-0/+35
2018-06-17tests: Fix incorrect check name 'prop_name_chars'Rob Herring1-1/+1
2018-06-17tests: fix grep for checks error messagesRob Herring1-2/+2
2018-06-14pylibfdt: Support setting the name of a nodeSimon Glass1-0/+15
2018-06-14pylibfdt: Add functions to set and get properties as stringsSimon Glass1-0/+25
2018-06-13pylibfdt: Update the bytearray size with pack()Simon Glass1-0/+1