Mike Frysinger
94a91e248b
generate u-boot.ldr for Blackfin targets
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:57 -05:00
Mike Frysinger
b779f7a595
scrub unused symbols
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:57 -05:00
Mike Frysinger
cc2977acc3
move Blackfin cpu object list to respective cpu directories
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:57 -05:00
Mike Frysinger
d0b01a246d
interface to Blackfin on-chip One-Time-Programmable memory
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:57 -05:00
Mike Frysinger
4c727c77e4
add support for memory commands with Blackfin L1 instruction memory
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:56 -05:00
Mike Frysinger
6b9097e5e7
use C code rather than inline assembly
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:56 -05:00
Mike Frysinger
97c26e006d
add Blackfin-specific reginfo command
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:56 -05:00
Mike Frysinger
0858b835e7
add support for Blackfin symbol prefixes to examples
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:55 -05:00
Mike Frysinger
8dc48d71a4
add Blackfin-specific bdinfo command
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:55 -05:00
Mike Frysinger
0003613e3c
move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:55 -05:00
Mike Frysinger
60fa72d656
unify the Blackfin board targets
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:55 -05:00
Mike Frysinger
d4d7730853
punt Blackfin VDSP headers and import sanitized/auto-generated ones
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:55 -05:00
Mike Frysinger
6cfcce6767
always pull in asm/blackfin.h for Blackfin ports
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:54 -05:00
Mike Frysinger
bf53974c2d
add missing __raw versions of Blackfin read/write io functions
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:54 -05:00
Mike Frysinger
24e02d0fd3
add the default Blackfin logo used by Blackfin boards with splash screens
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:54 -05:00
Mike Frysinger
4c58eb5552
add some more Blackfin docs
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:54 -05:00
Mike Frysinger
32a9f5f216
make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:54 -05:00
Mike Frysinger
4087bc88ce
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>
2008-02-04 19:26:54 -05:00
Mike Frysinger
b45264ee85
add gitignores for Blackfin pieces
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04 19:26:53 -05:00
Ladislav Michl
2c5260f711
ARM: AT91RM9200 based boards config cleanup
...
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
indentation.
2008-02-04 00:13:20 +01:00
Ladislav Michl
481f28b1db
ARM: Fix at91rm9200dk base address
...
Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
I'm sending this patch 4th (!) time in hope it produces at least some
reaction.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Fix at91rm9200dk base and environment address.
2008-02-04 00:12:36 +01:00
stefano babic
c95219fae2
MMC for PXA 27X (resubmit)
...
MMC support for X_Scale PXA is broken and does not work.
Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
There were already some patches around the world but none of them was
merged into the official u-boot tree.
This patch makes order fixing this issue. Resubmit after code cleanup.
Applied and tested on PXA 270 (TrizepsIV module).
Signed-off-by: Stefano Babic <sbabic@denx.de>
2008-02-03 23:58:21 +01:00
stefano babic
96bbfa1e66
Fix gcc issues in pxa-regs.h
...
Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
issues generates wrong code.
(Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
This patch fixes the problem and solves the gcc-4 issues as the linux
kernel does.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
2008-02-03 23:46:06 +01:00
Wolfgang Denk
98b742489c
inka4x0: remove dead code
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-25 09:56:17 +01:00
Wolfgang Denk
33dac03b1b
Coding Style Cleanup; update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-23 14:41:37 +01:00
Wolfgang Denk
060193e4c3
Merge ../custodians
2008-01-23 14:40:34 +01:00
Wolfgang Denk
40dcd6aa75
Merge branch 'master' of git://www.denx.de/git/u-boot-ixp
2008-01-23 14:39:26 +01:00
Wolfgang Denk
f10d7b9454
Merge ../custodians
2008-01-23 14:37:59 +01:00
Wolfgang Denk
f58934551e
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
2008-01-23 14:37:52 +01:00
Wolfgang Denk
b0e49b4cd8
Merge ../custodians
2008-01-23 14:35:32 +01:00
Wolfgang Denk
351080e2e8
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
2008-01-23 14:35:26 +01:00
Wolfgang Denk
a6dff77c2d
Merge ../custodians
2008-01-23 14:34:00 +01:00
Wolfgang Denk
8d54477b9b
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
2008-01-23 14:33:40 +01:00
Wolfgang Denk
865f0f9754
Coding Style Cleanup; update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-23 14:31:17 +01:00
Wolfgang Denk
e57ed96bac
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
2008-01-23 14:23:13 +01:00
Wolfgang Denk
2468592d79
Merge branch 'master' of git://www.denx.de/git/u-boot-net
2008-01-23 14:20:49 +01:00
Wolfgang Denk
8f00731818
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
2008-01-23 14:19:45 +01:00
Wolfgang Denk
ed3afca32e
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
2008-01-23 14:18:18 +01:00
Wolfgang Denk
39166b5c9e
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
2008-01-23 13:56:55 +01:00
Dave Liu
cfe5ca7797
mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
...
The commit 04a9e1180a
cause the 83xx immap broken, so the DMA and PCI will
be failed.
The patch fix the struct spi8xxx and rm struct spi83xx.
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-01-18 12:39:23 -06:00
Shinya Kuribayashi
922ff465cc
Merge branch 'master' of git://www.denx.de/git/u-boot
2008-01-18 22:48:06 +09:00
Haavard Skinnemoen
6b44394442
AVR32: ATNGW100 board support
...
Add support for the ATNGW100 Network Gateway reference design,
including flash, ethernet and MMC support.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2008-01-18 09:53:18 +01:00
Haavard Skinnemoen
e006927a0b
AVR32: Initialize ipaddr, loadaddr and bootfile at startup
...
I don't know why the relevant layers can't do this by itself, but this
is what ppc does.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2008-01-18 09:53:18 +01:00
Michael Schwingen
799891ef7b
Add AcTux board support
...
Hi,
The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
files that
contain changes for multiple boards, the board-specific files follow as
separate patches.
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18 01:05:22 +01:00
Michael Schwingen
66a4344a4d
add AcTux-4 board support
...
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18 01:00:03 +01:00
Michael Schwingen
bc24345e41
add AcTux-3 board support
...
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18 01:00:02 +01:00
Michael Schwingen
aebf00fc4d
add AcTux-2 board support
...
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18 01:00:02 +01:00
Michael Schwingen
ea99e8f05b
add AcTux-1 board support
...
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18 01:00:02 +01:00
Jean-Christophe PLAGNIOL-VILLARD
3d9f3bfb7a
ARM: remove useless function board_post_init
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-01-18 01:00:02 +01:00
Michael Schwingen
96bd462942
IXP: enable RTS
...
enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
No handshaking is done, but the active RTS signal allows to
connect to the target using a PC which is using RTS/CTS
handshake, and does no harm if the PC is set to ignore RTS.
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18 01:00:02 +01:00