Add support for the 8568 MDS board
authorAndy Fleming <afleming@freescale.com>
Mon, 23 Apr 2007 07:54:25 +0000 (02:54 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 2 May 2007 20:50:02 +0000 (15:50 -0500)
commit6743105988fc44d5b0d30388c790607835aae7a6
tree8019f750a917717ba0df89b9db6c746548cfa782
parentaf1c2b84bf27c8565baddc82d1abb93700d10e2e
Add support for the 8568 MDS board

This included some changes to common files:
* Add 8568 processor SVR to various places
* Add support for setting the qe bus-frequency value in the dts
* Add the 8568MDS target to the Makefile

Signed-off-by: Andy Fleming <afleming@freescale.com>
13 files changed:
Makefile
board/mpc8568mds/Makefile [new file with mode: 0644]
board/mpc8568mds/bcsr.c [new file with mode: 0644]
board/mpc8568mds/bcsr.h [new file with mode: 0644]
board/mpc8568mds/config.mk [new file with mode: 0644]
board/mpc8568mds/ft_board.c [new file with mode: 0644]
board/mpc8568mds/init.S [new file with mode: 0644]
board/mpc8568mds/mpc8568mds.c [new file with mode: 0644]
board/mpc8568mds/u-boot.lds [new file with mode: 0644]
cpu/mpc85xx/cpu.c
cpu/mpc85xx/cpu_init.c
include/asm-ppc/processor.h
include/configs/MPC8568MDS.h [new file with mode: 0644]