From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rigby Date: Thu, 10 Jul 2008 12:02:55 -0600 Subject: [U-Boot-Users] [GIT PULL] Please pull mpc512x tree Message-ID: <48764ECF.9010604@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 d4692b0ba83b7b454bbd92bad1f4befe6e1657b7: Christian Eggers (1): Fix "usb part" command are available in the git repository at: git://git.denx.de/u-boot-mpc512x.git master Martha Marx (2): Consolidate ADS5121 IO Pin configuration Configuration changes for ADS5121 Rev 3 Makefile | 9 +- board/ads5121/Makefile | 2 +- board/ads5121/README | 9 ++ board/ads5121/ads5121.c | 54 ++++------- board/ads5121/iopin.c | 96 +++++++++++++++++++ board/ads5121/iopin.h | 222 ++++++++++++++++++++++++++++++++++++++ cpu/mpc512x/cpu.c | 8 +- cpu/mpc512x/fec.c | 15 --- include/configs/ads5121.h | 39 +++++++-- 9 files changed, 389 insertions(+), 65 deletions(-) create mode 100644 board/ads5121/README create mode 100644 board/ads5121/iopin.c create mode 100644 board/ads5121/iopin.h Thanks John