| 87d65558 | 23-May-2012 |
Vikram Narayanan <vikram186@gmail.com> |
patman: Handle creation of patman config file
patman shouts when it couldn't find a $(HOME)/.patman file. Handle it in a sane way by creating a new one for the user. It looks for a user.name and use
patman: Handle creation of patman config file
patman shouts when it couldn't find a $(HOME)/.patman file. Handle it in a sane way by creating a new one for the user. It looks for a user.name and user.email in the global .gitconfig file, waits for the user input if it can't find there. Update the same in the README
Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org> Cc: Wolfgang Denk <wd@denx.de>
show more ...
|
| 2b36c75d | 23-May-2012 |
Vikram Narayanan <vikram186@gmail.com> |
patman: Change the location of patman config file
Move the config file from ~/.config/patman to ~/.patman as it is more appropriate to have it there. Update the same in the README.
Signed-off-by: V
patman: Change the location of patman config file
Move the config file from ~/.config/patman to ~/.patman as it is more appropriate to have it there. Update the same in the README.
Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Wolfgang Denk <wd@denx.de> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| dc6449a9 | 13-Jan-2012 |
David Wagner <david.wagner@free-electrons.com> |
mkenvimage: Don't try to detect comments in the input file
Remove this feature since it seems impossible to reliably detect them.
Signed-off-by: David Wagner <david.wagner@free-electrons.com> Acked
mkenvimage: Don't try to detect comments in the input file
Remove this feature since it seems impossible to reliably detect them.
Signed-off-by: David Wagner <david.wagner@free-electrons.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| 3d0f9bd0 | 13-Jan-2012 |
David Wagner <david.wagner@free-electrons.com> |
mkenvimage: More error handling
Verbosly fail if the target environment size or the padding byte are badly formated.
Verbosly fail if something bad happens when reading from standard input.
Signed
mkenvimage: More error handling
Verbosly fail if the target environment size or the padding byte are badly formated.
Verbosly fail if something bad happens when reading from standard input.
Signed-off-by: David Wagner <david.wagner@free-electrons.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| d1acdae9 | 13-Jan-2012 |
David Wagner <david.wagner@free-electrons.com> |
mkenvimage: Correct an include and add a missing one
compiler.h needs to be included from U-Boot's headers. Also, group U-Boot-specific includes together
stdlib.h was missing.
Signed-off-by: David
mkenvimage: Correct an include and add a missing one
compiler.h needs to be included from U-Boot's headers. Also, group U-Boot-specific includes together
stdlib.h was missing.
Signed-off-by: David Wagner <david.wagner@free-electrons.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| 8a1b8fc7 | 13-Jan-2012 |
David Wagner <david.wagner@free-electrons.com> |
mkenvimage: correct and clarify comments and error messages
Also, don't split error messages over several lines as per a coding style exception making them easier to grep.
Signed-off-by: David Wagn
mkenvimage: correct and clarify comments and error messages
Also, don't split error messages over several lines as per a coding style exception making them easier to grep.
Signed-off-by: David Wagner <david.wagner@free-electrons.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|