aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-03-21Add an initial Python library for libfdtSimon Glass1-0/+1
2017-03-10dtc: Bump version to v1.4.4v1.4.4David Gibson1-1/+1
2017-02-28dtc: Bump version to v1.4.3v1.4.3David Gibson1-1/+1
2017-01-30Makefile: Add tags ruleStephen Boyd1-0/+6
2016-09-03dtc: Makefile improvements for release uploadingv1.4.2David Gibson1-4/+20
2016-09-03dtc: Bump version to 1.4.2David Gibson1-1/+1
2015-11-16Remove duplicated -Werror in dtc MakefileDavid Gibson1-1/+1
2014-11-12dtc: Bump version to 1.4.1v1.4.1David Gibson1-1/+1
2014-11-12dtc: Add maintainer script for signing and upload to kernel.orgDavid Gibson1-0/+1
2014-06-18Add a basic test for fdtdumpSimon Glass1-0/+1
2014-02-04Makefile: add a make "dist" targetFlorian Fainelli1-0/+5
2014-01-25Makefile: enable -Wshadow by defaultFlorian Fainelli1-1/+1
2013-08-15Makefile: provide separate install targetsDavid Gibson1-2/+10
2013-06-22Tag Version 1.4.0v1.4.0Jon 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