summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-064-36/+109
* fdtput: Add -p option to create subnodes along entire pathSimon Glass2012-07-121-0/+13
* fdtput: Add -c option to create nodesSimon Glass2012-07-121-0/+13
* Allow toggling of semantic checksDavid Gibson2012-07-083-2/+60
* Add test for re-defining an identical labelStephen Warren2012-07-082-0/+17
* Fix compilation warning/error in setprop_inplace.cStephen Warren2012-06-271-4/+5
* libfdt: Add helper function to create a trivial, empty treeDavid Gibson2012-06-031-11/+1
* libfdt: Add helpers for 64-bit integer propertiesDavid Gibson2012-06-0316-2/+59
* Remove test_tree1_dts0 testcasesDavid Gibson2012-06-032-41/+0
* Add integer expressions files to .gitignoreSimon Glass2012-04-191-1/+2
* dtc: Adjust .gitignore to be in alphabetical orderSimon Glass2012-04-191-2/+2
* dtc: Basic integer expressionsStephen Warren2012-04-093-1/+124
* fdtget-runtest.sh: Fix failures when /bin/sh isn't bashStephen Warren2012-03-311-1/+1
* dtc: Add -i option to support search pathsSimon Glass2012-03-189-0/+47
* fdtget: Add -d to provide a default valueSimon Glass2012-03-071-0/+6
* fdtget: Fix multiple arg bug and add test for itSimon Glass2012-03-072-1/+4
* Generate test data for fdtput more sensiblyDavid Gibson2012-02-032-26/+41
* Don't use diff to check fdt{get,put} resultsDavid Gibson2012-02-032-12/+14
* Clean up invocation of fdt{get,put} testsDavid Gibson2012-02-034-86/+104
* Factor signal checks out of test scriptsDavid Gibson2012-02-034-16/+13
* Remove bashism from run_tests.shDavid Gibson2012-02-031-1/+1
* Use 'trap' builtin to clean up temporaries in test scriptsDavid Gibson2012-02-033-16/+10
* Remove unused variable from test scriptsDavid Gibson2012-02-033-3/+3
* Update .gitignore for testsDavid Gibson2012-02-031-0/+3
* Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger2012-01-211-3/+3
* Add fdtput utility to write property values to a device treeSimon Glass2012-01-213-1/+128
* Add fdtget utility to read property values from a device treeSimon Glass2012-01-213-1/+78
* dtc: Implement -d option to write out a dependency fileStephen Warren2012-01-135-0/+13
* libfdt: Activate testcase for appending propertiesDavid Gibson2012-01-112-0/+5
* libfdt: Add support for appending the values to a existing propertyMinghuan Lian2011-12-053-0/+141
* dtc: Add support for variable sized elementsAnton Staaf2011-10-115-0/+100
* Make testutils use utilfdtSimon Glass2011-09-222-50/+14
* Add fdt read/write utility functionsSimon Glass2011-09-224-19/+141
* dtc: Support character literals in cell listsAnton Staaf2011-09-226-0/+66
* dtc: Remove gcc 4.6 "set but not used" warningsDavid Gibson2011-09-173-8/+10
* Add missing tests to .gitignoreSimon Glass2011-07-171-0/+2