fsp_baytrail: Add I2C driver

Hardware / Coreboot - Werner Zeh [siemens.com] - 5 March 2015 07:19 UTC

Add a driver wich can handle the internal I2C controllers of Baytrail SoC. This driver is not suitable for the SMBus controller.

Change-Id: I841c3991a2fb0f8b92b8e59ec02d62f5866f5bdf

0f9c9de fsp_baytrail: Add I2C driver
src/soc/intel/fsp_baytrail/Makefile.inc | 1 +
src/soc/intel/fsp_baytrail/baytrail/i2c.h | 138 ++++++++++++++++
src/soc/intel/fsp_baytrail/i2c.c | 257 +++++++++++++++++++++++++++++
3 files changed, 396 insertions(+)

Upstream: review.coreboot.org


  • Share