| #
ed44387f |
| 25-Jan-2010 |
Minkyu Kang <mk7.kang@samsung.com> |
Merge branch 'master' of git://git.denx.de/u-boot-arm
|
| #
790af6ed |
| 23-Jan-2010 |
Tom Rix <Tom.Rix@windriver.com> |
Merge branch 'r-ml-master' into t-master
|
| #
5daa1c18 |
| 21-Jan-2010 |
Mike Frysinger <vapier@gentoo.org> |
image.h: avoid command.h for host tools
The u-boot command structures don't get used with host systems, so don't bother including it when building host code. This avoids an implicit need on config.
image.h: avoid command.h for host tools
The u-boot command structures don't get used with host systems, so don't bother including it when building host code. This avoids an implicit need on config.h in the process.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| #
a16028da |
| 03-Nov-2009 |
Mike Frysinger <vapier@gentoo.org> |
lmb: only force on arches that use it
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
| #
dac4d7e8 |
| 18-Jan-2010 |
Mike Frysinger <vapier@gentoo.org> |
sha1: add dedicated config option
The sha1 code is currently compiled for everyone, but in reality, it's only used by the FIT code. So make it optional just like MD5.
Signed-off-by: Mike Frysinger
sha1: add dedicated config option
The sha1 code is currently compiled for everyone, but in reality, it's only used by the FIT code. So make it optional just like MD5.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| #
e598dfc2 |
| 15-Jan-2010 |
Minkyu Kang <mk7.kang@samsung.com> |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Conflicts:
cpu/arm_cortexa8/s5pc1xx/cache.c include/asm-arm/arch-s5pc1xx/sys_proto.h include/sja1000.h
Signed-off-by: Minkyu Kang <mk7.kang
Merge branch 'master' of git://git.denx.de/u-boot-arm
Conflicts:
cpu/arm_cortexa8/s5pc1xx/cache.c include/asm-arm/arch-s5pc1xx/sys_proto.h include/sja1000.h
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| #
bb3bcfa2 |
| 15-Dec-2009 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'next' of ../next
|
| #
2a49bf31 |
| 05-Dec-2009 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' into next
Conflicts: board/esd/plu405/plu405.c drivers/rtc/ftrtc010.c
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
20dde48b |
| 19-Nov-2009 |
Peter Korsgaard <jacmet@sunsite.dk> |
add lzop decompression support
Add lzop decompression support to the existing lzo bitstream handling (think gzip versus zlib), and support it for uImage decompression if CONFIG_LZO is enabled.
Lzop
add lzop decompression support
Add lzop decompression support to the existing lzo bitstream handling (think gzip versus zlib), and support it for uImage decompression if CONFIG_LZO is enabled.
Lzop doesn't compress as good as gzip (~10% worse), but decompression is very fast (~0.7s faster here on a slow ppc). The lzop decompression code is based on Albin Tonnerre's recent ARM Linux lzo support patch.
Cc: albin.tonnerre@free-electrons.com Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
show more ...
|
| #
b25e38fc |
| 29-Oct-2009 |
Remy Bohmer <linux@bohmer.net> |
Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
Signed-off-by: Remy Bohmer <linux@bohmer.net>
|
| #
36e0eb63 |
| 07-Sep-2009 |
Prafulla Wadaskar <prafulla@marvell.com> |
mkimage: Add Kirkwood Boot Image support (kwbimage)
This patch adds support for "kwbimage" (Kirkwood Boot Image) image types to the mkimage code.
For details refer to docs/README.kwbimage
This pat
mkimage: Add Kirkwood Boot Image support (kwbimage)
This patch adds support for "kwbimage" (Kirkwood Boot Image) image types to the mkimage code.
For details refer to docs/README.kwbimage
This patch is tested with Sheevaplug board
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Acked-by: Ron Lee <ron@debian.org>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
060c495f |
| 07-Sep-2009 |
Prafulla Wadaskar <prafulla@marvell.com> |
mkimage: Make table_entry code global
- make get_table_entry_id() global - make get_table_entry_name() global - move struct table_entry to image.h
Currently this code is used by image.c only.
This
mkimage: Make table_entry code global
- make get_table_entry_id() global - make get_table_entry_name() global - move struct table_entry to image.h
Currently this code is used by image.c only.
This patch makes this API global so it can be used by other parts of code, too.
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Acked-by: Ron Lee <ron.debian.org>
Edit comments and commit message.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
6e869829 |
| 07-Sep-2009 |
Prafulla Wadaskar <prafulla@marvell.com> |
mkimage: Make genimg_print_size() global
Currently it is used by image.c only, but the the function can be used to support additional mkimage types like for example kwbimage, so make this function g
mkimage: Make genimg_print_size() global
Currently it is used by image.c only, but the the function can be used to support additional mkimage types like for example kwbimage, so make this function globally visible.
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Edited commit message.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
c928d1dc |
| 19-Aug-2009 |
Wolfgang Denk <wd@denx.de> |
tools/mkimage: fix compiler warnings, use "const"
This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning:
tools/mkimage: fix compiler warnings, use "const"
This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning: initialization from incompatible pointer type and changes to code to use "const" attributes in a few places where it's appropriate.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
aa0c7a86 |
| 07-Sep-2009 |
Prafulla Wadaskar <prafulla@marvell.com> |
mkimage: Add Kirkwood Boot Image support (kwbimage)
This patch adds support for "kwbimage" (Kirkwood Boot Image) image types to the mkimage code.
For details refer to docs/README.kwbimage
This pat
mkimage: Add Kirkwood Boot Image support (kwbimage)
This patch adds support for "kwbimage" (Kirkwood Boot Image) image types to the mkimage code.
For details refer to docs/README.kwbimage
This patch is tested with Sheevaplug board
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Acked-by: Ron Lee <ron@debian.org>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
b029dddc |
| 07-Sep-2009 |
Prafulla Wadaskar <prafulla@marvell.com> |
mkimage: Make table_entry code global
- make get_table_entry_id() global - make get_table_entry_name() global - move struct table_entry to image.h
Currently this code is used by image.c only.
This
mkimage: Make table_entry code global
- make get_table_entry_id() global - make get_table_entry_name() global - move struct table_entry to image.h
Currently this code is used by image.c only.
This patch makes this API global so it can be used by other parts of code, too.
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Acked-by: Ron Lee <ron.debian.org>
Edit comments and commit message.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
f666dea8 |
| 07-Sep-2009 |
Prafulla Wadaskar <prafulla@marvell.com> |
mkimage: Make genimg_print_size() global
Currently it is used by image.c only, but the the function can be used to support additional mkimage types like for example kwbimage, so make this function g
mkimage: Make genimg_print_size() global
Currently it is used by image.c only, but the the function can be used to support additional mkimage types like for example kwbimage, so make this function globally visible.
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Edited commit message.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
3a2003f6 |
| 19-Aug-2009 |
Wolfgang Denk <wd@denx.de> |
tools/mkimage: fix compiler warnings, use "const"
This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning:
tools/mkimage: fix compiler warnings, use "const"
This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning: initialization from incompatible pointer type and changes to code to use "const" attributes in a few places where it's appropriate.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
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 introd
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>
show more ...
|
| #
2f8d396b |
| 13-Mar-2009 |
Peter Tyser <ptyser@xes-inc.com> |
Add support for building native win32 tools
Add support for compiling the host tools in the tools directory using the MinGW toolchain. This produces executables which can be used on standard Window
Add support for building native win32 tools
Add support for compiling the host tools in the tools directory using the MinGW toolchain. This produces executables which can be used on standard Windows computers without requiring cygwin.
One must specify the MinGW compiler and strip utilities as if they were the host toolchain in order to build win32 executables, eg:
make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
show more ...
|
| #
7511835b |
| 19-Feb-2009 |
Kim Phillips <kim.phillips@freescale.com> |
Merge branch 'master' of git://git.denx.de/u-boot
|
| #
f05fa920 |
| 29-Jan-2009 |
Petri Lehtinen <petri.lehtinen@inoi.fi> |
include/image.h: Ease grepping of image_* functions
Because the functions have been defined using macros, grepping for their definitions is not possible. This patch adds the real function names in c
include/image.h: Ease grepping of image_* functions
Because the functions have been defined using macros, grepping for their definitions is not possible. This patch adds the real function names in comments.
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi> Acked-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| #
ef29884b |
| 25-Jan-2009 |
Ben Warren <biggerbadderben@gmail.com> |
Merge git://git.denx.de/u-boot into u-boot
|
| #
be4880eb |
| 22-Jan-2009 |
Kim Phillips <kim.phillips@freescale.com> |
Merge branch 'master' into next
|
| #
cb547320 |
| 17-Dec-2008 |
Haavard Skinnemoen <haavard.skinnemoen@atmel.com> |
Merge branch 'fixes' into cleanups
Conflicts:
board/atmel/atngw100/atngw100.c board/atmel/atstk1000/atstk1000.c cpu/at32ap/at32ap700x/gpio.c include/asm-avr32/arch-at32ap700x/clk.h include/con
Merge branch 'fixes' into cleanups
Conflicts:
board/atmel/atngw100/atngw100.c board/atmel/atstk1000/atstk1000.c cpu/at32ap/at32ap700x/gpio.c include/asm-avr32/arch-at32ap700x/clk.h include/configs/atngw100.h include/configs/atstk1002.h include/configs/atstk1003.h include/configs/atstk1004.h include/configs/atstk1006.h include/configs/favr-32-ezkit.h include/configs/hammerhead.h include/configs/mimc200.h
show more ...
|