
Dear Grzegorz Bernacki,
In message 12372808011109-git-send-email-gjb@semihalf.com you wrote:
This is the InterControl custom device based on the MPC5200B chip.
Signed-off-by: Grzegorz Bernacki gjb@semihalf.com
This patch depends on changes done under first patch in the series, because it uses define CONFIG_SYS_ATA_CS_ON_I2C2 introduded in there.
MAKEALL | 1 + Makefile | 16 ++ board/digsy_mtc/Makefile | 32 ++++ board/digsy_mtc/config.mk | 24 +++ board/digsy_mtc/digsy_mtc.c | 307 +++++++++++++++++++++++++++++++++ board/digsy_mtc/eeprom.h | 32 ++++ board/digsy_mtc/is42s16800a-7t.h | 28 +++ include/configs/digsy_mtc.h | 346 ++++++++++++++++++++++++++++++++++++++ 8 files changed, 786 insertions(+), 0 deletions(-) create mode 100644 board/digsy_mtc/Makefile create mode 100644 board/digsy_mtc/config.mk create mode 100644 board/digsy_mtc/digsy_mtc.c create mode 100644 board/digsy_mtc/eeprom.h create mode 100644 board/digsy_mtc/is42s16800a-7t.h create mode 100644 include/configs/digsy_mtc.h
Applied, thanks.
Best regards,
Wolfgang Denk