[U-Boot] [PATCH v6] Add imls utility command

Wolfgang Denk wd at denx.de
Fri May 15 21:25:21 CEST 2009


Dear Marco,

In message <49F73702.1080004 at gmail.com> you wrote:
> From: Marco Stornelli <marco.stornelli at gmail.com>
> 
> This patch adds, under tools folder, a new command called imls. Its
> goal is the same of UBoot's imls but it can be used as Linux shell
> command. It reads from raw mtd partition and prints the list of the
> stored images.
> 
> Signed-off-by: Marco Stornelli <marco.stornelli at gmail.com>
> ---
> 
> Changes from v5:
>  - Swapped 'c' with 's' option
> 
>  tools/imls/Makefile |  106 ++++++++++++++++++++
>  tools/imls/README   |   57 +++++++++++
>  tools/imls/imls.c   |  270 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 433 insertions(+), 0 deletions(-)
>  create mode 100644 tools/imls/Makefile
>  create mode 100644 tools/imls/README
>  create mode 100644 tools/imls/imls.c

Applie, thanks, but:

/home/wd/git/u-boot/work/.git/rebase-apply/patch:269: trailing whitespace.
                                if (--argc <= 0) 
/home/wd/git/u-boot/work/.git/rebase-apply/patch:313: trailing whitespace.
                fprintf(stderr, "%s: Unsupported flash type %u\n", 
/home/wd/git/u-boot/work/.git/rebase-apply/patch:370: trailing whitespace.
        }
/home/wd/git/u-boot/work/.git/rebase-apply/patch:437: trailing whitespace.

warning: 4 lines applied after fixing whitespace errors.


Please pay attention to the coding style!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Command, n.:
            Statement presented by a human and accepted by a computer
in such a manner as to make the human feel as if he is in control.


More information about the U-Boot mailing list