summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dtc: Add missing dependencies for testsDavid Gibson2007-11-132-1/+6
* dtc: -Odts produces v1 outputDavid Gibson2007-11-121-3/+5
* dtc: Switch dtc to C-style literalsDavid Gibson2007-11-085-16/+107
* dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson2007-11-082-148/+85
* libfdt: Add more documentation (path the fifth)David Gibson2007-11-081-0/+95
* dtc: Better exercise dtc base and bytestring featuresDavid Gibson2007-11-082-8/+8
* dtc: Add testcases exercising -Odts modeDavid Gibson2007-11-082-4/+11
* dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson2007-11-082-8/+65
* dtc: Refactor printing of property values in -Odts modeDavid Gibson2007-11-081-59/+38
* libfdt: Fix sw_tree1 testcaseDavid Gibson2007-11-062-1/+1
* libfdt: Add more documentation (patch the fourth)David Gibson2007-11-051-1/+74
* libfdt: Add more documentation (patch the third)David Gibson2007-11-051-7/+85
* dtc: Fix the install targetEmil Medve2007-11-051-5/+5
* dtc: Don't force alignment of cell list dataDavid Gibson2007-11-051-2/+1
* dtc: Make -Idts -Odts preserve node/property labelsDavid Gibson2007-11-051-2/+8
* dtc: Don't include libfdt in global LDFLAGSDavid Gibson2007-11-051-1/+0
* dtc: Move tree checking code to checks.cDavid Gibson2007-11-014-449/+478
* libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson2007-11-017-33/+131
* libfdt: Correctly handle versions > 17David Gibson2007-10-301-1/+4
* dtc: Remove leftover debugging printf() from mangle-layoutDavid Gibson2007-10-301-2/+0
* DTC: Remove the need for the GLR Parser.Jon Loeliger2007-10-254-5/+19
* libfdt: Test on trees with different block layoutsDavid Gibson2007-10-253-1/+178
* libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson2007-10-253-23/+38
* libfdt: Documentation (patch the second)David Gibson2007-10-251-1/+79
* libfdt: Add some documenting comments in libfdt.hDavid Gibson2007-10-241-8/+136
* libfdt: Rename and publish _fdt_next_tag()David Gibson2007-10-2410-21/+162
* libfdt: Rename and publish _fdt_check_header()David Gibson2007-10-245-19/+23
* Quiet a bogus "May be used uninitialized" warning.Jon Loeliger2007-10-231-1/+1
* Appease the printf() format $Gods with a correct type.Jon Loeliger2007-10-231-1/+1
* DTC: Remove an unneeded %token definition.Jon Loeliger2007-10-231-1/+0
* DTC: Minor grammar rule shuffle.Jon Loeliger2007-10-231-31/+31
* Reformat grammar rules to not mix language syntax and yacc syntax.Jon Loeliger2007-10-221-34/+118
* dtc: data.c doesn't need to include dtc-parser.tab.hDavid Gibson2007-10-221-1/+0
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-224-192/+217
* libfdt: Add missing RW_CHECK_HEADER to fdt_del_node()David Gibson2007-10-221-0/+2
* dtc: Make helper macros in trees.S more flexibleDavid Gibson2007-10-221-12/+20
* libfdt: Make fdt_string() return a const pointerDavid Gibson2007-10-222-2/+2
* dtc: Improve -Odts outputDavid Gibson2007-10-174-29/+103
* dtc: Restore missing code for testcasesDavid Gibson2007-10-172-0/+111
* dtc: Improve support for string escapesDavid Gibson2007-10-167-2/+65
* libfdt: Add functions for handling the "compatible" propertyDavid Gibson2007-10-169-1/+199
* dtc: Don't delete *.test.dtb between testgroupsDavid Gibson2007-10-161-6/+3
* Restore warning message about bison expected output.Jon Loeliger2007-10-161-0/+1
* libfdt: libfdt_env.h must be included firstDavid Gibson2007-10-161-1/+1
* libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson2007-10-1513-3/+131
* dtc: Refactor MakefilesDavid Gibson2007-10-153-88/+121
* libfdt: Make unit address optional for finding nodesDavid Gibson2007-10-1517-78/+103
* libfdt: Test rw functions on more treesDavid Gibson2007-10-151-3/+18
* dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson2007-09-276-140/+89
* dtc: Whitespace cleanupDavid Gibson2007-09-1821-90/+87