aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-08-01libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2-0/+13
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+6
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard5-0/+125
2016-07-28libfdt: Add a subnodes iterator macroThierry Reding1-6/+2
2016-05-27Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson3-45/+44
2016-02-19Warn on node name unit-address presence/absence mismatchStephen Warren3-0/+21
2016-02-19Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard4-0/+35
2016-01-12Prevent crash on modulo by zeroDavid Gibson1-1/+2
2016-01-04Fix some bugs in processing of line directivesDavid Gibson4-0/+8
2016-01-03Fix crash on nul character in string escape sequenceDavid Gibson2-0/+1
2016-01-03Gracefully handle bad octal literalsDavid Gibson2-0/+6
2016-01-03Prevent crash on division by zeroDavid Gibson2-0/+7
2015-09-30fdt: Add functions to retrieve stringsThierry Reding1-0/+32
2015-09-30fdt: Add a function to get the index of a stringThierry Reding1-0/+40
2015-09-30fdt: Add a function to count stringsThierry Reding5-0/+99
2015-07-09fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson1-0/+1
2015-07-09Remove redundant fdtdump test codeDavid Gibson1-15/+0
2015-07-09Move fdt_path_offset alias tests to right tests sectionDavid Gibson1-5/+5
2015-05-25tests: convert `echo -n` to `printf`Mike Frysinger1-10/+10
2015-04-30Fix crash with poorly defined #size-cellsJack Miller2-0/+14
2015-04-07Add testcases for fdt_path_offset_namelen()David Gibson1-0/+31
2015-04-07Extend path_offset testcase for handling of duplicated separatorsDavid Gibson1-0/+10
2015-04-07Use a helper function to clean up path_offset testcaseDavid Gibson1-35/+20
2015-02-23dtc: parser: Add label while overriding nodesNikhil Devshatwar2-0/+57
2015-01-27fdtput: add delete node and property functionWang Long1-0/+22
2014-08-08Properly handle embedded nul delimited string listsJack Miller3-0/+10
2014-06-18Fix an off-by-2 error in the source output codeDavid Gibson2-0/+18
2014-06-18Add a basic test for fdtdumpSimon Glass4-1/+98
2014-05-12libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson5-0/+84
2014-05-09Fix bug with references to root nodeDavid Gibson6-0/+44
2014-03-03Remove duplicate assignmentHeinrich Schuchardt1-1/+0
2013-12-31Fix valgrind errors in sw_tree1David Gibson2-5/+26
2013-12-30Add option to run_tests.sh to stop immediately on a failing testDavid Gibson1-1/+8
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson2-8/+81
2013-09-20Ensure all tests have matching reg and unit addressStephen Warren19-1/+120
2013-06-03dtc: ensure #line directives don't consume data from the next lineStephen Warren1-0/+10
2013-05-29Add missing test binary to .gitignoreDavid Gibson1-0/+1
2013-05-29fdtput: expand fdt if value does not fitSrinivas Kandagatla1-0/+6
2013-05-29Remove some tests for misfeaturesDavid Gibson1-4/+0
2013-05-29Use shorten_echo for wrap_testsDavid Gibson1-1/+1
2013-04-28libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass4-1/+143
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger1-1/+1
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger1-1/+1
2013-01-27Adjust util_is_printable_string() comment and fix testSimon Glass1-1/+2
2013-01-06fdtget-runtest.sh: use printf instead of /bin/echo -eStephen Warren1-1/+1
2013-01-06dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips53-54/+0
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren3-0/+49
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren2-0/+13
2012-09-28dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren5-1/+54
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren4-36/+109