summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dtc: Add -i option to support search pathsSimon Glass2012-03-1812-8/+168
* fdtget: Add -d to provide a default valueSimon Glass2012-03-072-3/+23
* fdtget: Add -l to list the subnodes of a nodeSimon Glass2012-03-071-12/+84
* fdtget: Add -p to list the properties of a nodeSimon Glass2012-03-071-6/+60
* fdtget: Fix multiple arg bug and add test for itSimon Glass2012-03-073-4/+7
* dtc: Fix zero-length input segfaultHorst Kronstorfer2012-02-161-0/+2
* Fix uninitialized access bug in utilfdt_decode_typeDavid Gibson2012-02-031-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
* Trivial style fixupDavid Gibson2012-02-031-2/+2
* Add quilt files to .gitignoreDavid Gibson2012-02-031-0/+2
* Update .gitignore for testsDavid Gibson2012-02-031-0/+3
* Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger2012-01-212-3/+9
* Add fdtput utility to write property values to a device treeSimon Glass2012-01-217-1/+375
* Add fdtget utility to read property values from a device treeSimon Glass2012-01-218-1/+326
* dtc: Implement -d option to write out a dependency fileStephen Warren2012-01-139-1/+40
* libfdt: Activate testcase for appending propertiesDavid Gibson2012-01-112-0/+5
* libfdt: Add support for appending the values to a existing propertyMinghuan Lian2011-12-055-0/+263
* fdtdump: rename from ftdumpMike Frysinger2011-10-265-13/+13
* dtc: Add support for variable sized elementsAnton Staaf2011-10-118-33/+177
* dtc: Add data_append_integer functionAnton Staaf2011-10-112-7/+33
* libfdt: Add fdt16_to_cpu utility functionAnton Staaf2011-10-111-0/+6
* ftdump: use utilfdt to read blobSimon Glass2011-09-221-28/+4
* Make testutils use utilfdtSimon Glass2011-09-222-50/+14
* Add fdt read/write utility functionsSimon Glass2011-09-227-20/+352
* Create Makefile.utils and move ftdump into itSimon Glass2011-09-223-14/+11
* dtc: Support character literals in cell listsAnton Staaf2011-09-229-1/+107
* dtc: Remove gcc 4.6 "set but not used" warningsDavid Gibson2011-09-173-8/+10
* dtc: Refactor character literal parsing codeAnton Staaf2011-09-093-81/+111
* Add missing tests to .gitignoreSimon Glass2011-07-171-0/+2
* Split out is_printable_string() into util.cSimon Glass2011-07-174-26/+44
* dtc: Remove unused variable in flat_read_mem_reserveJosh Boyer2011-07-171-2/+0
* dtc: Remove unused check variableJosh Boyer2011-07-171-5/+2
* Tag Version 1.3.0v1.3.0Jon Loeliger2011-05-081-1/+1
* libfdt: include version number in sonamePaolo Bonzini2011-04-292-4/+6
* dtc: Add code to make diffing trees easierDavid Gibson2010-11-136-4/+196
* Allow nodes to be referenced by path at the top level.John Bonesio2010-11-134-4/+46
* Create new and use new print_error that uses printf style formatting.John Bonesio2010-10-203-18/+33
* Add merging of labelled subnodes. This patch allows the followingDavid Gibson2010-09-217-17/+73
* Remove another bashism from run_tests.shDavid Gibson2010-09-201-3/+3
* Fix a filehandle leakMartin Ettl2010-07-141-0/+1
* dtc: Extend and better test dtbs_equal utility programs (resend)David Gibson2010-04-3014-32/+812
* dtc: Add -Wredundant-decls (resend)David Gibson2010-04-303-3/+3
* libfdt: Implement property iteration functionsDavid Gibson2010-03-104-36/+200
* dtc: Enable more warningsDavid Gibson2010-03-105-6/+8