mpc512x: Move common files to share them by several boards
authorWolfgang Denk <wd@denx.de>
Sat, 16 May 2009 08:47:38 +0000 (10:47 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:47:16 +0000 (20:47 +0200)
commitde26ef99bddbce4ed225f93afcf0bee99c3b6f87
treece7263c310a633126968f14668b4ca757daa7d01
parent03e069dc0a765d506f78a68319acf33d432e035b
mpc512x: Move common files to share them by several boards

We will soon see several new MPC521x based boards added.  This patch
moves files that are not board specific to a common directory so they
can be shared by all such ports.  It also splits off common IDE code
into a new file, cpu/mpc512x/ide.c .

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: John Rigby <jcrigby@gmail.com>
board/ads5121/Makefile
board/ads5121/ads5121.c
cpu/mpc512x/Makefile
cpu/mpc512x/config.mk
cpu/mpc512x/diu.c [moved from board/ads5121/ads5121_diu.c with 92% similarity]
cpu/mpc512x/ide.c [new file with mode: 0644]
cpu/mpc512x/pci.c [moved from board/ads5121/pci.c with 100% similarity]
cpu/mpc512x/u-boot.lds [moved from board/ads5121/u-boot.lds with 100% similarity]