aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-13pylibfdt: Allow reading integer values from propertiesSimon Glass3-0/+24
2018-06-12pylibfdt: Avoid accessing the internal _fdt member in testsSimon Glass1-3/+2
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass1-0/+48
2018-06-09pylibfdt: Support device-tree creation/expansionSimon Glass1-1/+17
2018-06-09pylibfdt: Add support for reading the memory reserve mapSimon Glass1-0/+8
2018-06-09pylibfdt: Add support for the rest of the header functionsSimon Glass1-0/+8
2018-06-08pylibfdt: Add support for fdt_next_node()Simon Glass1-0/+18
2018-06-07libfdt: Add fdt_check_full() functionDavid Gibson5-1/+76
2018-06-07tests: Use valgrind client requests for better checkingDavid Gibson4-1/+59
2018-06-07tests: Better handling of valgrind errors saving blobsDavid Gibson4-34/+13
2018-06-07tests: Remove unused #defineDavid Gibson1-2/+0
2018-06-07libfdt: Add fdt_header_size()David Gibson1-6/+2
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-1/+1
2018-06-07libfdt: Safer access to memory reservationsDavid Gibson6-1/+87
2018-06-07libfdt: Safer access to strings sectionDavid Gibson7-4/+117
2018-06-07libfdt: Make fdt_check_header() more thoroughDavid Gibson4-1/+132
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson4-1/+143
2018-06-04Make Property a subclass of bytearraySimon Glass1-1/+1
2018-06-04pylibfdt: Add a method to access the device tree directlySimon Glass1-2/+3
2018-05-04tests: Add a test case for the omit-if-no-ref keywordMaxime Ripard2-0/+33
2018-03-09tests: Update valgrind suppressions for sw_tree1David Gibson1-1/+1
2018-03-09tests: Remove valgrind error from tests/get_pathDavid Gibson1-1/+2
2018-03-07checks: add graph binding checksRob Herring2-0/+27
2018-03-07checks: add a check for duplicate unit-addresses of child nodesRob Herring2-0/+15
2018-03-06Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson2-0/+60
2018-03-06Improve tests for dtc overlay generationDavid Gibson4-81/+146
2018-01-04Makefile.tests: Add LIBDL make(1) variable for portability sakekevans@FreeBSD.org1-1/+4