summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement the -a option to pad dtb alignedTim Wang2016-09-221-0/+28
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2016-08-012-0/+13
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-07-281-0/+6
* libfdt: Add iterator over propertiesMaxime Ripard2016-07-285-0/+125
* libfdt: Add a subnodes iterator macroThierry Reding2016-07-281-6/+2
* Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson2016-05-273-45/+44
* Warn on node name unit-address presence/absence mismatchStephen Warren2016-02-193-0/+21
* Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard2016-02-194-0/+35
* Prevent crash on modulo by zeroDavid Gibson2016-01-121-1/+2
* Fix some bugs in processing of line directivesDavid Gibson2016-01-044-0/+8
* Fix crash on nul character in string escape sequenceDavid Gibson2016-01-032-0/+1
* Gracefully handle bad octal literalsDavid Gibson2016-01-032-0/+6
* Prevent crash on division by zeroDavid Gibson2016-01-032-0/+7
* fdt: Add functions to retrieve stringsThierry Reding2015-09-301-0/+32
* fdt: Add a function to get the index of a stringThierry Reding2015-09-301-0/+40
* fdt: Add a function to count stringsThierry Reding2015-09-305-0/+99
* fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson2015-07-091-0/+1
* Remove redundant fdtdump test codeDavid Gibson2015-07-091-15/+0
* Move fdt_path_offset alias tests to right tests sectionDavid Gibson2015-07-091-5/+5
* tests: convert `echo -n` to `printf`Mike Frysinger2015-05-251-10/+10
* Fix crash with poorly defined #size-cellsJack Miller2015-04-302-0/+14
* Add testcases for fdt_path_offset_namelen()David Gibson2015-04-071-0/+31
* Extend path_offset testcase for handling of duplicated separatorsDavid Gibson2015-04-071-0/+10
* Use a helper function to clean up path_offset testcaseDavid Gibson2015-04-071-35/+20
* dtc: parser: Add label while overriding nodesNikhil Devshatwar2015-02-232-0/+57
* fdtput: add delete node and property functionWang Long2015-01-271-0/+22
* Properly handle embedded nul delimited string listsJack Miller2014-08-083-0/+10
* Fix an off-by-2 error in the source output codeDavid Gibson2014-06-182-0/+18
* Add a basic test for fdtdumpSimon Glass2014-06-184-1/+98
* libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson2014-05-125-0/+84
* Fix bug with references to root nodeDavid Gibson2014-05-096-0/+44
* Remove duplicate assignmentHeinrich Schuchardt2014-03-031-1/+0
* Fix valgrind errors in sw_tree1David Gibson2013-12-312-5/+26
* Add option to run_tests.sh to stop immediately on a failing testDavid Gibson2013-12-301-1/+8
* libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson2013-10-262-8/+81
* Ensure all tests have matching reg and unit addressStephen Warren2013-09-2019-1/+120
* dtc: ensure #line directives don't consume data from the next lineStephen Warren2013-06-031-0/+10
* Add missing test binary to .gitignoreDavid Gibson2013-05-291-0/+1
* fdtput: expand fdt if value does not fitSrinivas Kandagatla2013-05-291-0/+6
* Remove some tests for misfeaturesDavid Gibson2013-05-291-4/+0
* Use shorten_echo for wrap_testsDavid Gibson2013-05-291-1/+1
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-04-284-1/+143
* Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger2013-04-221-1/+1
* utilfdt_read: pass back up the length of data readMike Frysinger2013-04-211-1/+1
* Adjust util_is_printable_string() comment and fix testSimon Glass2013-01-271-1/+2
* fdtget-runtest.sh: use printf instead of /bin/echo -eStephen Warren2013-01-061-1/+1
* dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips2013-01-0653-54/+0
* dtc: fix for_each_*() to skip first object if deletedStephen Warren2012-10-083-0/+49
* dtc: cpp co-existence: add support for #line directivesStephen Warren2012-09-282-0/+13
* dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren2012-09-285-1/+54