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>
Showing
- Makefile 9 additions, 2 deletionsMakefile
- board/ads5121/Makefile 3 additions, 1 deletionboard/ads5121/Makefile
- board/ads5121/ads5121.c 1 addition, 0 deletionsboard/ads5121/ads5121.c
- board/ads5121/pci.c 213 additions, 0 deletionsboard/ads5121/pci.c
- cpu/mpc512x/speed.c 16 additions, 5 deletionscpu/mpc512x/speed.c
- include/asm-ppc/global_data.h 1 addition, 0 deletionsinclude/asm-ppc/global_data.h
- include/asm-ppc/immap_512x.h 55 additions, 6 deletionsinclude/asm-ppc/immap_512x.h
- include/configs/ads5121.h 29 additions, 1 deletioninclude/configs/ads5121.h
- include/mpc512x.h 84 additions, 0 deletionsinclude/mpc512x.h
Loading
Please register or sign in to comment