public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Support for XPedite5370 and misc GPIO
@ 2008-10-27 18:59 Peter Tyser
  2008-10-27 18:59 ` [U-Boot] [PATCH v2 1/3] Add support for PCA953x I2C gpio devices Peter Tyser
  2008-11-18 21:50 ` [U-Boot] [PATCH v2 0/3] Support for XPedite5370 and misc GPIO Wolfgang Denk
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Tyser @ 2008-10-27 18:59 UTC (permalink / raw)
  To: u-boot

Hello,
This patch series adds support for the XPedite5370 SBC.
Its an MPC8572-based VPX card with a PMC/XMC site.  The
XPedite5370 includes a significant number of I2C GPIO devices (5)
which are used for board configuration.  I added support for
2 new I2C gpio devices in a new drivers/gpio directory.  I'm
not sure if this is the preferred location/method, so let me know
if others have have different preferences.  It'd be nice to have a
more generic GPIO framework (like Linux's) at some point, but
figured this was a step in the right direction by providing a
place for generic GPIO devices in drivers/gpio.

Thanks,
Peter

Changes since v1:
- Rebased to u-boot-mpc85xx tree
- Updated NOR flash remapping method
- Added CONFIG_SYS_I2C2_OFFSET define to XPEDITE5370.h
- Removed CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE from XPEDITE5370.h

Peter Tyser (3):
  pca953x: Add support for PCA953x I2C gpio devices
  ds4510: Add support for Maxim's DS4510 I2C device
  XPedite5370 board support

 MAINTAINERS                         |    3 +
 MAKEALL                             |    1 +
 Makefile                            |    5 +
 README                              |    9 +
 board/xes/common/Makefile           |   56 ++++
 board/xes/common/fsl_8572_clk.c     |   51 +++
 board/xes/common/fsl_85xx_ddr.c     |   93 ++++++
 board/xes/common/fsl_85xx_pci.c     |  264 ++++++++++++++++
 board/xes/xpedite5370/Makefile      |   45 +++
 board/xes/xpedite5370/config.mk     |   35 ++
 board/xes/xpedite5370/ddr.c         |  270 ++++++++++++++++
 board/xes/xpedite5370/law.c         |   54 ++++
 board/xes/xpedite5370/tlb.c         |   91 ++++++
 board/xes/xpedite5370/u-boot.lds    |  145 +++++++++
 board/xes/xpedite5370/xpedite5370.c |  126 ++++++++
 drivers/gpio/Makefile               |   48 +++
 drivers/gpio/ds4510.c               |  344 ++++++++++++++++++++
 drivers/gpio/pca953x.c              |  186 +++++++++++
 include/configs/XPEDITE5370.h       |  586 +++++++++++++++++++++++++++++++++++
 include/gpio/ds4510.h               |   75 +++++
 include/gpio/pca953x.h              |   39 +++
 21 files changed, 2526 insertions(+), 0 deletions(-)
 create mode 100644 board/xes/common/Makefile
 create mode 100644 board/xes/common/fsl_8572_clk.c
 create mode 100644 board/xes/common/fsl_85xx_ddr.c
 create mode 100644 board/xes/common/fsl_85xx_pci.c
 create mode 100644 board/xes/xpedite5370/Makefile
 create mode 100644 board/xes/xpedite5370/config.mk
 create mode 100644 board/xes/xpedite5370/ddr.c
 create mode 100644 board/xes/xpedite5370/law.c
 create mode 100644 board/xes/xpedite5370/tlb.c
 create mode 100644 board/xes/xpedite5370/u-boot.lds
 create mode 100644 board/xes/xpedite5370/xpedite5370.c
 create mode 100644 drivers/gpio/Makefile
 create mode 100644 drivers/gpio/ds4510.c
 create mode 100644 drivers/gpio/pca953x.c
 create mode 100644 include/configs/XPEDITE5370.h
 create mode 100644 include/gpio/ds4510.h
 create mode 100644 include/gpio/pca953x.h

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-11-18 22:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 18:59 [U-Boot] [PATCH v2 0/3] Support for XPedite5370 and misc GPIO Peter Tyser
2008-10-27 18:59 ` [U-Boot] [PATCH v2 1/3] Add support for PCA953x I2C gpio devices Peter Tyser
2008-10-27 18:59   ` [U-Boot] [PATCH v2 2/3] Add support for Maxim's DS4510 I2C device Peter Tyser
2008-10-27 18:59     ` [U-Boot] [PATCH v2 3/3] XPedite5370 board support Peter Tyser
2008-10-27 21:46       ` Andy Fleming
2008-11-18 21:51         ` Wolfgang Denk
2008-11-18 22:14           ` Peter Tyser
2008-11-18 22:25             ` Wolfgang Denk
2008-11-18 21:50 ` [U-Boot] [PATCH v2 0/3] Support for XPedite5370 and misc GPIO Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox