| 21032b35 | 26-Aug-2010 |
Reinhard Meyer <u-boot@emk-elektronik.de> |
sspi: add options to specify bus and mode
and clean up error messages and help, removed pointless debug() call.
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de> Signed-off-by: Mike Frysinge
sspi: add options to specify bus and mode
and clean up error messages and help, removed pointless debug() call.
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| f44a928e | 02-Oct-2010 |
Mike Frysinger <vapier@gentoo.org> |
cmd_elf: add an option for loading ELFs according to PHDRs
The current ELF loading function does a lot of work above and beyond a simple "loading". It ignores the real load addresses and loads thin
cmd_elf: add an option for loading ELFs according to PHDRs
The current ELF loading function does a lot of work above and beyond a simple "loading". It ignores the real load addresses and loads things into their virtual (runtime) address. This is undesirable when we just want it to load an ELF and let the ELF do the actual C runtime init.
So add a command line option to let people choose to load via either the program or section headers. I'd prefer to have program header loading be the default, but this would break historical behavior, so I'll leave section header loading as the norm.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| e64901c0 | 06-Oct-2010 |
Stefan Roese <sr@denx.de> |
serial.c: Fix build breakage introduced with commit e3c78c9b
This patch fixes the compilation problem introduced with commit e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]:
-> ./MAKEALL
serial.c: Fix build breakage introduced with commit e3c78c9b
This patch fixes the compilation problem introduced with commit e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]:
-> ./MAKEALL TB5200 Configuring for TB5200 board... serial.c: In function '__default_serial_console': serial.c:94: warning: no return statement in function returning non-void
I accidentally removed an "#else" line. This patch adds it back.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
| 60f7da1f | 05-Oct-2010 |
Heiko Schocher <hs@denx.de> |
env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined
commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces a command_sub_table for the "env" command. On arm, avr32, m68k
env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined
commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces a command_sub_table for the "env" command. On arm, avr32, m68k, mips and sparc architectures, relocation needs manual fixups, so add these fixups for this sub command table too.
Tested on arm/qong board. mips board (Ben NanoNote) from Xiangfu Liu arm/AT91 board from Reinhard Meyer
Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de> cc: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> cc: Xiangfu Liu <xiangfu@openmobilefree.net> cc: Reinhard Meyer <u-boot@emk-elektronik.de> cc: sshtylyov@mvista.com
show more ...
|
| e2fad3fc | 29-Jul-2010 |
Mike Frysinger <vapier@gentoo.org> |
cmd_mmc: use common usage function
Rather than using a custom "Usage:", use the common cmd_usage() function, and tail into it now that it returns 1 for us.
Signed-off-by: Mike Frysinger <vapier@gen
cmd_mmc: use common usage function
Rather than using a custom "Usage:", use the common cmd_usage() function, and tail into it now that it returns 1 for us.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|