Home
last modified time | relevance | path

Searched hist:"7 a439cadcf3192eb012a2432ca34670b676c74d2" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/doc/
H A Dmkimage.17a439cadcf3192eb012a2432ca34670b676c74d2 Sat Apr 30 20:01:27 CDT 2016 Andreas Bießmann <andreas.devel@googlemail.com> mkimage: fix argument parsing on BSD systems

The getopt(3) optstring '-' is a GNU extension which is not available on BSD
systems like OS X.

Remove this dependency by implementing argument parsing in another way. This
will also change the lately introduced '-b' switch behaviour.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/tools/
H A Dmkimage.c8edeac86db306482b9bcb860d572320a8c3ed95d Tue May 03 08:17:03 CDT 2016 Andreas Bießmann <andreas@biessmann.org> mkimage: fix generation of FIT image

Commit 7a439cadcf3192eb012a2432ca34670b676c74d2 broke generation of SPL
loadable FIT images (CONFIG_SPL_LOAD_FIT).
Fix it by removing the unnecessary storage of expected image type. This was a
left over of the previous implementation. It is not longer necessary since the
mkimage -b switch always has one parameter.

Tested-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
7a439cadcf3192eb012a2432ca34670b676c74d2 Sat Apr 30 20:01:27 CDT 2016 Andreas Bießmann <andreas.devel@googlemail.com> mkimage: fix argument parsing on BSD systems

The getopt(3) optstring '-' is a GNU extension which is not available on BSD
systems like OS X.

Remove this dependency by implementing argument parsing in another way. This
will also change the lately introduced '-b' switch behaviour.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/
H A DMakefile7a439cadcf3192eb012a2432ca34670b676c74d2 Sat Apr 30 20:01:27 CDT 2016 Andreas Bießmann <andreas.devel@googlemail.com> mkimage: fix argument parsing on BSD systems

The getopt(3) optstring '-' is a GNU extension which is not available on BSD
systems like OS X.

Remove this dependency by implementing argument parsing in another way. This
will also change the lately introduced '-b' switch behaviour.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>