[U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-09-02 Thread David Wagner
This tool takes a key=value configuration file (same as would a `printenv' show) and generates the corresponding environment image, ready to be flashed. use case: flash the environment with an external tool Signed-off-by: David Wagner david.wag...@free-electrons.com --- changes since v5

Re: [U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-09-02 Thread David Wagner
oops, subject is missing v6. I just resent a correct version. David ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-08-24 Thread Wolfgang Denk
Dear David Wagner, In message 1312885889-20222-1-git-send-email-david.wag...@free-electrons.com you wrote: This tool takes a key=value configuration file (same as would a `printenv' show) and generates the corresponding environnment image, ready to be flashed. s/nnm/nm/ Signed-off-by:

Re: [U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-08-21 Thread Mike Frysinger
On Tuesday, August 09, 2011 06:31:29 David Wagner wrote: +extern uint32_t crc32 (uint32_t, const unsigned char *, unsigned int); does including u-boot/crc.h work ? +static void usage(char *exec_name) const char *exec_name + char *txt_filename = NULL, *bin_filename = NULL; mark them

[U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-08-09 Thread David Wagner
This tool takes a key=value configuration file (same as would a `printenv' show) and generates the corresponding environnment image, ready to be flashed. Signed-off-by: David Wagner david.wag...@free-electrons.com --- Hi Mike, This 3rd version should address what you pointed out. I had

[U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-08-05 Thread David Wagner
This tool takes a key=value configuration file (same as would a `printenv' show) and generates the corresponding environnment image, ready to be flashed. Signed-off-by: David Wagner david.wag...@free-electrons.com --- tools/Makefile |5 ++ tools/mkenvimage.c | 157

Re: [U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file

2011-08-05 Thread Thomas Petazzoni
Hello, Le Fri, 5 Aug 2011 16:49:58 +0200, David Wagner david.wag...@free-electrons.com a écrit : This tool takes a key=value configuration file (same as would a `printenv' show) and generates the corresponding environnment image, ready to be flashed. Nice tool. I'm currently using a crappy