]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC5121e ADS PCI support take 3
authorJohn Rigby <jrigby@freescale.com>
Tue, 26 Feb 2008 16:38:14 +0000 (09:38 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Mar 2008 20:44:59 +0000 (21:44 +0100)
commit5f91db7f582ca17b1f19f10189c025696f333d2e
tree2a5bbb89342615e82ee47312d3e00641632a26ed
parent44b4dbed4133f657705b7c5193209da9978243a7
MPC5121e ADS PCI support take 3

Adds PCI support for MPC5121

Tested with drivers/net/rtl8139.c

Support is conditional since PCI on old silicon does not work.

ads5121_PCI_config turns on PCI

In this version, condition compilation of PCI code has been moved
from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
suggested by Jean-Christophe PLAGNIOL-VILLARD

Signed-off-by: John Rigby <jrigby@freescale.com>
Makefile
board/ads5121/Makefile
board/ads5121/ads5121.c
board/ads5121/pci.c [new file with mode: 0644]
cpu/mpc512x/speed.c
include/asm-ppc/global_data.h
include/asm-ppc/immap_512x.h
include/configs/ads5121.h
include/mpc512x.h