Hi, This patch-set aims to add i2c support for the versatile pb board and has now been split in to two patches: one that extracts the i2c code from realview to a separate file and finally one that adds i2c support to versatilepb.
-Oskar Oskar Andero (2): realview: break out versatile i2c controller code versatilepb: add i2c support Makefile.target | 1 + hw/realview.c | 83 +----------------------------------------- hw/versatile_i2c.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/versatilepb.c | 6 +++ 4 files changed, 111 insertions(+), 81 deletions(-) create mode 100644 hw/versatile_i2c.c -- 1.7.3.4