From 80caf06c9c8f93ab82f0d98811ea095d6a519698 Mon Sep 17 00:00:00 2001 From: Lei YU Date: Thu, 20 Jul 2017 15:25:28 +0800 Subject: 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 --- .../meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto') diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf index 1fedc69aa..5d71bf4c3 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf @@ -4,6 +4,7 @@ KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" require conf/machine/include/ast2400.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/ibm.inc +require conf/machine/include/p8.inc UBOOT_MACHINE_palmetto = "ast_g4_ncsi_config" UBOOT_ENTRYPOINT = "0x40008000" -- cgit v1.2.1