aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootldr.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-28Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger1-3/+1
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-01-28Blackfin: bootldr: implement BF53x/BF56x LDR loaderMike Frysinger1-13/+124
The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of arbitrary memory locations, so implement a basic one in software. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-01-28Command usage cleanupPeter Tyser1-1/+1
Remove command name from all command "usage" fields and update common/command.c to display "name - usage" instead of just "usage". Also remove newlines from command usage fields. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2008-03-15Blackfin: move bootldr command to common codeMike Frysinger1-0/+64
This moves the Blackfin-common bootldr command out of the BF537-STAMP specific board directory and into the common directory so that all Blackfin boards may utilize it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>