aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson11-0/+175
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson6-8/+64
2010-02-08Modification of lexer and parser, improving dtc portability.Lukasz Wojcik2-2/+3
2010-01-14dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarationsDavid Gibson2-56/+38
2010-01-14dtc: Cleanup srcpos_string()David Gibson1-29/+16
2010-01-14dtc: Cleanup line number tracking, add column number trackingDavid Gibson3-9/+38
2010-01-14dtc: Simpler interface to source file managementDavid Gibson11-233/+141
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson13-30/+177
2009-11-17Assorted cleanups and extensions for ftdumpDavid Gibson1-17/+30
2009-11-11Fix dtc bugs for 64-bit compileDavid Gibson4-6/+11
2009-11-11Don't use echo -e in run_tests.shDavid Gibson1-8/+8
2009-11-11Use yylloc instead of yylocDavid Gibson1-1/+1
2009-11-11Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson5-15/+90
2009-07-15add Mac OS X supportJean-Christophe PLAGNIOL-VILLARD1-3/+14
2009-03-04libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire1-1/+1
2009-02-23Fix a possible overflow case detected by gcc 4.3.2Emil Medve1-1/+1
2009-02-17Fix libraries (static and dynamic) installationEmil Medve1-4/+3
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson5-47/+44
2009-02-06libfdt: Rework fdt_next_node()David Gibson3-48/+17
2009-02-03dtc: Add testcases for labels within valuesDavid Gibson5-2/+142
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson6-39/+146
2009-01-07dtc: Move some functions to util.[ch]David Gibson3-50/+35
2009-01-07libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson1-1/+1
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer3-5/+15
2009-01-02libfdt: Add version.lds fileJosh Boyer1-0/+54
2008-11-17dtc: Handle linux,phandle properties which self-referenceDavid Gibson6-9/+52
2008-11-17dtc: Use noinput flex option for convert-dtsv0 to remove warningDavid Gibson1-1/+1
2008-11-17dtc: Check return value from fwrite()David Gibson1-4/+7
2008-11-05libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson9-11/+60
2008-10-03Add conditionalized debug() print macro.Jon Loeliger1-0/+7
2008-10-03Remove support for the legacy DTS source file format.Jon Loeliger10-164/+77
2008-10-03Enhance source position implementation.Jon Loeliger3-32/+162
2008-10-03Use flex's YY_USER_ACTION feature to avoid code duplicationJon Loeliger1-31/+5
2008-10-03Implement and use an xstrdup() functionJon Loeliger10-18/+82
2008-10-03Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger4-36/+63
2008-10-03Some Documentation fixes and generalizations.Jon Loeliger1-6/+20
2008-10-03Install & document convert-dtsv0Niklaus Giger2-0/+21
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson5-7/+105
2008-09-25Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2-2/+2
2008-09-25libfdt: Fix bugs in fdt_get_path()David Gibson2-15/+18
2008-08-14libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala5-3/+104
2008-08-13libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2-7/+60
2008-08-13dtc: Make many functions 'static'David Gibson21-32/+34
2008-07-31dtc: give advance warning that "-S" is going away.Paul Gortmaker1-0/+3
2008-07-31dtc: Remove unused lexer functionDavid Gibson1-1/+1
2008-07-31libfdt: Forgot one function when cleaning the namespaceDavid Gibson1-2/+3
2008-07-25Tag Version 1.2.0v1.2.0Jon Loeliger1-1/+1
2008-07-23libfdt: Fix 'make install' target handling of .h files.Jon Loeliger2-1/+4
2008-07-14Tag Version 1.2.0-rc2v1.2.0-rc2Jon Loeliger1-1/+1
2008-07-14libfdt: Improve documentation in libfdt.hWolfram Sang1-14/+14