From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Wagner Date: Wed, 23 Nov 2011 21:28:09 +0100 Subject: [U-Boot] [PATCH 0/9] mkenvimage: v10/v11 diff split into several patches Message-ID: <1322080098-3151-1-git-send-email-david.wagner@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, First, thanks for having mainlined mkenvimage :) These patches mainly address Wolfgang's remarks. There are a couple others. I first intended to submit a v11 patch but since the v10 was merged into u-boot's master branch, I splitted the changes into 9 patches against it. Regards, David. David Wagner (9): Strip mkenvimage mkenvimage: correct and clarify comments and error messages mkenvimage: Correct the includes and add a missing one mkenvimage: More error handling mkenvimage: Read from stdin if the filename is "-" mkenvimage: Use mmap() when reading from a regular file mkenvimage: Don't try to detect comments in the input file mkenvimage: Really set the redundant byte when applicable mkenvimage: Default to stdout if the output argument is absent or "-" tools/Makefile | 1 + tools/mkenvimage.c | 128 +++++++++++++++++++++++++++++----------------------- 2 files changed, 72 insertions(+), 57 deletions(-) -- 1.7.7.3