coreboot/src
Nico Huber 0f2dd1eff9 include/device: Split i2c.h into three
Split `i2c.h` into three pieces to ease reuse of the generic defi-
nitions. No code is changed.

* `i2c.h`        - keeps the generic definitions
* `i2c_simple.h` - holds the current, limited to one controller driver
                   per board, devicetree independent I2C interface
* `i2c_bus.h`    - will become the devicetree compatible interface for
                   native I2C (e.g. non-SMBus) controllers

Change-Id: I382d45c70f9314588663e1284f264f877469c74d
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/20845
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-08-18 15:33:29 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
commonlib Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
console console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
cpu include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
device include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
drivers include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
ec include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
include include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
lib lib/cbmem: provide optional cbmem top initialization hook 2017-08-04 04:29:57 +00:00
mainboard include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
northbridge AGESA: Cleanup ACPI S3 support 2017-08-16 22:06:51 +00:00
soc include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
southbridge AGESA: Cleanup ACPI S3 support 2017-08-16 22:06:51 +00:00
superio superio/winbond/w83977tf: Drop early_serial.c 2017-08-15 21:03:34 +00:00
vboot vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
vendorcode AGESA f15tn: Fix MemContext buffer parser for AmdInitPost() 2017-08-16 22:06:57 +00:00
Kconfig Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00