summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* dtc: Add missing copyright notice for dumptrees.cDavid Gibson2007-12-191-0/+21
* dtc: Fix silly typo in dtc-checkfails.shDavid Gibson2007-12-071-1/+1
* dtc: Make dtc-checfails.sh script catch deaths-by-signalDavid Gibson2007-12-071-0/+4
* dtc: Convert check for obsolete /chosen propertyDavid Gibson2007-12-072-0/+14
* dtc: Convert #address-cells and #size-cells related checksDavid Gibson2007-12-074-1/+33
* dtc: Migrate "string property" checks to new frameworkDavid Gibson2007-12-062-0/+9
* dtc: Migrate "one cell" checks to new frameworkDavid Gibson2007-12-062-0/+9
* dtc: More detailed testing of tree checksDavid Gibson2007-12-064-21/+38
* dtc: Implement path referencesDavid Gibson2007-12-054-1/+101
* dtc: Generate useful error message for properties after subnodesDavid Gibson2007-12-051-0/+9
* dtc: Convert "name" property checking to new infrastructureDavid Gibson2007-12-052-0/+8
* dtc: Fix some lexical problems with referencesDavid Gibson2007-11-284-5/+29
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-263-0/+18
* dtc: Add valgrind support to testsuiteDavid Gibson2007-11-264-3/+38
* dtc: Remove some redundant testcasesDavid Gibson2007-11-261-6/+5
* Add a script that compares an "old" and "new" dtc results.Jon Loeliger2007-11-201-0/+86
* dtc: Don't use env(1) in testsuiteDavid Gibson2007-11-201-3/+1
* dtc: Add testcases for tree checksDavid Gibson2007-11-209-19/+88
* libfdt: Abolish fdt_offset_ptr_typed()David Gibson2007-11-204-8/+8
* libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson2007-11-2015-56/+53
* dtc: Add testcase for dtc referencesDavid Gibson2007-11-133-1/+125
* libfdt: Add phandle related functionsDavid Gibson2007-11-1310-2/+147
* dtc: Add missing dependencies for testsDavid Gibson2007-11-131-1/+2
* dtc: Switch dtc to C-style literalsDavid Gibson2007-11-083-6/+39
* dtc: Better exercise dtc base and bytestring featuresDavid Gibson2007-11-082-8/+8
* dtc: Add testcases exercising -Odts modeDavid Gibson2007-11-082-4/+11
* dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson2007-11-081-3/+4
* libfdt: Fix sw_tree1 testcaseDavid Gibson2007-11-062-1/+1
* libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson2007-11-015-13/+41
* dtc: Remove leftover debugging printf() from mangle-layoutDavid Gibson2007-10-301-2/+0
* libfdt: Test on trees with different block layoutsDavid Gibson2007-10-253-1/+178
* libfdt: Rename and publish _fdt_next_tag()David Gibson2007-10-244-2/+142
* Appease the printf() format $Gods with a correct type.Jon Loeliger2007-10-231-1/+1
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-221-2/+2
* dtc: Make helper macros in trees.S more flexibleDavid Gibson2007-10-221-12/+20
* dtc: Improve -Odts outputDavid Gibson2007-10-173-2/+6
* dtc: Restore missing code for testcasesDavid Gibson2007-10-172-0/+111
* dtc: Improve support for string escapesDavid Gibson2007-10-165-1/+52
* libfdt: Add functions for handling the "compatible" propertyDavid Gibson2007-10-167-1/+111
* dtc: Don't delete *.test.dtb between testgroupsDavid Gibson2007-10-161-6/+3
* libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson2007-10-159-3/+49
* libfdt: Make unit address optional for finding nodesDavid Gibson2007-10-1516-72/+95
* libfdt: Test rw functions on more treesDavid Gibson2007-10-151-3/+18
* dtc: Whitespace cleanupDavid Gibson2007-09-187-10/+9
* dtc: Add basic testcases for dtcDavid Gibson2007-09-184-3/+62
* dtc: Cleanup testsuite organizationDavid Gibson2007-09-172-23/+4
* libfdt: Consistently use big-endian property data in testcasesDavid Gibson2007-09-171-2/+13
* libfdt: Add fdt_node_offset_by_prop_value()David Gibson2007-09-173-0/+112
* dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson2007-08-311-2/+1
* dtc: Fix summary calculation in testsuiteDavid Gibson2007-08-301-5/+8