aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-04Attempt to auto-detect stat(1) being used if not given proper invocationkevans@FreeBSD.org1-1/+8
2018-01-03tests: Improve compatibility with other platformskevans@FreeBSD.org1-4/+9
2017-12-15checks: add chosen node checksRob Herring2-0/+13
2017-12-13checks: add string list check for *-names propertiesRob Herring2-1/+2
2017-12-13checks: add string list checkRob Herring2-1/+6
2017-12-13checks: add a string check for 'label' propertyRob Herring2-1/+2
2017-11-11tests: Add some basic tests for the pci_bridge checksDavid Gibson4-0/+61
2017-10-30tests: Check non-matching cases for fdt_node_check_compatible()David Gibson1-0/+19
2017-10-26Remove leading underscores from identifiersDavid Gibson5-15/+13
2017-10-26Fix some errors in commentsDavid Gibson1-4/+5
2017-10-26tests: Correct warning in sw_tree1.cDavid Gibson1-0/+2
2017-10-06tests: Avoid 64-bit arithmetic in assemblerDavid Gibson2-25/+28