ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file
commit65ca801bf4837237f37f867c7fd49c3054d78091
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 20 Aug 2017 17:23:05 +0000 (20 19:23 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 7 Sep 2017 23:30:55 +0000 (8 09:30 +1000)
tree5a9e415130d239d33d8a1b7bd71908d167b69ee9
parent0453428047527ac778489a927b66d591ff3c450c
ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file

This device appears in other SoCs as well not just in 405 ones and
subsequent patches will modify it, so move it out of ppc405_uc.c in
preparation

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/Makefile.objs
hw/ppc/ppc405.h
hw/ppc/ppc405_uc.c
hw/ppc/ppc4xx_i2c.c [new file with mode: 0644]