aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson2-6/+36
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson8-7/+94
2009-11-11Fix dtc bugs for 64-bit compileDavid Gibson3-5/+10
2009-11-11Don't use echo -e in run_tests.shDavid Gibson1-8/+8
2009-11-11Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson4-1/+75
2009-02-03dtc: Add testcases for labels within valuesDavid Gibson5-2/+142
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson4-1/+90
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer1-2/+2
2008-11-17dtc: Handle linux,phandle properties which self-referenceDavid Gibson4-3/+26
2008-11-05libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson8-7/+53
2008-10-03Remove support for the legacy DTS source file format.Jon Loeliger8-86/+75
2008-10-03Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger1-3/+2
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson3-0/+60
2008-09-25libfdt: Fix bugs in fdt_get_path()David Gibson1-3/+7
2008-08-14libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala4-1/+85
2008-08-13dtc: Make many functions 'static'David Gibson19-30/+32
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