aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-23dtc: Testcases for input handlingDavid Gibson2-0/+25
2008-03-23dtc: Assorted improvements to test harnessDavid Gibson5-53/+78
2008-03-23dtc: Make eval_literal() staticDavid Gibson1-3/+3
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson5-45/+18
2008-03-23dtc: Use for_each_marker_of_type in asm_emit_data()David Gibson1-7/+3
2008-03-23dtc: Test and fix conversion to/from old dtb versionsDavid Gibson2-8/+19
2008-03-23dtc: Strip redundant "name" propertiesDavid Gibson1-2/+13
2008-03-23dtc: Fix indentation of fixup_phandle_referencesDavid Gibson1-17/+17
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson6-23/+97
2008-03-23dtc: Fix error reporting in push_input_file()David Gibson2-21/+9
2008-02-18libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson1-11/+1
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson4-17/+10
2008-02-18libfdt: More tests of NOP handling behaviourDavid Gibson3-1/+115
2008-02-15dtc: Fold comment handling test into testsuiteDavid Gibson3-0/+21
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson4-2/+91
2008-02-12libfdt: Add and use a node iteration helper function.David Gibson3-174/+131
2008-01-24Tag Version 1.1.0v1.1.0Jon Loeliger1-1/+1
2008-01-11Remove const from dtc_file::dir.Scott Wood2-3/+3
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson5-1/+143
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