From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rigby Date: Fri, 29 Aug 2008 14:14:37 -0600 Subject: [U-Boot] [GIT PULL] Please pull mpc5xxx tree Message-ID: <48B858AD.2040006@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, The following changes since commit 33aa4eac66b71c797bbc13b3afe432a2132947d4: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master Ben Warren (2): Move MPC5xxx_FEC driver to drivers/net Move MPC512x_FEC driver to drivers/net John Rigby (1): ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon board/ads5121/ads5121.c | 4 ++++ cpu/mpc512x/Makefile | 2 +- cpu/mpc5xxx/Makefile | 2 +- drivers/net/Makefile | 2 ++ cpu/mpc512x/fec.c => drivers/net/mpc512x_fec.c | 2 +- cpu/mpc512x/fec.h => drivers/net/mpc512x_fec.h | 0 cpu/mpc5xxx/fec.c => drivers/net/mpc5xxx_fec.c | 4 ++-- cpu/mpc5xxx/fec.h => drivers/net/mpc5xxx_fec.h | 4 ---- include/configs/ads5121.h | 1 + include/mpc512x.h | 1 + cpu/mpc5xxx/sdma.h => include/mpc5xxx_sdma.h | 0 11 files changed, 13 insertions(+), 9 deletions(-) rename cpu/mpc512x/fec.c => drivers/net/mpc512x_fec.c (99%) rename cpu/mpc512x/fec.h => drivers/net/mpc512x_fec.h (100%) rename cpu/mpc5xxx/fec.c => drivers/net/mpc5xxx_fec.c (99%) rename cpu/mpc5xxx/fec.h => drivers/net/mpc5xxx_fec.h (99%) rename cpu/mpc5xxx/sdma.h => include/mpc5xxx_sdma.h (100%)