summaryrefslogtreecommitdiff
path: root/tools/mkenvimage.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-07-18tools: mkenvimage: Always consider non-regular filesAndre Przywara1-49/+21
2019-07-18tools: mkenvimage: Fix reading from slow pipeAndre Przywara1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-29tools: mkenvimage: Fix possible segfault on stdin inputAlexander Dahl1-1/+1
2018-04-29tools: mkenvimage: Fix read() stdin error handlingAlexander Dahl1-1/+1
2015-03-28Patch to mkenvimage to handle text files with length that exceed env sizeBrian McFarland1-7/+22
2014-11-11Added support for comments in input to mkenvimage.Dominik Muth1-3/+8
2013-08-16tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun1-3/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-07-20tools: clean up mingw ifdefsMike Frysinger1-8/+2
2012-07-09tools: Fix mingw tools buildVladimir Yakovlev1-2/+8
2012-07-02tools/mkenvimage.c: fix basename(3) usageAndreas Bießmann1-0/+1
2012-04-11mkenvimage: Fix compiler warningDirk Behme1-2/+2
2012-03-27mkenvimage: Really set the redundant byte when applicableDavid Wagner1-1/+3
2012-03-27mkenvimage: Don't try to detect comments in the input fileDavid Wagner1-8/+0
2012-03-27mkenvimage: Use mmap() when reading from a regular fileDavid Wagner1-6/+19
2012-03-27mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"David Wagner1-13/+13
2012-03-27mkenvimage: More error handlingDavid Wagner1-2/+29
2012-03-27mkenvimage: Correct an include and add a missing oneDavid Wagner1-1/+2
2012-03-27mkenvimage: correct and clarify comments and error messagesDavid Wagner1-25/+14
2012-03-26mkenvimage: fix usage messageWolfgang Denk1-1/+1
2012-01-05Correctly handle input files beginning with several newlinesDavid Wagner1-5/+5
2012-01-05tools/mkenvimage.c: Fix a merge issueHorst Kronstorfer1-2/+2
2011-12-23Merge branch 'next' of ../nextWolfgang Denk1-5/+18
2011-12-22Print program basename instead of whole path in usage()Horst Kronstorfer1-3/+9
2011-12-21mkenvimage: Add version info switch (-V)Horst Kronstorfer1-1/+6
2011-12-21mkenvimage: Fix getopt() error handlingHorst Kronstorfer1-2/+10
2011-12-21mkenvimage: Fix some typosHorst Kronstorfer1-4/+4
2011-11-22new tool mkenvimage: generates an env image from an arbitrary config fileDavid Wagner1-0/+270