summaryrefslogtreecommitdiff
path: root/tools/mkenvimage.c
AgeCommit message (Expand)Author
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-07-18tools: mkenvimage: Always consider non-regular filesAndre Przywara
2019-07-18tools: mkenvimage: Fix reading from slow pipeAndre Przywara
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28tools: mkenvimage: Fix possible segfault on stdin inputAlexander Dahl
2018-04-28tools: mkenvimage: Fix read() stdin error handlingAlexander Dahl
2015-03-28Patch to mkenvimage to handle text files with length that exceed env sizeBrian McFarland
2014-11-10Added support for comments in input to mkenvimage.Dominik Muth
2013-08-16tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-07-20tools: clean up mingw ifdefsMike Frysinger
2012-07-08tools: Fix mingw tools buildVladimir Yakovlev
2012-07-02tools/mkenvimage.c: fix basename(3) usageAndreas Bießmann
2012-04-10mkenvimage: Fix compiler warningDirk Behme
2012-03-27mkenvimage: Really set the redundant byte when applicableDavid Wagner
2012-03-27mkenvimage: Don't try to detect comments in the input fileDavid Wagner
2012-03-27mkenvimage: Use mmap() when reading from a regular fileDavid Wagner
2012-03-27mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"David Wagner
2012-03-27mkenvimage: More error handlingDavid Wagner
2012-03-27mkenvimage: Correct an include and add a missing oneDavid Wagner
2012-03-27mkenvimage: correct and clarify comments and error messagesDavid Wagner
2012-03-26mkenvimage: fix usage messageWolfgang Denk
2012-01-05Correctly handle input files beginning with several newlinesDavid Wagner
2012-01-05tools/mkenvimage.c: Fix a merge issueHorst Kronstorfer
2011-12-23Merge branch 'next' of ../nextWolfgang Denk
2011-12-22Print program basename instead of whole path in usage()Horst Kronstorfer
2011-12-20mkenvimage: Add version info switch (-V)Horst Kronstorfer
2011-12-20mkenvimage: Fix getopt() error handlingHorst Kronstorfer
2011-12-20mkenvimage: Fix some typosHorst Kronstorfer
2011-11-22new tool mkenvimage: generates an env image from an arbitrary config fileDavid Wagner