summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make release 1.0.0-rc1!v1.0.0-rc1Jon Loeliger2007-07-251-1/+1
* dtc: Improve the make install targetDavid Gibson2007-07-252-4/+13
* Reorganized Makefile into better top-down structure.Jon Loeliger2007-07-071-45/+40
* Add DTC release version information.Jon Loeliger2007-07-073-1/+97
* Add a note to the build about the expected parser warnings.Jon Loeliger2007-07-071-0/+1
* dtc: format memory reserve as pairs on two linesMilton Miller2007-07-071-2/+2
* dtc: align header comments in asm outputMilton Miller2007-07-071-8/+8
* dtc: add a testcase with labelsMilton Miller2007-07-071-0/+60
* dtc: store labels in ascending orderMilton Miller2007-07-071-3/+9
* dtc: implement labels on property dataMilton Miller2007-07-074-12/+60
* dtc: allow a label: in any dts contextMilton Miller2007-07-071-9/+10
* dtc: clean up grow_data_for()Milton Miller2007-07-071-2/+2
* dtc: implement labels on memory reserve slotsMilton Miller2007-07-072-4/+8
* dtc: complain about unparsed digits in cell listsMilton Miller2007-07-071-3/+11
* dtc: move declaration of yyerrorMilton Miller2007-07-072-1/+1
* dtc: fix asm for version 17Milton Miller2007-07-071-0/+4
* dtc: Add install makefile targetJosh Boyer2007-07-021-0/+9
* dtc: Remove bogus break statementDavid Gibson2007-07-021-1/+0
* dtc: Improve and better integrate dtc and libfdt MakefilesDavid Gibson2007-06-255-172/+173
* dtc: Remove redundant copy of the GPLDavid Gibson2007-06-252-340/+0
* dtc: Count testcases and results in the dtc/libfdt testsuiteDavid Gibson2007-06-251-1/+25
* dtc: Accept NOPs in dtb input regardless of versionDavid Gibson2007-06-251-2/+4
* Merge libfdt into dtc.David Gibson2007-06-1431-104/+94
* Merge ../libfdt into dtc-libfdt-mergeDavid Gibson2007-06-1439-0/+3981
|\
| * Move everything into a subdirectory in preparation for merge into dtc.David Gibson2007-06-1439-0/+0
| * libfdt: Switch to dual GPL/BSD licenseDavid Gibson2007-06-138-90/+346
| * libfdt: More thorough use of constificationDavid Gibson2007-06-1315-43/+70
| * libfdt: Remove #includes from fdt.hDavid Gibson2007-03-2320-2/+20
| * libfdt: Use correct property formatDavid Gibson2007-02-233-4/+4
| * libfdt: Fix fdt_strerror() bugsDavid Gibson2007-02-232-4/+11
| * libfdt: Add fdt_strerror() function to libraryDavid Gibson2006-12-216-44/+67
| * libfdt: Add TODO fileDavid Gibson2006-12-211-0/+6
| * libfdt: Clean up error codesDavid Gibson2006-12-154-38/+38
| * libfdt: More consistent handling of returned error codes.David Gibson2006-12-1517-154/+153
| * libfdt: Abolish encoding of error codes into pointersDavid Gibson2006-12-1510-88/+79
| * libfdt: Use void * to refer to device tree blobsDavid Gibson2006-12-1526-183/+183
| * libfdt: Fixup usage of fdt_offset_ptr() in fdt_rw.cDavid Gibson2006-12-143-15/+11
| * libfdt: Fix bounds-checking bug in fdt_get_property()David Gibson2006-12-146-2/+72
| * libfdt: Remove unused _ptr_offset() functionDavid Gibson2006-12-121-7/+0
| * libfdt: Abolish fdt_property_offset()David Gibson2006-12-1110-100/+84
| * libfdt: Fixups for 64-bit machinesDavid Gibson2006-12-071-1/+1
| * libfdt: Fix libfdt for little endian hostsDavid Gibson2006-12-044-30/+47
| * libfdt: Add dtb files to .gitignoreDavid Gibson2006-12-041-0/+1
| * libfdt: Read-write supportDavid Gibson2006-12-0113-18/+814
| * libfdt: Introduce flat tree format v17David Gibson2006-12-016-13/+23
| * libfdt: Factor out string search functionDavid Gibson2006-12-013-10/+17
| * libfdt: Implement fdt_move()David Gibson2006-12-017-24/+119
| * libfdt: Export accessors for header fieldsDavid Gibson2006-12-018-50/+42
| * libfdt: Fix logic in nop_property testcaseDavid Gibson2006-12-011-5/+5
| * Add a copy of the GPLDavid Gibson2006-11-291-0/+340