aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-10Tag Version 1.1.0-rc1v1.1.0-rc1Jon Loeliger1-2/+2
2008-01-10Preserve scanner state when /include/ing.Scott Wood1-3/+3
2008-01-07Convert malloc() uses to xmalloc().Scott Wood2-14/+4
2008-01-07Remove \n from yyerror() call.Scott Wood1-1/+1
2008-01-07Handle absolute pathnames correctly in dtc_open_file.Scott Wood1-0/+12
2008-01-04dtc/libfdt: Add README clarifying licensingDavid Gibson1-0/+56
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood5-1/+8
2008-01-04Look for include files in the directory of the including file.Scott Wood5-100/+134
2008-01-04Add yyerrorf() for formatted error messages.Scott Wood3-4/+14
2008-01-03dtc: Remove header information dumpingDavid Gibson2-21/+26
2007-12-19dtc: Update TODO filesDavid Gibson2-11/+3
2007-12-19dtc: Add missing copyright notice for dumptrees.cDavid Gibson1-0/+21
2007-12-18dtc: Remove remaining old-style checksDavid Gibson3-217/+3
2007-12-17dtc: Don't build tests as part of "all"David Gibson1-1/+1
2007-12-17libfdt: Add more documentation (patch the seventh)David Gibson1-0/+219
2007-12-17libfdt: Add more documentation (patch the sixth)David Gibson1-0/+104
2007-12-07dtc: Fix silly typo in dtc-checkfails.shDavid Gibson1-1/+1
2007-12-07dtc: Allow gcc format warnings for check_msg()David Gibson1-0/+3
2007-12-07dtc: Make dtc-checfails.sh script catch deaths-by-signalDavid Gibson1-0/+4
2007-12-07dtc: Reinstate full old-style reference-to-path for v0 dts filesDavid Gibson1-2/+1
2007-12-07dtc: Convert check for obsolete /chosen propertyDavid Gibson3-22/+32
2007-12-07dtc: Convert #address-cells and #size-cells related checksDavid Gibson5-51/+164
2007-12-06dtc: Remove obsolete check_properties() functionDavid Gibson1-45/+3
2007-12-06dtc: Migrate "string property" checks to new frameworkDavid Gibson3-13/+14
2007-12-06dtc: Migrate "one cell" checks to new frameworkDavid Gibson3-14/+35
2007-12-06dtc: More detailed testing of tree checksDavid Gibson4-21/+38
2007-12-06dtc: Remove space from flex command lineDavid Gibson1-1/+1
2007-12-05dtc: Implement path referencesDavid Gibson8-2/+149
2007-12-05Fix padding optionsKumar Gala1-5/+7
2007-12-05dtc: Generate useful error message for properties after subnodesDavid Gibson2-0/+14
2007-12-05dtc: Trivial lexer cleanupsDavid Gibson1-5/+3
2007-12-05dtc: Convert "name" property checking to new infrastructureDavid Gibson3-15/+47
2007-12-05dtc: Fix FAIL() macro varargsDavid Gibson1-2/+2
2007-12-05Print out the total size as part of ftdumpKumar Gala1-0/+2
2007-12-04dtc: Add many const qualificationsDavid Gibson7-58/+58
2007-12-04dtc: Fix uninitialized use of structure_okDavid Gibson3-15/+18
2007-12-04Add an option to pad the blob that is generatedKumar Gala3-8/+27
2007-11-28dtc: Fix some lexical problems with referencesDavid Gibson5-12/+53
2007-11-28Fix whitespace in libfdt/fdt.hKumar Gala1-16/+16
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson6-133/+98
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson7-131/+285
2007-11-26dtc: Add valgrind support to testsuiteDavid Gibson5-6/+41
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 Gibson11-21/+90
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson6-15/+9
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson16-72/+70
2007-11-13dtc: Add testcase for dtc referencesDavid Gibson3-1/+125
2007-11-13libfdt: Add phandle related functionsDavid Gibson12-10/+214