aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-12fdtput: Add -p option to create subnodes along entire pathSimon Glass1-0/+13
2012-07-12fdtput: Add -c option to create nodesSimon Glass1-0/+13
2012-07-08Allow toggling of semantic checksDavid Gibson3-2/+60
2012-07-08Add test for re-defining an identical labelStephen Warren2-0/+17
2012-06-27Fix compilation warning/error in setprop_inplace.cStephen Warren1-4/+5
2012-06-03libfdt: Add helper function to create a trivial, empty treeDavid Gibson1-11/+1
2012-06-03libfdt: Add helpers for 64-bit integer propertiesDavid Gibson16-2/+59
2012-06-03Remove test_tree1_dts0 testcasesDavid Gibson2-41/+0
2012-04-19Add integer expressions files to .gitignoreSimon Glass1-1/+2
2012-04-19dtc: Adjust .gitignore to be in alphabetical orderSimon Glass1-2/+2
2012-04-09dtc: Basic integer expressionsStephen Warren3-1/+124
2012-03-31fdtget-runtest.sh: Fix failures when /bin/sh isn't bashStephen Warren1-1/+1
2012-03-18dtc: Add -i option to support search pathsSimon Glass9-0/+47
2012-03-07fdtget: Add -d to provide a default valueSimon Glass1-0/+6
2012-03-07fdtget: Fix multiple arg bug and add test for itSimon Glass2-1/+4
2012-02-03Generate test data for fdtput more sensiblyDavid Gibson2-26/+41
2012-02-03Don't use diff to check fdt{get,put} resultsDavid Gibson2-12/+14
2012-02-03Clean up invocation of fdt{get,put} testsDavid Gibson4-86/+104
2012-02-03Factor signal checks out of test scriptsDavid Gibson4-16/+13
2012-02-03Remove bashism from run_tests.shDavid Gibson1-1/+1
2012-02-03Use 'trap' builtin to clean up temporaries in test scriptsDavid Gibson3-16/+10
2012-02-03Remove unused variable from test scriptsDavid Gibson3-3/+3
2012-02-03Update .gitignore for testsDavid Gibson1-0/+3
2012-01-21Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger1-3/+3
2012-01-21Add fdtput utility to write property values to a device treeSimon Glass3-1/+128
2012-01-21Add fdtget utility to read property values from a device treeSimon Glass3-1/+78
2012-01-13dtc: Implement -d option to write out a dependency fileStephen Warren5-0/+13
2012-01-11libfdt: Activate testcase for appending propertiesDavid Gibson2-0/+5
2011-12-05libfdt: Add support for appending the values to a existing propertyMinghuan Lian3-0/+141
2011-10-11dtc: Add support for variable sized elementsAnton Staaf5-0/+100
2011-09-22Make testutils use utilfdtSimon Glass2-50/+14
2011-09-22Add fdt read/write utility functionsSimon Glass4-19/+141
2011-09-22dtc: Support character literals in cell listsAnton Staaf6-0/+66
2011-09-17dtc: Remove gcc 4.6 "set but not used" warningsDavid Gibson3-8/+10
2011-07-17Add missing tests to .gitignoreSimon Glass1-0/+2
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson1-0/+7
2010-11-13Allow nodes to be referenced by path at the top level.John Bonesio2-0/+43
2010-09-21Add merging of labelled subnodes. This patch allows the followingDavid Gibson5-4/+56
2010-09-20Remove another bashism from run_tests.shDavid Gibson1-3/+3
2010-04-30dtc: Extend and better test dtbs_equal utility programs (resend)David Gibson14-32/+812
2010-03-10dtc: Enable more warningsDavid Gibson4-5/+5
2010-02-25Update .gitignore filesGrant Likely1-0/+47
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely4-4/+126
2010-02-24dtc: Audit and fix valgrind errorsDavid Gibson2-3/+6
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson2-0/+41
2010-02-23Remove obsolete references_dts0 testDavid Gibson2-29/+0
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson8-0/+64