aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-07-14dtc: Run relevant checks on dtb input as well as dtsDavid Gibson1-14/+22
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson5-13/+13
2008-07-14dtc: Address an assortment of portability problemsDavid Gibson6-32/+22
2008-07-14dtc: Testcase for /include/ directiveDavid Gibson10-0/+43
2008-06-19dtc: Add support for binary includes.David Gibson5-1/+87
2008-06-02dtc: Add a testcase for 'reg' or 'ranges' in /David Gibson2-0/+9
2008-06-02dtc: Fix some printf() format warnings when compiling 64-bitDavid Gibson2-3/+6
2008-05-29dtc: Remove some small bashisms from test scriptsDavid Gibson3-3/+3
2008-05-19dtc: Add program to convert dts files from v0 to v1David Gibson2-5/+30
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson4-1/+64
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson1-2/+2
2008-03-23dtc: Testcases for input handlingDavid Gibson2-0/+25
2008-03-23dtc: Assorted improvements to test harnessDavid Gibson5-53/+78
2008-03-23dtc: Test and fix conversion to/from old dtb versionsDavid Gibson1-0/+13
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson4-0/+55
2008-02-18libfdt: More tests of NOP handling behaviourDavid Gibson3-1/+115
2008-02-15dtc: Fold comment handling test into testsuiteDavid Gibson3-0/+59
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson3-1/+90
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson3-1/+93
2007-12-19dtc: Add missing copyright notice for dumptrees.cDavid Gibson1-0/+21
2007-12-07dtc: Fix silly typo in dtc-checkfails.shDavid Gibson1-1/+1
2007-12-07dtc: Make dtc-checfails.sh script catch deaths-by-signalDavid Gibson1-0/+4
2007-12-07dtc: Convert check for obsolete /chosen propertyDavid Gibson2-0/+14
2007-12-07dtc: Convert #address-cells and #size-cells related checksDavid Gibson4-1/+33
2007-12-06dtc: Migrate "string property" checks to new frameworkDavid Gibson2-0/+9
2007-12-06dtc: Migrate "one cell" checks to new frameworkDavid Gibson2-0/+9
2007-12-06dtc: More detailed testing of tree checksDavid Gibson4-21/+38
2007-12-05dtc: Implement path referencesDavid Gibson4-1/+101
2007-12-05dtc: Generate useful error message for properties after subnodesDavid Gibson1-0/+9
2007-12-05dtc: Convert "name" property checking to new infrastructureDavid Gibson2-0/+8
2007-11-28dtc: Fix some lexical problems with referencesDavid Gibson4-5/+29
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson3-0/+18
2007-11-26dtc: Add valgrind support to testsuiteDavid Gibson4-3/+38
2007-11-26dtc: Remove some redundant testcasesDavid Gibson1-6/+5
2007-11-20Add a script that compares an "old" and "new" dtc results.Jon Loeliger1-0/+86
2007-11-20dtc: Don't use env(1) in testsuiteDavid Gibson1-3/+1
2007-11-20dtc: Add testcases for tree checksDavid Gibson9-19/+88
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson4-8/+8
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson15-56/+53
2007-11-13dtc: Add testcase for dtc referencesDavid Gibson3-1/+125
2007-11-13libfdt: Add phandle related functionsDavid Gibson10-2/+147
2007-11-13dtc: Add missing dependencies for testsDavid Gibson1-1/+2
2007-11-08dtc: Switch dtc to C-style literalsDavid Gibson3-6/+39
2007-11-08dtc: Better exercise dtc base and bytestring featuresDavid Gibson2-8/+8
2007-11-08dtc: Add testcases exercising -Odts modeDavid Gibson2-4/+11
2007-11-08dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson1-3/+4
2007-11-06libfdt: Fix sw_tree1 testcaseDavid Gibson2-1/+1
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson5-13/+41
2007-10-30dtc: Remove leftover debugging printf() from mangle-layoutDavid Gibson1-2/+0
2007-10-25libfdt: Test on trees with different block layoutsDavid Gibson3-1/+178