[U-Boot] [PULL] u-boot-mpc5xxx pull request

Wolfgang Denk wd at denx.de
Tue Jul 7 20:34:53 CEST 2009


The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3:
  Wolfgang Denk (1):
        Merge branch 'next' of ../master

are available in the git repository at:

  git://git.denx.de/u-boot-mpc5xxx.git master

Grzegorz Bernacki (4):
      mpc52xx: Add SPI driver.
      digsy MTC: Add SPI support.
      digsy MTC: Add 'mtc' command.
      digsy mtc: Add description to GPIO initial configuration.

Mike Frysinger (1):
      allow boards to customize compiler options on a per-file/dir basis

 board/digsy_mtc/Makefile    |    2 +-
 board/digsy_mtc/cmd_mtc.c   |  350 +++++++++++++++++++++++++++++++++++++++++++
 board/digsy_mtc/cmd_mtc.h   |   60 ++++++++
 board/digsy_mtc/digsy_mtc.c |   12 ++
 config.mk                   |    8 +-
 drivers/spi/Makefile        |    1 +
 drivers/spi/mpc52xx_spi.c   |  109 +++++++++++++
 include/configs/digsy_mtc.h |   23 +++
 include/mpc5xxx.h           |   18 +++
 9 files changed, 579 insertions(+), 4 deletions(-)
 create mode 100644 board/digsy_mtc/cmd_mtc.c
 create mode 100644 board/digsy_mtc/cmd_mtc.h
 create mode 100644 drivers/spi/mpc52xx_spi.c

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
An Ada exception is when a routine gets in trouble and says
'Beam me up, Scotty'.


More information about the U-Boot mailing list