History log of /rk3399_rockchip-uboot/tools/Makefile (Results 276 – 300 of 325)
Revision Date Author Comments
# 89cdab78 31-Mar-2008 Mike Frysinger <vapier@gentoo.org>

crc32: use uint32_t rather than unsigned long

The envcrc.c does sizeof(unsigned long) when calculating the crc, but
this is done with the build toolchain instead of the target tool
chain, so if the

crc32: use uint32_t rather than unsigned long

The envcrc.c does sizeof(unsigned long) when calculating the crc, but
this is done with the build toolchain instead of the target tool
chain, so if the build is a 64bit system but the target is 32bits,
the size will obviously be wrong. This converts all unsigned long
stuff related to crc32 to uint32_t types. Compile tested only: output
of ./tools/envcrc when run on a 32bit build system matches that of a
64bit build system.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

show more ...


# 3596d55e 29-Mar-2008 Gerald Van Baren <vanbaren@cideas.com>

Merge git://www.denx.de/git/u-boot into uboot


# 234ea73c 26-Mar-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master


# b9670dd8 26-Mar-2008 Anatolij Gustschin <agust@denx.de>

Fix out of tree building issue

Currently U-Boot building in some external directory
doesn't work. This patch tries to fix the problem.

Signed-off-by: Anatolij Gustschin <agust@denx.de>


# b951f8d3 26-Mar-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master_merge_new-image' of /home/tur/git/u-boot


# 27f33e9f 26-Mar-2008 Bartlomiej Sieka <tur@semihalf.com>

Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing

Conflicts:

common/cmd_bootm.c
cpu/mpc8xx/cpu.c

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>


# 766529fc 14-Mar-2008 Bartlomiej Sieka <tur@semihalf.com>

Add MD5 support to the new uImage format

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>


# 8cf30809 29-Feb-2008 Bartlomiej Sieka <tur@semihalf.com>

[new uImage] Add libfdt support to mkimage

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>


# a6e530f0 29-Feb-2008 Bartlomiej Sieka <tur@semihalf.com>

[new uImage] Add sha1.o object to mkimage binary build

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>


# b97a2a0a 08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Define a API for image handling operations

- Add inline helper macros for basic header processing
- Move common non inline code common/image.c
- Replace direct header access with the AP

[new uImage] Define a API for image handling operations

- Add inline helper macros for basic header processing
- Move common non inline code common/image.c
- Replace direct header access with the API routines
- Rename IH_CPU_* to IH_ARCH_*

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# 8d79953d 13-Jan-2008 Stefan Roese <sr@denx.de>

Merge branch 'master' of /home/stefan/git/u-boot/u-boot


# bb66f561 10-Jan-2008 Jon Loeliger <jdl@freescale.com>

Merge commit 'wd/master'


# 01c687aa 27-Dec-2007 Mike Frysinger <vapier@gentoo.org>

Do not reference sha1.c when building mkimage.

remove sha1.o from mkimage linking since it isn't actually used.

Signed-Off-By: Mike Frysinger <vapier@gentoo.org>


# 3b93020d 09-Jan-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of /home/wd/git/u-boot/master/


# 883e3925 14-Dec-2007 raptorbrino@aim.com <raptorbrino@aim.com>

Fix build problems under Cygwin

This patch allows u-boot to build without error in a cygwin
environment. Cygwin does not define __u64 in it's
include/asm/types.h file. The -idirafter flag in the u

Fix build problems under Cygwin

This patch allows u-boot to build without error in a cygwin
environment. Cygwin does not define __u64 in it's
include/asm/types.h file. The -idirafter flag in the u-boot
build causes the inclusion of the cygwin types.h file as opposed
to u-bot/include/asm/types.h file which does define __u64.
Subsequently, sha1.c compile fails due to unknown symbol.

Signed-off-by: Brian Miller <raptorbrino@netscape.net>

show more ...


# b8685aff 22-Sep-2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Merge git://www.denx.de/git/u-boot

Conflicts:

CREDITS


# b706d635 15-Aug-2007 Stefan Roese <sr@denx.de>

Merge with git://www.denx.de/git/u-boot.git


# d1bc6c8d 14-Aug-2007 Ben Warren <bwarren@qstreams.com>

Sync'd u-boot-net with mainline

Merge git://www.denx.de/git/u-boot

Conflicts:

drivers/bcm570x.c
drivers/tigon3.c


# 375c2c9e 13-Aug-2007 Haavard Skinnemoen <hskinnemoen@atmel.com>

Merge commit 'upstream/master'


# 78549bbf 07-Aug-2007 Markus Klotzbuecher <mk@denx.de>

Merge with git://www.denx.de/git/u-boot.git


# 46919751 05-Aug-2007 Wolfgang Denk <wd@denx.de>

Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx


# bc296248 13-Jul-2007 Michal Simek <monstr@monstr.eu>

Merge git://www.denx.de/git/u-boot


# 9e04033d 11-Jul-2007 Kim Phillips <kim.phillips@freescale.com>

Merge git://www.denx.de/git/u-boot


# 53629f43 11-Jul-2007 Stefan Roese <sr@denx.de>

Merge with git://www.denx.de/git/u-boot.git


# 98c80b46 10-Jul-2007 John Rigby <jrigby@freescale.com>

Merge branch 'master' into u-boot-5329-early


1...<<111213