aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-07-14dtc: Address an assortment of portability problemsDavid Gibson
2008-07-14dtc: Testcase for /include/ directiveDavid Gibson
2008-06-19dtc: Add support for binary includes.David Gibson
2008-06-02dtc: Add a testcase for 'reg' or 'ranges' in /David Gibson
2008-06-02dtc: Fix some printf() format warnings when compiling 64-bitDavid Gibson
2008-05-29dtc: Remove some small bashisms from test scriptsDavid Gibson
2008-05-19dtc: Add program to convert dts files from v0 to v1David Gibson
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson
2008-03-23dtc: Testcases for input handlingDavid Gibson
2008-03-23dtc: Assorted improvements to test harnessDavid Gibson
2008-03-23dtc: Test and fix conversion to/from old dtb versionsDavid Gibson
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson
2008-02-18libfdt: More tests of NOP handling behaviourDavid Gibson
2008-02-15dtc: Fold comment handling test into testsuiteDavid Gibson
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson
2007-12-19dtc: Add missing copyright notice for dumptrees.cDavid Gibson
2007-12-07dtc: Fix silly typo in dtc-checkfails.shDavid Gibson
2007-12-07dtc: Make dtc-checfails.sh script catch deaths-by-signalDavid Gibson
2007-12-07dtc: Convert check for obsolete /chosen propertyDavid Gibson
2007-12-07dtc: Convert #address-cells and #size-cells related checksDavid Gibson
2007-12-06dtc: Migrate "string property" checks to new frameworkDavid Gibson
2007-12-06dtc: Migrate "one cell" checks to new frameworkDavid Gibson
2007-12-06dtc: More detailed testing of tree checksDavid Gibson
2007-12-05dtc: Implement path referencesDavid Gibson
2007-12-05dtc: Generate useful error message for properties after subnodesDavid Gibson
2007-12-05dtc: Convert "name" property checking to new infrastructureDavid Gibson
2007-11-28dtc: Fix some lexical problems with referencesDavid Gibson
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson
2007-11-26dtc: Add valgrind support to testsuiteDavid Gibson
2007-11-26dtc: Remove some redundant testcasesDavid Gibson
2007-11-20Add a script that compares an "old" and "new" dtc results.Jon Loeliger
2007-11-20dtc: Don't use env(1) in testsuiteDavid Gibson
2007-11-20dtc: Add testcases for tree checksDavid Gibson
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson
2007-11-13dtc: Add testcase for dtc referencesDavid Gibson
2007-11-13libfdt: Add phandle related functionsDavid Gibson
2007-11-13dtc: Add missing dependencies for testsDavid Gibson
2007-11-08dtc: Switch dtc to C-style literalsDavid Gibson
2007-11-08dtc: Better exercise dtc base and bytestring featuresDavid Gibson
2007-11-08dtc: Add testcases exercising -Odts modeDavid Gibson
2007-11-08dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson
2007-11-06libfdt: Fix sw_tree1 testcaseDavid Gibson
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson
2007-10-30dtc: Remove leftover debugging printf() from mangle-layoutDavid Gibson
2007-10-25libfdt: Test on trees with different block layoutsDavid Gibson
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson
2007-10-23Appease the printf() format $Gods with a correct type.Jon Loeliger