
From: Dirk Eibach dirk.eibach@gdsys.cc
Dirk Eibach (11): 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 board: gdsys: IHS I2C master driver 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
board/gdsys/405ep/iocon.c | 14 ++- board/gdsys/common/Makefile | 4 +- board/gdsys/common/dp501.c | 35 ++++-- board/gdsys/common/ihs_i2c.c | 195 ++++++++++++++++++++++++++++++++++ board/gdsys/common/osd.c | 189 ++++++++++++++++---------------- board/gdsys/p1022/controlcenterd-id.c | 6 +- board/gdsys/p1022/controlcenterd.c | 6 +- board/gdsys/p1022/sdhc_boot.c | 2 +- include/configs/controlcenterd.h | 7 +- include/configs/dlvision-10g.h | 27 ++++- include/configs/io.h | 7 +- include/configs/iocon.h | 37 +++++-- include/configs/neo.h | 8 +- include/gdsys_fpga.h | 25 +++-- 14 files changed, 411 insertions(+), 151 deletions(-) create mode 100644 board/gdsys/common/ihs_i2c.c