summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* pylibfdt:tests: Extend the way how to find a Python moduleLumir Balhar2019-02-191-1/+1
* pylibfdt: Change how passing tests are recognizedLumir Balhar2019-02-191-1/+1
* pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin2019-02-191-5/+7
* pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar2019-02-191-10/+10
* libfdt: Add a test for fdt_getprop_by_offset()Simon Glass2018-11-246-1/+94
* Refine make tests_clean targetDavid Gibson2018-11-232-4/+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-232-4/+4
* 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
* libfdt: return correct value if #size-cells property is not presentJohn Clarke2018-11-072-2/+2
* 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-272-1/+7
* Added test cases for target referencesFredrik Markstrom2018-09-262-0/+34
* checks: fix simple-bus compatible matchingRob Herring2018-09-213-0/+40
* Fix missing labels when emitting dts formatGrant Likely2018-09-201-2/+2
* Revert dts output formatting changes of spaces around bracketsRob Herring2018-09-171-12/+12
* Add support for YAML encoded outputGrant Likely2018-09-132-0/+28
* pylibfdt: Add a means to add and delete notesSimon Glass2018-09-131-0/+31
* Make valgrind optionalDavid Gibson2018-09-102-0/+15
* tests: Better testing of dtc -I fs modeDavid Gibson2018-09-104-5/+182
* tests: Allow dtbs_equal_unordered to ignore mem reservesDavid Gibson2018-09-101-8/+28
* dtc: trivial '-I fs -O dts' testGreg Kurz2018-09-101-0/+5
* tests: Correction to vg_prepare_blob()David Gibson2018-07-231-6/+8
* tests: Don't call memcmp() with NULL argumentsDavid Gibson2018-07-201-2/+2
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-206-0/+84
* pylibfdt: Support the sequential-write interfaceSimon Glass2018-07-111-6/+115
* tests: Improve fdt_resize() testsDavid Gibson2018-07-092-4/+33
* Preserve datatype markers when emitting dts formatGrant Likely2018-06-292-0/+35
* tests: Fix incorrect check name 'prop_name_chars'Rob Herring2018-06-171-1/+1
* tests: fix grep for checks error messagesRob Herring2018-06-171-2/+2
* pylibfdt: Support setting the name of a nodeSimon Glass2018-06-141-0/+15
* pylibfdt: Add functions to set and get properties as stringsSimon Glass2018-06-141-0/+25
* pylibfdt: Update the bytearray size with pack()Simon Glass2018-06-131-0/+1
* pylibfdt: Allow reading integer values from propertiesSimon Glass2018-06-133-0/+24
* pylibfdt: Avoid accessing the internal _fdt member in testsSimon Glass2018-06-121-3/+2
* pylibfdt: Add functions to update propertiesSimon Glass2018-06-121-0/+48
* pylibfdt: Support device-tree creation/expansionSimon Glass2018-06-091-1/+17
* pylibfdt: Add support for reading the memory reserve mapSimon Glass2018-06-091-0/+8
* pylibfdt: Add support for the rest of the header functionsSimon Glass2018-06-091-0/+8
* pylibfdt: Add support for fdt_next_node()Simon Glass2018-06-081-0/+18
* libfdt: Add fdt_check_full() functionDavid Gibson2018-06-075-1/+76
* tests: Use valgrind client requests for better checkingDavid Gibson2018-06-074-1/+59
* tests: Better handling of valgrind errors saving blobsDavid Gibson2018-06-074-34/+13
* tests: Remove unused #defineDavid Gibson2018-06-071-2/+0
* libfdt: Add fdt_header_size()David Gibson2018-06-071-6/+2
* Consolidate utilfdt_read_len() variantsDavid Gibson2018-06-071-1/+1
* libfdt: Safer access to memory reservationsDavid Gibson2018-06-076-1/+87
* libfdt: Safer access to strings sectionDavid Gibson2018-06-077-4/+117
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-06-074-1/+132