public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/13] Fixes on gdsys boards and some new functionality
@ 2014-07-02  7:31 dirk.eibach at gdsys.cc
  2014-07-02  7:31 ` [U-Boot] [PATCH v2 01/13] board: controlcenterd: Fix pci access dirk.eibach at gdsys.cc
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: dirk.eibach at gdsys.cc @ 2014-07-02  7:31 UTC (permalink / raw)
  To: u-boot

From: Dirk Eibach <dirk.eibach@gdsys.cc>



Changes in v2:
- make sha256 support optional
- move ihs_i2c to drivers/i2c
- split unrelated changes
- use defines for I2C bus numbers

Dirk Eibach (13):
  board: controlcenterd: Fix pci access
  board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change
  board: controlcenterd: Use new API for setting i2c bus
  board: iocon: Support DisplayPort hardware
  i2c: IHS I2C master driver
  board: gdsys: Fix dlvision-10g I2C configuration
  board: gdsys: Increase iocon and dlv10g version string
  board: gdsys: Configure bridge on DP501 to support DDC only
  board: gdsys: Make gdsys osd hardware detection more robust
  board: gdsys: Enable scrambling on DP501
  board: iocon: Modify iocon hardware startup
  board: gdsys: Remove commands to reduce footprint
  fit: make sha256 support optional

 board/gdsys/405ep/iocon.c             |  14 ++-
 board/gdsys/common/Makefile           |   2 +-
 board/gdsys/common/dp501.c            |  35 ++++--
 board/gdsys/common/osd.c              | 189 +++++++++++++++----------------
 board/gdsys/p1022/controlcenterd-id.c |  13 ++-
 board/gdsys/p1022/controlcenterd.c    |   6 +-
 board/gdsys/p1022/sdhc_boot.c         |   2 +-
 drivers/i2c/Makefile                  |   1 +
 drivers/i2c/ihs_i2c.c                 | 203 ++++++++++++++++++++++++++++++++++
 include/configs/controlcenterd.h      |   7 +-
 include/configs/dlvision-10g.h        |  29 ++++-
 include/configs/io.h                  |   8 +-
 include/configs/iocon.h               |  35 ++++--
 include/configs/neo.h                 |   9 +-
 include/gdsys_fpga.h                  |  25 ++---
 include/image.h                       |   5 +
 16 files changed, 434 insertions(+), 149 deletions(-)
 create mode 100644 drivers/i2c/ihs_i2c.c

-- 
1.8.3

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

end of thread, other threads:[~2014-07-02  8:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  7:31 [U-Boot] [PATCH v2 0/13] Fixes on gdsys boards and some new functionality dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 01/13] board: controlcenterd: Fix pci access dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 03/13] board: controlcenterd: Use new API for setting i2c bus dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 04/13] board: iocon: Support DisplayPort hardware dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 05/13] i2c: IHS I2C master driver dirk.eibach at gdsys.cc
2014-07-02  8:30   ` Heiko Schocher
2014-07-02  7:31 ` [U-Boot] [PATCH v2 06/13] board: gdsys: Fix dlvision-10g I2C configuration dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 07/13] board: gdsys: Increase iocon and dlv10g version string dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 08/13] board: gdsys: Configure bridge on DP501 to support DDC only dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 09/13] board: gdsys: Make gdsys osd hardware detection more robust dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 10/13] board: gdsys: Enable scrambling on DP501 dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 11/13] board: iocon: Modify iocon hardware startup dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 12/13] board: gdsys: Remove commands to reduce footprint dirk.eibach at gdsys.cc
2014-07-02  7:31 ` [U-Boot] [PATCH v2 13/13] fit: make sha256 support optional dirk.eibach at gdsys.cc

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