u-boot-brain/board
Ricardo Ribalda Delgado e07f4a8033 ppc44x: Unification of virtex5 pp440 boards
This patch provides an unificated way of handling xilinx v5 ppc440 boards.

It unificates 3 different things:

1) Source code
A new board called ppc440-generic has been created. This board includes
a generic tlb initialization (Maps the whole memory into virtual) and
defines board_pre_init, checkboard, initdram and get_sys_info weakly,
so, they can be replaced by specific functions.

If a new board needs to redefine any of the previous functions
(specific initialization) it can create a new directory with the
specific initializations needed. (see the example ml507 board).

2) Configuration file
Common configurations are located under configs/xilinx-ppc440.h, this
header file interpretes the xparameters file generated by EDK and
configurates u-boot in correspondence. Example: if there is a Temac,
allows CMD_CONFIG_NET
Specific configuration are located under specific configuration file.
(see the example ml507 board)

3) Makefile
Some work has been done in order to not duplicate work in the Main
Makefile. Please see the attached code.

In order to support new boards they can be implemented in the next way:

a) Simple Generic Board  (90% of the time)
Using EDK generates a new xparameters.h file, replace
ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
&& make

b) Simple Boards with special u-boot parameters (9 % of the time)
Create a new file under configs for it (use ml507.h as example) and
change your paramaters. Create a new Makefile paragraph and compile

c) Complex boards (1% of the time)
Create a new folder for the board, like the ml507

Finally, it adds support for the Avnet FX30T Evaluation board, following
the new generic structure:

Cheap board by Avnet for evaluating the Virtex5 FX technology.

This patch adds support for:
 - UartLite
 - 16MB Flash
 - 64MB RAM

