summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag Version 1.1.0-rc1v1.1.0-rc1Jon Loeliger2008-01-101-2/+2
* Preserve scanner state when /include/ing.Scott Wood2008-01-101-3/+3
* Convert malloc() uses to xmalloc().Scott Wood2008-01-072-14/+4
* Remove \n from yyerror() call.Scott Wood2008-01-071-1/+1
* Handle absolute pathnames correctly in dtc_open_file.Scott Wood2008-01-071-0/+12
* dtc/libfdt: Add README clarifying licensingDavid Gibson2008-01-041-0/+56
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-045-1/+8
* Look for include files in the directory of the including file.Scott Wood2008-01-045-100/+134
* Add yyerrorf() for formatted error messages.Scott Wood2008-01-043-4/+14
* dtc: Remove header information dumpingDavid Gibson2008-01-032-21/+26
* dtc: Update TODO filesDavid Gibson2007-12-192-11/+3
* dtc: Add missing copyright notice for dumptrees.cDavid Gibson2007-12-191-0/+21
* dtc: Remove remaining old-style checksDavid Gibson2007-12-183-217/+3
* dtc: Don't build tests as part of "all"David Gibson2007-12-171-1/+1
* libfdt: Add more documentation (patch the seventh)David Gibson2007-12-171-0/+219
* libfdt: Add more documentation (patch the sixth)David Gibson2007-12-171-0/+104
* dtc: Fix silly typo in dtc-checkfails.shDavid Gibson2007-12-071-1/+1
* dtc: Allow gcc format warnings for check_msg()David Gibson2007-12-071-0/+3
* dtc: Make dtc-checfails.sh script catch deaths-by-signalDavid Gibson2007-12-071-0/+4
* dtc: Reinstate full old-style reference-to-path for v0 dts filesDavid Gibson2007-12-071-2/+1
* dtc: Convert check for obsolete /chosen propertyDavid Gibson2007-12-073-22/+32
* dtc: Convert #address-cells and #size-cells related checksDavid Gibson2007-12-075-51/+164
* dtc: Remove obsolete check_properties() functionDavid Gibson2007-12-061-45/+3
* dtc: Migrate "string property" checks to new frameworkDavid Gibson2007-12-063-13/+14
* dtc: Migrate "one cell" checks to new frameworkDavid Gibson2007-12-063-14/+35
* dtc: More detailed testing of tree checksDavid Gibson2007-12-064-21/+38
* dtc: Remove space from flex command lineDavid Gibson2007-12-061-1/+1
* dtc: Implement path referencesDavid Gibson2007-12-058-2/+149
* Fix padding optionsKumar Gala2007-12-051-5/+7
* dtc: Generate useful error message for properties after subnodesDavid Gibson2007-12-052-0/+14
* dtc: Trivial lexer cleanupsDavid Gibson2007-12-051-5/+3
* dtc: Convert "name" property checking to new infrastructureDavid Gibson2007-12-053-15/+47
* dtc: Fix FAIL() macro varargsDavid Gibson2007-12-051-2/+2
* Print out the total size as part of ftdumpKumar Gala2007-12-051-0/+2
* dtc: Add many const qualificationsDavid Gibson2007-12-047-58/+58
* dtc: Fix uninitialized use of structure_okDavid Gibson2007-12-043-15/+18
* Add an option to pad the blob that is generatedKumar Gala2007-12-043-8/+27
* dtc: Fix some lexical problems with referencesDavid Gibson2007-11-285-12/+53
* Fix whitespace in libfdt/fdt.hKumar Gala2007-11-281-16/+16
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-266-133/+98
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-267-131/+285
* dtc: Add valgrind support to testsuiteDavid Gibson2007-11-265-6/+41
* 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-2011-21/+90
* libfdt: Abolish fdt_offset_ptr_typed()David Gibson2007-11-206-15/+9
* libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson2007-11-2016-72/+70
* dtc: Add testcase for dtc referencesDavid Gibson2007-11-133-1/+125
* libfdt: Add phandle related functionsDavid Gibson2007-11-1312-10/+214