summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/conf/machine
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-07-20 15:25:28 +0800
committerPatrick Williams <patrick@stwcx.xyz>2017-08-01 13:02:28 +0000
commit80caf06c9c8f93ab82f0d98811ea095d6a519698 (patch)
tree8ec65005db252259dbde7f8ae787f5bdf77bc8d9 /meta-openbmc-machines/meta-openpower/conf/machine
parenta1f486e91b468b495d7fc17792b77c0abb9f5b0b (diff)
downloadtalos-openbmc-80caf06c9c8f93ab82f0d98811ea095d6a519698.tar.gz
talos-openbmc-80caf06c9c8f93ab82f0d98811ea095d6a519698.zip
meta-openpower: Define i2c-occ feature
OpenPOWER P8 systems uses i2c to access occ. Define i2c-occ OBMC_MACHINE_FEATURES and append EXTRA_OECONF in openpower-occ-control.bb so that it compiles with I2C OCC support. Enabled this feature on Palmetto first. Change-Id: I1c07d28494fc5e87e86a3be1bfcfd955770e14e7 Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/conf/machine')
-rw-r--r--meta-openbmc-machines/meta-openpower/conf/machine/include/p8.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/conf/machine/include/p8.inc b/meta-openbmc-machines/meta-openpower/conf/machine/include/p8.inc
new file mode 100644
index 000000000..b43045d5a
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/conf/machine/include/p8.inc
@@ -0,0 +1 @@
+OBMC_MACHINE_FEATURES += 'i2c-occ'
OpenPOWER on IntegriCloud