aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-09DTC 1.0.0v1.0.0Jon Loeliger1-1/+1
2007-08-09Merge branch 'doc'Jon Loeliger2-1420/+618
2007-08-09Add initial Device Tree Compiler manualJon Loeliger2-1420/+618
2007-07-25Make release 1.0.0-rc1!v1.0.0-rc1Jon Loeliger1-1/+1
2007-07-25dtc: Improve the make install targetDavid Gibson2-4/+13
2007-07-07Reorganized Makefile into better top-down structure.Jon Loeliger1-45/+40
2007-07-07Add DTC release version information.Jon Loeliger3-1/+97
2007-07-07Add a note to the build about the expected parser warnings.Jon Loeliger1-0/+1
2007-07-07dtc: format memory reserve as pairs on two linesMilton Miller1-2/+2
2007-07-07dtc: align header comments in asm outputMilton Miller1-8/+8
2007-07-07dtc: add a testcase with labelsMilton Miller1-0/+60
2007-07-07dtc: store labels in ascending orderMilton Miller1-3/+9
2007-07-07dtc: implement labels on property dataMilton Miller4-12/+60
2007-07-07dtc: allow a label: in any dts contextMilton Miller1-9/+10
2007-07-07dtc: clean up grow_data_for()Milton Miller1-2/+2
2007-07-07dtc: implement labels on memory reserve slotsMilton Miller2-4/+8
2007-07-07dtc: complain about unparsed digits in cell listsMilton Miller1-3/+11
2007-07-07dtc: move declaration of yyerrorMilton Miller2-1/+1
2007-07-07dtc: fix asm for version 17Milton Miller1-0/+4
2007-07-02dtc: Add install makefile targetJosh Boyer1-0/+9
2007-07-02dtc: Remove bogus break statementDavid Gibson1-1/+0
2007-06-25dtc: Improve and better integrate dtc and libfdt MakefilesDavid Gibson5-172/+173
2007-06-25dtc: Remove redundant copy of the GPLDavid Gibson2-340/+0
2007-06-25dtc: Count testcases and results in the dtc/libfdt testsuiteDavid Gibson1-1/+25
2007-06-25dtc: Accept NOPs in dtb input regardless of versionDavid Gibson1-2/+4
2007-06-14Merge libfdt into dtc.David Gibson31-104/+94
2007-06-14Merge ../libfdt into dtc-libfdt-mergeDavid Gibson39-0/+3981
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson39-0/+0
2007-06-13libfdt: Switch to dual GPL/BSD licenseDavid Gibson8-90/+346
2007-06-13libfdt: More thorough use of constificationDavid Gibson15-43/+70
2007-06-11dtc: parse NOP in dtb inputMilton Miller1-2/+12
2007-06-06dtc: Fix recognition of whitespace charactersDavid Gibson1-1/+1
2007-04-20Fix the -S to modify the totalsize properly.Jerry Van Baren1-12/+17
2007-04-19Assemble the blob in memory before writing it out.Jerry Van Baren1-35/+48
2007-04-19Fix reserve map output for asm format.Jerry Van Baren1-0/+3
2007-04-19Add -o <output file> to the usage message.Jerry Van Baren1-0/+1
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren3-7/+40
2007-03-28DTC: Incorporate some review suggestions.Jon Loeliger3-143/+113
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger9-23/+369
2007-03-26Remove bogus errors from check_chosen.Scott Wood1-7/+2
2007-03-23libfdt: Remove #includes from fdt.hDavid Gibson20-2/+20
2007-03-22ftdump missing be32_to_cpu() on size cell.Ed Swarthout1-1/+1
2007-03-19Improve options, #define default version.Jerry Van Baren4-9/+30
2007-03-14Get rid of libdt.cDavid Gibson2-232/+0
2007-03-14Add support for flat device tree format version 17David Gibson4-5/+21
2007-02-27Fix flat_dt_property structureDavid Gibson1-1/+1
2007-02-23libfdt: Use correct property formatDavid Gibson3-4/+4
2007-02-23libfdt: Fix fdt_strerror() bugsDavid Gibson2-4/+11
2007-02-20remove check for interrupt-controller property under /chosenStuart Yoder1-2/+9
2007-02-16Moved data_convert_cell() out of data.c to the parser.Jon Loeliger3-24/+27