summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-06-22Tag Version 1.4.0HEADv1.4.0masterJon Loeliger1-1/+1
2012-01-21Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger1-0/+6
2012-01-21Add fdtput utility to write property values to a device treeSimon Glass1-0/+4
2012-01-21Add fdtget utility to read property values from a device treeSimon Glass1-0/+4
2011-10-26fdtdump: rename from ftdumpMike Frysinger1-3/+3
2011-09-22Add fdt read/write utility functionsSimon Glass1-1/+1
2011-09-22Create Makefile.utils and move ftdump into itSimon Glass1-1/+1
2011-05-08Tag Version 1.3.0v1.3.0Jon Loeliger1-1/+1
2011-04-29libfdt: include version number in sonamePaolo Bonzini1-4/+5
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson1-2/+3
2010-04-30dtc: Add -Wredundant-decls (resend)David Gibson1-1/+1
2010-03-10dtc: Enable more warningsDavid Gibson1-1/+3
2009-07-15add Mac OS X supportJean-Christophe PLAGNIOL-VILLARD1-3/+14
2009-02-17Fix libraries (static and dynamic) installationEmil Medve1-4/+3
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson1-1/+1
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer1-3/+12
2008-10-03Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger1-33/+37
2008-10-03Install & document convert-dtsv0Niklaus Giger1-0/+1
2008-07-25Tag Version 1.2.0v1.2.0Jon Loeliger1-1/+1
2008-07-23libfdt: Fix 'make install' target handling of .h files.Jon Loeliger1-1/+3
2008-07-14Tag Version 1.2.0-rc2v1.2.0-rc2Jon Loeliger1-1/+1
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-1/+1
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-1/+1
2008-06-19Tag Version 1.2.0-rc1v1.2.0-rc1Jon Loeliger1-2/+2
2008-05-29dtc: Remove reference to dead Makefile variablesDavid Gibson1-2/+1
2008-05-19dtc: Add program to convert dts files from v0 to v1David Gibson1-3/+7
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson1-3/+4
2008-01-24Tag Version 1.1.0v1.1.0Jon Loeliger1-1/+1
2008-01-10Tag Version 1.1.0-rc1v1.1.0-rc1Jon Loeliger1-2/+2
2007-12-17dtc: Don't build tests as part of "all"David Gibson1-1/+1
2007-12-06dtc: Remove space from flex command lineDavid Gibson1-1/+1
2007-11-13dtc: Add missing dependencies for testsDavid Gibson1-0/+4
2007-11-05dtc: Fix the install targetEmil Medve1-5/+5
2007-11-05dtc: Don't include libfdt in global LDFLAGSDavid Gibson1-1/+0
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger1-1/+0
2007-10-16Restore warning message about bison expected output.Jon Loeliger1-0/+1
2007-10-15dtc: Refactor MakefilesDavid Gibson1-75/+91
2007-09-18dtc: Whitespace cleanupDavid Gibson1-1/+1
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson1-1/+1
2007-08-31dtc: Make make print a message when linking testcasesDavid Gibson1-2/+4
2007-08-09DTC 1.0.0v1.0.0Jon Loeliger1-1/+1
2007-07-25Make release 1.0.0-rc1!v1.0.0-rc1Jon Loeliger1-1/+1
2007-07-25dtc: Improve the make install targetDavid Gibson1-3/+10
2007-07-07Reorganized Makefile into better top-down structure.Jon Loeliger1-45/+40
2007-07-07Add DTC release version information.Jon Loeliger1-0/+67
2007-07-07Add a note to the build about the expected parser warnings.Jon Loeliger1-0/+1
2007-07-02dtc: Add install makefile targetJosh Boyer1-0/+9
2007-06-25dtc: Improve and better integrate dtc and libfdt MakefilesDavid Gibson1-41/+89
2007-06-14Merge libfdt into dtc.David Gibson1-5/+31
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-1/+2
2007-03-14Get rid of libdt.cDavid Gibson1-2/+0
2005-08-29Add ftdump utility, contributed by Pantelis Antoniou.David Gibson1-6/+11
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-1/+1
2005-07-11Add automatic dependency generation.David Gibson1-5/+8
2005-06-23First cut at a "libdt" set of routines for extracting things from theDavid Gibson1-1/+1
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-4/+6
2005-06-08Initial commitDavid Gibson1-0/+32