aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-13dtc: Add missing dependencies for testsDavid Gibson2-1/+6
2007-11-12dtc: -Odts produces v1 outputDavid Gibson1-3/+5
2007-11-08dtc: Switch dtc to C-style literalsDavid Gibson5-16/+107
2007-11-08dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson2-148/+85
2007-11-08libfdt: Add more documentation (path the fifth)David Gibson1-0/+95
2007-11-08dtc: Better exercise dtc base and bytestring featuresDavid Gibson2-8/+8
2007-11-08dtc: Add testcases exercising -Odts modeDavid Gibson2-4/+11
2007-11-08dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson2-8/+65
2007-11-08dtc: Refactor printing of property values in -Odts modeDavid Gibson1-59/+38
2007-11-06libfdt: Fix sw_tree1 testcaseDavid Gibson2-1/+1
2007-11-05libfdt: Add more documentation (patch the fourth)David Gibson1-1/+74
2007-11-05libfdt: Add more documentation (patch the third)David Gibson1-7/+85
2007-11-05dtc: Fix the install targetEmil Medve1-5/+5
2007-11-05dtc: Don't force alignment of cell list dataDavid Gibson1-2/+1
2007-11-05dtc: Make -Idts -Odts preserve node/property labelsDavid Gibson1-2/+8
2007-11-05dtc: Don't include libfdt in global LDFLAGSDavid Gibson1-1/+0
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson4-449/+478
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson7-33/+131
2007-10-30libfdt: Correctly handle versions > 17David Gibson1-1/+4
2007-10-30dtc: Remove leftover debugging printf() from mangle-layoutDavid Gibson1-2/+0
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger4-5/+19
2007-10-25libfdt: Test on trees with different block layoutsDavid Gibson3-1/+178
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson3-23/+38
2007-10-25libfdt: Documentation (patch the second)David Gibson1-1/+79
2007-10-24libfdt: Add some documenting comments in libfdt.hDavid Gibson1-8/+136
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson10-21/+162
2007-10-24libfdt: Rename and publish _fdt_check_header()David Gibson5-19/+23
2007-10-23Quiet a bogus "May be used uninitialized" warning.Jon Loeliger1-1/+1
2007-10-23Appease the printf() format $Gods with a correct type.Jon Loeliger1-1/+1
2007-10-23DTC: Remove an unneeded %token definition.Jon Loeliger1-1/+0
2007-10-23DTC: Minor grammar rule shuffle.Jon Loeliger1-31/+31
2007-10-22Reformat grammar rules to not mix language syntax and yacc syntax.Jon Loeliger1-34/+118
2007-10-22dtc: data.c doesn't need to include dtc-parser.tab.hDavid Gibson1-1/+0
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson4-192/+217
2007-10-22libfdt: Add missing RW_CHECK_HEADER to fdt_del_node()David Gibson1-0/+2