soc/intel/common/block/i2c: Ignore disabled I2C devices
commitd629e433dddeff040260e9ca309525cbf47a7601
authorFurquan Shaikh <furquan@chromium.org>
Sat, 10 Jun 2017 00:54:00 +0000 (9 17:54 -0700)
committerFurquan Shaikh <furquan@google.com>
Wed, 14 Jun 2017 18:20:07 +0000 (14 20:20 +0200)
treedf4ec1e37fddec300d32c3736a0c2d662699b7a6
parentab37e9a171794d3d1fdaa5eff93a61590e5cee8c
soc/intel/common/block/i2c: Ignore disabled I2C devices

If I2C device is disabled:
1. BAR for the device will be 0
2. There is no need to generate ACPI tables for the device

TEST=Verified that if an i2c device is disabled statically in
devicetree or dynamically in mainboard, then coreboot does not die
looking for missing resources.

Change-Id: Id9a790e338a0e6f32c199f5f437203e1525df208
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/20140
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
src/soc/intel/common/block/i2c/i2c.c