Prior using U-boot in this board, read carefully the ERRATA by Avnet
to solve some memory initialization issues.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
2008-09-05 11:51:22 +02:00
..
a3000 Moved initialization of NATSEMI Ethernet controller to board_eth_init() 2008-09-02 21:18:17 -07:00
actux1 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
actux2 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
actux3 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
actux4 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
adder Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ads5121 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon 2008-08-28 13:36:43 -06:00
alaska Fix some more print() format errors. 2008-07-10 13:16:09 +02:00
altera Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
amcc Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
amirix/ap1000 Moved initialization of E1000 Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
ap325rxa sh: Renesas Solutions AP325RXA board support 2008-08-31 23:05:41 +09:00
apollon Remove useless print message at apollon 2008-07-10 00:40:58 +02:00
armadillo Fix some more printf() format issues. 2008-07-13 16:55:00 +02:00
assabet Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
atc Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
AtmarkTechno/suzaku [CLEAN] Remove inefficient Suzaku code 2007-03-30 22:42:45 +02:00
atmel Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() 2008-09-02 21:18:16 -07:00
atum8548 FSL DDR: Convert atum8548 to new DDR code. 2008-08-27 11:43:51 -05:00
avnet/v5fx30teval ppc44x: Unification of virtex5 pp440 boards 2008-09-05 11:51:22 +02:00
barco Fix some more print() format errors. 2008-07-10 13:16:09 +02:00
bc3450 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 2008-09-02 21:18:18 -07:00
bf533-ezkit Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
bf533-stamp Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
bf537-stamp Introduce netdev.h header file and remove externs 2008-09-02 21:18:16 -07:00
bf561-ezkit Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
bmw Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
BuS/EB+MCF-EV123 EB+MCF-EV123 board: fix coding style (alingment) 2008-07-14 20:38:26 +02:00
c2mon Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
canmb Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cerf250 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cm41xx Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cm4008 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cm5200 Fix some more print() format errors. 2008-07-11 01:16:00 +02:00
cmc_pu2 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cmi Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cobra5272 Fix compile error caused by incorrect function return type 2008-07-11 10:45:58 -06:00
cogent Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cpc45 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
cpu86 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
cpu87 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
cradle Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cray/L1 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
csb226 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
csb272 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
csb472 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
csb637 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
cu824 Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
dave Fixing coding style issues 2008-08-12 11:31:17 -05:00
davinci ARM DaVinci: Standardize names of directories/files 2008-08-30 23:18:55 +02:00
dbau1x00 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
delta drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
dnp1110 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
earthlcd/favr-32-ezkit Introduce netdev.h header file and remove externs 2008-09-02 21:18:16 -07:00
eltec Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
emk Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ep82xxm Cleanup: remove redundant deleting on *~ files 2008-07-02 23:53:23 +02:00
ep88x Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ep7312 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ep8248 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ep8260 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
eric Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
esd Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2008-09-03 22:55:55 +02:00
esteem192e Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
etin Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
etx094 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
evb4510 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
evb64260 Moved initialization of GT6426x Ethernet controller to board_eth_init() 2008-09-02 21:18:17 -07:00
eXalion Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
exbitgen Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors 2008-07-03 22:34:08 +02:00
fads Fix some more print() format errors. 2008-07-11 01:16:00 +02:00
flagadm Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
freescale Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
funkwerk/vovpn-gw Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
g2000 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
gaisler Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
gcplus Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
gen860t Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
genietv Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
gth Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
gth2 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
gw8260 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
hermes Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
hidden_dragon Moved initialization of RTL8139 Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
hmi1001 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
hymod Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
icecube Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 2008-09-02 21:18:18 -07:00
icu862 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
idmr Fix merge problems 2008-08-06 14:05:38 +02:00
ids8247 Fix merge problems 2008-08-06 14:05:38 +02:00
impa7 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
imx31_litekit i.MX31: Fix mx31_gpio_mux() function and MUX_-macros. 2008-08-11 23:33:57 +02:00
imx31_phycore i.MX31: Fix IOMUX related typos 2008-08-11 23:24:50 +02:00
incaip Moved initialization of IncaIP Ethernet controller to board_eth_init 2008-09-02 21:18:17 -07:00
inka4x0 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
innokom Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
integratorap Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
integratorcp Integrator[AP/CP] - Remove unused file memsetup.S 2008-08-30 23:21:30 +02:00
ip860 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
iphase4539 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ispan Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
ivm Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
ixdp425 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
jse Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
jupiter Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
kb9202 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
korat ppc4xx: Fix small korat merge problem 2008-07-11 13:18:14 +02:00
kup Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
lantec Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
lart Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
LEOX/elpt860 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
linkstation Moved initialization of RTL8169 Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
logodl Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
lpc2292sodimm Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS) 2008-07-02 23:00:14 +02:00
lpd7a40x Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
lubbock Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
lwmon Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
lwmon5 ppc4xx: Fix printf format warnings now visible with the updated format check 2008-07-10 09:58:06 +02:00
m501sk Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
MAI Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() 2008-09-02 21:18:17 -07:00
Marvell Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
matrix_vision Moved initialization of E1000 Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
mbx8xx Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
mcc200 Fix some more print() format errors. 2008-07-11 01:16:00 +02:00
mgcoge Some copy-n-paste fixes in printf usage 2008-07-09 23:58:33 +02:00
mgsuvd Some copy-n-paste fixes in printf usage 2008-07-09 23:58:33 +02:00
MigoR sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
mimc/mimc200 Introduce netdev.h header file and remove externs 2008-09-02 21:18:16 -07:00
miromico/hammerhead Introduce netdev.h header file and remove externs 2008-09-02 21:18:16 -07:00
ml2 Code cleanup: fix old style assignment ambiguities like "=-" etc. 2008-07-14 15:19:07 +02:00
modnet50 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
motionpro Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
mousse Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
mp2usb Fix some more printf() format issues. 2008-07-13 16:55:00 +02:00
mpc8540eval Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
mpl Code cleanup: fix old style assignment ambiguities like "=-" etc. 2008-07-14 15:19:07 +02:00
mpr2 sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
ms7720se sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
ms7722se sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
ms7750se sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
muas3001 Add support for muas3001 board (MPC8270) 2008-08-27 01:00:43 +02:00
mucmc52 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. 2008-08-27 16:03:48 -06:00
munices Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
musenki Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
mvblue Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
mx1ads Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
mx1fs2 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
nc650 Fixing coding style issues 2008-08-12 11:31:17 -05:00
netphone Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
netstal Fix some more printf() format issues. 2008-07-11 22:56:11 +02:00
netstar Fixing coding style issues 2008-08-12 11:31:17 -05:00
netta drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
netta2 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
netvia Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
ns9750dev Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
nx823 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
o2dnt Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 2008-09-02 21:18:18 -07:00
omap730p2 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
omap1510inn Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
omap1610inn Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
omap2420h4 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
omap5912osk Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
oxc Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
pb1x00 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
pcippc2 Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
pcs440ep Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
pleb2 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
pm520 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 2008-09-02 21:18:18 -07:00
pm826 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
pm828 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
pm854 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
pm856 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
pn62 Moved initialization of PCNET Ethernet controller to board_eth_init() 2008-09-02 21:18:17 -07:00
ppmc7xx Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
ppmc8260 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
prodrive Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
psyent Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
purple Moved initialization of plb2800 Ethernet driver to board_eth_init 2008-09-02 21:18:18 -07:00
pxa255_idp Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
qemu-mips Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
quad100hd quad100hd: Update NAND driver to new API. 2008-08-13 18:03:40 -05:00
quantum Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
r2dplus Moved initialization of RTL8139 Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
r360mpi Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
r7780mp Moved initialization of RTL8169 Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
rattler Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
rbc823 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
rmu Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
RPXClassic Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
RPXlite Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
RPXlite_dw Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
rpxsuper Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
RRvision Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
rsdproto Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
rsk7203 sh: Remove CC line from board's Makefile 2008-08-31 23:28:15 +09:00
sacsng Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors 2008-07-03 22:34:08 +02:00
samsung/smdk6400 smdk6400: add gitignore 2008-08-31 00:39:48 +02:00
sandburst Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next 2008-07-14 10:45:47 +02:00
sandpoint Moved initialization of NS8382X Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
sbc405 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
sbc2410x Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
sbc8240 Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
sbc8260 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
sbc8349 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
sbc8548 FSL DDR: Convert sbc8548 to new DDR code. 2008-08-27 11:43:51 -05:00
sbc8560 FSL DDR: Convert SBC8560 to new DDR code. 2008-08-27 11:43:52 -05:00
sbc8641d FSL DDR: Convert SBC8641D to new DDR code. 2008-08-27 02:06:04 +02:00
sc3 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
sc520_cdp Moved initialization of PCNET Ethernet controller to board_eth_init() 2008-09-02 21:18:17 -07:00
sc520_spunk Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
scb9328 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
sh7763rdp sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
sh7785lcr sh: Remove CC line from board's Makefile 2008-08-31 23:28:15 +09:00
shannon Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
siemens CCM/SCM boards: fix out of tree building 2008-07-04 20:07:35 +02:00
sixnet Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
sl8245 Introduce netdev.h header file and remove externs 2008-09-02 21:18:16 -07:00
smdk2400 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
smdk2410 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
snmc Fix coding style; make code better parsable by external tools 2008-07-14 22:38:42 +02:00
socrates FSL DDR: Convert socrates to new DDR code. 2008-08-27 11:43:51 -05:00
sorcery Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
spc1920 Fix some more print() format errors. 2008-07-11 01:16:00 +02:00
spd8xx Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
ssv Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
stxgp3 FSL DDR: Convert STXGP3 to new DDR code. 2008-08-27 11:43:52 -05:00
stxssa Moved initialization of TULIP Ethernet controller to board_eth_init() 2008-09-02 21:18:18 -07:00
stxxtc Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
svm_sc8xx Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
sx1 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
tb0229 Moved initialization of RTL8139 Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
total5200 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 2008-09-02 21:18:18 -07:00
tqc Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
trab Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
trizepsiv Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
uc100 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
uc101 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
utx8245 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
v37 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
v38b Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
versatile Fix some more printf() format issues. 2008-07-13 16:55:00 +02:00
voiceblue Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
w7o Fix merge problems 2008-08-06 14:05:38 +02:00
wepep250 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
westel/amx860 Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
xaeniax Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
xilinx ppc44x: Unification of virtex5 pp440 boards 2008-09-05 11:51:22 +02:00
xm250 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
xpedite1k ppc4xx: Rework 440GX UIC handling 2008-07-11 13:18:14 +02:00
xsengine Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
zeus ppc4xx: Fix printf format warnings now visible with the updated format check 2008-07-10 09:58:06 +02:00
zpc1900 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
zylonite Fixing coding style issues 2008-08-12 11:31:17 -05:00