| 42b73e8e | 31-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Factor out common routines for getting os/arch/type/comp names
Move numeric-id to name translation for image os/arch/type/comp header fields to a helper routines: image_get_os_name(), i
[new uImage] Factor out common routines for getting os/arch/type/comp names
Move numeric-id to name translation for image os/arch/type/comp header fields to a helper routines: image_get_os_name(), image_get_arch_name(), image_get_type_name(), image_get_comp_name().
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| e99c2669 | 31-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Remove standalone applications handling from boootm
Standalone applications are supposed to be run using the "go" command. This patch removes standalone images handling from the do_boot
[new uImage] Remove standalone applications handling from boootm
Standalone applications are supposed to be run using the "go" command. This patch removes standalone images handling from the do_bootm().
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 4a2ad5ff | 31-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
Support for OF_FLAT_TREE is to be obsoleted in the near future, remove related code from the bootm routines.
Signed-off-by: Marian Balak
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
Support for OF_FLAT_TREE is to be obsoleted in the near future, remove related code from the bootm routines.
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 7582438c | 31-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Return error on image move/uncompress overwrites
Check for overwrites during image move/uncompress, return with error when the original image gets corrupted. Report clear message to the
[new uImage] Return error on image move/uncompress overwrites
Check for overwrites during image move/uncompress, return with error when the original image gets corrupted. Report clear message to the user and prevent further troubles when pointer to the corrupted images is passed to do_bootm_linux routine.
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| f13e7b2e | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Cleanup image header pointer use in bootm code
- use single image header pointer instead of a set of auxilliary variables. - add multi component image helper routines: get component siz
[new uImage] Cleanup image header pointer use in bootm code
- use single image header pointer instead of a set of auxilliary variables. - add multi component image helper routines: get component size/data address
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 1ee1180b | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Cleanup cmd_bootm.c
- sort and cleanup headers, declarations, etc. - group related routines - cleanup indentation, white spaces
Signed-off-by: Marian Balakowicz <m8@semihalf.com> |
| af13cdbc | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Add memmove_wd() common routine
Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
Signed-off-by: Marian Balakowicz <m8@semihalf.com> |
| 261dcf46 | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Remove I386 uImage fake_header() routine
I386 targets are not using a uImage format, instead fake header is added to ram image before it is further processed by bootm.
Remove this fixu
[new uImage] Remove I386 uImage fake_header() routine
I386 targets are not using a uImage format, instead fake header is added to ram image before it is further processed by bootm.
Remove this fixup and force proper uImage use for I386.
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 559316fa | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Move CHUNKSZ definition to image.h
CHUNKSZ defined for PPC and M68K is set to the same value of 64K, move this definition to a common header.
Signed-off-by: Marian Balakowicz <m8@semih
[new uImage] Move CHUNKSZ definition to image.h
CHUNKSZ defined for PPC and M68K is set to the same value of 64K, move this definition to a common header.
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 321359f2 | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Move gunzip() common code to common/gunzip.c
Move gunzip(), zalloc() and zfree() to a separate file. Share zalloc() and zfree() with cramfs uncompress routine.
Signed-off-by: Marian Ba
[new uImage] Move gunzip() common code to common/gunzip.c
Move gunzip(), zalloc() and zfree() to a separate file. Share zalloc() and zfree() with cramfs uncompress routine.
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| d45d5a18 | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more readable in PPC variant of do_bootm_linux() routine.
Signed-off-by: Maria
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more readable in PPC variant of do_bootm_linux() routine.
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 5d3cc55e | 08-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
PPC implementation of do_bootm_linux() routine is moved to a dedicated file lib_ppc/ppc_linux.c
Signed-off-by: Marian Balakowicz <m8@se
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
PPC implementation of do_bootm_linux() routine is moved to a dedicated file lib_ppc/ppc_linux.c
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
show more ...
|
| 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 ...
|
| ed29bc4e | 31-Jan-2008 |
Marian Balakowicz <m8@semihalf.com> |
Add missing cmd_ximg.o to common/Makefile
Signed-off-by: Marian Balakowicz <m8@semihalf.com> |
| 30942b18 | 05-Feb-2008 |
Mike Frysinger <vapier@gentoo.org> |
new command for displaying strings at specified memory locations
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
| d0b01a24 | 05-Feb-2008 |
Mike Frysinger <vapier@gentoo.org> |
interface to Blackfin on-chip One-Time-Programmable memory
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
| 4c727c77 | 05-Feb-2008 |
Mike Frysinger <vapier@gentoo.org> |
add support for memory commands with Blackfin L1 instruction memory
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
| 97c26e00 | 05-Feb-2008 |
Mike Frysinger <vapier@gentoo.org> |
add Blackfin-specific reginfo command
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
| 8dc48d71 | 05-Feb-2008 |
Mike Frysinger <vapier@gentoo.org> |
add Blackfin-specific bdinfo command
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
| 4087bc88 | 05-Feb-2008 |
Mike Frysinger <vapier@gentoo.org> |
fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
| a93907c4 | 18-Jan-2008 |
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
TFTP: add host ip addr support
allow to use a different server as set in serverip add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length if not defined the max length will be at 128
Si
TFTP: add host ip addr support
allow to use a different server as set in serverip add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length if not defined the max length will be at 128
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
show more ...
|
| a7c185ed | 19-Dec-2007 |
Harald Welte <laforge@openmoko.org> |
ARM: s3c24xx: Multiple serial port support
This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
Signed-off-by: Harald Welte <laforge@openmoko.org> |
| a41dbbd9 | 19-Dec-2007 |
Hebbar <gururajakr@sanyo.co.in> |
ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
Add ifdef to bdinfo command to display ethernet information only if CONFIG_CMD_NET is defined for arm modules.
Signed-off-b
ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
Add ifdef to bdinfo command to display ethernet information only if CONFIG_CMD_NET is defined for arm modules.
Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
show more ...
|
| 4f93f8b1 | 23-Jan-2008 |
Becky Bruce <becky.bruce@freescale.com> |
86xx: Add reginfo command
Signed-off-by: Becky Bruce <becky.bruce@freescale.com> |
| 2468592d | 23-Jan-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://www.denx.de/git/u-boot-net |