public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 00/18] Fixes on gdsys boards and some new functionality
@ 2015-10-28 10:46 dirk.eibach at gdsys.cc
  2015-10-28 10:46 ` [U-Boot] [PATCH v1 01/18] i2c: ihs_i2c: Dual channel support dirk.eibach at gdsys.cc
                   ` (18 more replies)
  0 siblings, 19 replies; 49+ messages in thread
From: dirk.eibach at gdsys.cc @ 2015-10-28 10:46 UTC (permalink / raw)
  To: u-boot

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




Dirk Eibach (17):
  i2c: ihs_i2c: Dual channel support
  i2c: ihs_i2c: Use macro bestpractices
  i2c: ihs_i2c: Fix hold_bus control
  board: gdsys: Configure DP501 SPDIF input
  board: gdsys: Increase DP501 I2C retry interval
  board: gdsys: Consider DP501 limits on link training
  dlvision-10g: Support displayport
  controlcenterd: Disable sideband clocks
  hrcon: Remove CH7301 configuration
  mpc83xx: Add strider board
  hrcon: Use generic ioep-fpga support
  hrcon: Fix videoboard i2c setup
  hrcon: Add support for the DH variant
  hrcon: Add fan controllers
  board: gdsys: Add osdsize command
  board: gdsys: Enable osd on output only
  i2c: soft_i2c: Fix bus indizes

Reinhard Pfau (1):
  iocon: reset FPGAs in last_stage_init()

 README                             |   9 +
 arch/powerpc/cpu/mpc83xx/Kconfig   |   3 +
 board/gdsys/405ep/dlvision-10g.c   |  67 ++--
 board/gdsys/405ep/iocon.c          |   8 +-
 board/gdsys/common/Makefile        |   9 +-
 board/gdsys/common/adv7611.c       | 177 ++++++++++
 board/gdsys/common/adv7611.h       |  13 +
 board/gdsys/common/ch7301.c        |  64 ++++
 board/gdsys/common/ch7301.h        |  13 +
 board/gdsys/common/dp501.c         |  27 +-
 board/gdsys/common/fanctrl.c       |  32 ++
 board/gdsys/common/fanctrl.h       |  13 +
 board/gdsys/common/ioep-fpga.c     | 232 +++++++++++++
 board/gdsys/common/ioep-fpga.h     |  14 +
 board/gdsys/common/osd.c           | 194 +++++++----
 board/gdsys/common/osd.h           |   1 +
 board/gdsys/mpc8308/Kconfig        |  13 +
 board/gdsys/mpc8308/MAINTAINERS    |   4 +
 board/gdsys/mpc8308/Makefile       |   1 +
 board/gdsys/mpc8308/hrcon.c        | 293 +++--------------
 board/gdsys/mpc8308/strider.c      | 479 +++++++++++++++++++++++++++
 board/gdsys/p1022/controlcenterd.c |   5 +
 configs/hrcon_dh_defconfig         |   5 +
 configs/strider_con_defconfig      |   7 +
 configs/strider_cpu_defconfig      |   7 +
 drivers/i2c/ihs_i2c.c              |  82 ++++-
 drivers/i2c/soft_i2c.c             |  64 +++-
 include/configs/dlvision-10g.h     |  18 +-
 include/configs/hrcon.h            |  89 ++++-
 include/configs/strider.h          | 653 +++++++++++++++++++++++++++++++++++++
 include/gdsys_fpga.h               | 101 +++++-
 31 files changed, 2310 insertions(+), 387 deletions(-)
 create mode 100644 board/gdsys/common/adv7611.c
 create mode 100644 board/gdsys/common/adv7611.h
 create mode 100644 board/gdsys/common/ch7301.c
 create mode 100644 board/gdsys/common/ch7301.h
 create mode 100644 board/gdsys/common/fanctrl.c
 create mode 100644 board/gdsys/common/fanctrl.h
 create mode 100644 board/gdsys/common/ioep-fpga.c
 create mode 100644 board/gdsys/common/ioep-fpga.h
 create mode 100644 board/gdsys/mpc8308/strider.c
 create mode 100644 configs/hrcon_dh_defconfig
 create mode 100644 configs/strider_con_defconfig
 create mode 100644 configs/strider_cpu_defconfig
 create mode 100644 include/configs/strider.h

-- 
2.1.3

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

end of thread, other threads:[~2015-11-13  1:30 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 10:46 [U-Boot] [PATCH v1 00/18] Fixes on gdsys boards and some new functionality dirk.eibach at gdsys.cc
2015-10-28 10:46 ` [U-Boot] [PATCH v1 01/18] i2c: ihs_i2c: Dual channel support dirk.eibach at gdsys.cc
2015-10-28 11:23   ` Heiko Schocher
2015-10-28 12:39     ` Dirk Eibach
2015-10-28 13:01       ` Heiko Schocher
2015-11-13  1:28   ` [U-Boot] [U-Boot,v1,01/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 02/18] i2c: ihs_i2c: Use macro bestpractices dirk.eibach at gdsys.cc
2015-10-28 11:23   ` Heiko Schocher
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 03/18] i2c: ihs_i2c: Fix hold_bus control dirk.eibach at gdsys.cc
2015-10-28 11:24   ` Heiko Schocher
2015-11-13  1:29   ` [U-Boot] [U-Boot,v1,03/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 04/18] board: gdsys: Configure DP501 SPDIF input dirk.eibach at gdsys.cc
2015-10-28 11:25   ` Heiko Schocher
2015-10-28 12:49     ` Dirk Eibach
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 05/18] board: gdsys: Increase DP501 I2C retry interval dirk.eibach at gdsys.cc
2015-10-28 11:33   ` Heiko Schocher
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 06/18] board: gdsys: Consider DP501 limits on link training dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 07/18] dlvision-10g: Support displayport dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot,v1,07/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 08/18] controlcenterd: Disable sideband clocks dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 09/18] iocon: reset FPGAs in last_stage_init() dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-11-13  1:29   ` Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 10/18] hrcon: Remove CH7301 configuration dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot,v1,10/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 11/18] mpc83xx: Add strider board dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot,v1,11/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 12/18] hrcon: Use generic ioep-fpga support dirk.eibach at gdsys.cc
2015-11-13  1:29   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 13/18] hrcon: Fix videoboard i2c setup dirk.eibach at gdsys.cc
2015-11-13  1:30   ` [U-Boot] [U-Boot,v1,13/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 14/18] hrcon: Add support for the DH variant dirk.eibach at gdsys.cc
2015-11-13  1:30   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 15/18] hrcon: Add fan controllers dirk.eibach at gdsys.cc
2015-11-13  1:30   ` [U-Boot] [U-Boot,v1,15/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 16/18] board: gdsys: Add osdsize command dirk.eibach at gdsys.cc
2015-11-13  1:30   ` [U-Boot] [U-Boot,v1,16/18] " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 17/18] board: gdsys: Enable osd on output only dirk.eibach at gdsys.cc
2015-11-13  1:30   ` [U-Boot] [U-Boot, v1, " Tom Rini
2015-10-28 10:46 ` [U-Boot] [PATCH v1 18/18] i2c: soft_i2c: Fix bus indizes dirk.eibach at gdsys.cc
2015-11-13  1:30   ` [U-Boot] [U-Boot,v1,18/18] " Tom Rini
2015-10-28 13:42 ` [U-Boot] [PATCH v1 00/18] Fixes on gdsys boards and some new functionality Simon Glass
2015-10-28 14:01   ` Dirk Eibach
2015-10-28 14:11     ` Heiko Schocher

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