History log of /u-boot/tools/img2srec.c
Revision Date Author Comments
# 51855e89 13-Jun-2017 Masahiro Yamada <yamada.masahiro@socionext.com>

treewide: remove unneeded semicolons

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


# fd66066e 04-Nov-2009 Mike Frysinger <vapier@gentoo.org>

img2srec: use standard types

The img2srec code creates a lot of typedefs with common names. These
easily clash with system headers that include these typedefs (like mingw).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>


# 37566090 02-Jul-2009 Mike Frysinger <vapier@gentoo.org>

compiler.h: unify system ifdef cruft here

Shove a lot of the HOSTCC and related #ifdef checking crap into the new
compiler.h header so that we can keep all other headers nice and clean.

Also introduce custom uswap functions so we don't have to rely on the non
standard implementations that a host may (or may not in the case of OS X)
provide. This allows mkimage to finally build cleanly on an OS X system.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>


# 8bde7f77 27-Jun-2003 wdenk <wdenk>

* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc.
- split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
- major rework of command structure
(work done mostly by Michal Cendrowski and Joakim Kristiansen)


# 89752b9b 23-Oct-2001 wdenk <wdenk>

Initial revision