summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test constant expressions in cell contexts.testingJon Loeliger2009-07-153-0/+123
* Add documentation for the new DTS language.Jon Loeliger2009-07-151-37/+467
* Introduce new DTS language.Jon Loeliger2009-07-1519-165/+4182
* add Mac OS X supportJean-Christophe PLAGNIOL-VILLARD2009-07-151-3/+14
* libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire2009-03-041-1/+1
* Fix a possible overflow case detected by gcc 4.3.2Emil Medve2009-02-231-1/+1
* Fix libraries (static and dynamic) installationEmil Medve2009-02-171-4/+3
* libfdt: Rework/cleanup fdt_next_tag()David Gibson2009-02-065-47/+44
* libfdt: Rework fdt_next_node()David Gibson2009-02-063-48/+17
* dtc: Add testcases for labels within valuesDavid Gibson2009-02-035-2/+142
* dtc: Make asm output more portable and add testcasesDavid Gibson2009-02-036-39/+146
* dtc: Move some functions to util.[ch]David Gibson2009-01-073-50/+35
* libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson2009-01-071-1/+1
* libfdt: Introduce libfdt shared libraryJosh Boyer2009-01-023-5/+15
* libfdt: Add version.lds fileJosh Boyer2009-01-021-0/+54
* dtc: Handle linux,phandle properties which self-referenceDavid Gibson2008-11-176-9/+52
* dtc: Use noinput flex option for convert-dtsv0 to remove warningDavid Gibson2008-11-171-1/+1
* dtc: Check return value from fwrite()David Gibson2008-11-171-4/+7
* libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson2008-11-059-11/+60
* Add conditionalized debug() print macro.Jon Loeliger2008-10-031-0/+7
* Remove support for the legacy DTS source file format.Jon Loeliger2008-10-0310-164/+77
* Enhance source position implementation.Jon Loeliger2008-10-033-32/+162
* Use flex's YY_USER_ACTION feature to avoid code duplicationJon Loeliger2008-10-031-31/+5
* Implement and use an xstrdup() functionJon Loeliger2008-10-0310-18/+82
* Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger2008-10-034-36/+63
* Some Documentation fixes and generalizations.Jon Loeliger2008-10-031-6/+20
* Install & document convert-dtsv0Niklaus Giger2008-10-032-0/+21
* libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-025-7/+105
* Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2008-09-252-2/+2
* libfdt: Fix bugs in fdt_get_path()David Gibson2008-09-252-15/+18
* libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala2008-08-145-3/+104
* libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2008-08-132-7/+60
* dtc: Make many functions 'static'David Gibson2008-08-1321-32/+34
* dtc: give advance warning that "-S" is going away.Paul Gortmaker2008-07-311-0/+3
* dtc: Remove unused lexer functionDavid Gibson2008-07-311-1/+1
* libfdt: Forgot one function when cleaning the namespaceDavid Gibson2008-07-311-2/+3
* Tag Version 1.2.0v1.2.0Jon Loeliger2008-07-251-1/+1
* libfdt: Fix 'make install' target handling of .h files.Jon Loeliger2008-07-232-1/+4
* Tag Version 1.2.0-rc2v1.2.0-rc2Jon Loeliger2008-07-141-1/+1
* libfdt: Improve documentation in libfdt.hWolfram Sang2008-07-141-14/+14
* libfdt: Increase namespace-pollution paranoiaDavid Gibson2008-07-147-122/+119
* dtc: Run relevant checks on dtb input as well as dtsDavid Gibson2008-07-143-21/+32
* dtc: Enable and fix -Wcast-qual warningsDavid Gibson2008-07-147-14/+15
* dtc: Enable and fix -Wpointer-arith warningsDavid Gibson2008-07-1413-47/+52
* dtc: Clean up lexing of include filesDavid Gibson2008-07-142-35/+21
* dtc: Address an assortment of portability problemsDavid Gibson2008-07-148-45/+41
* dtc: Use libfdt endian conversion functions in libfdtDavid Gibson2008-07-141-31/+16
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-146-59/+38
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-145-31/+28
* dtc: Testcase for /include/ directiveDavid Gibson2008-07-1410-0/+43