summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-05-09 10:04:13 -0700
committerPatrick Williams <patrick@stwcx.xyz>2017-06-05 01:02:44 +0000
commitbfe9b60de56dcd1fff9951ee7c2acaa16d94f185 (patch)
tree244d7e27f7c3d5ad54dbaa311919960c1c026bc5 /meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf
parentef318571cf607b66310e1be229107c97c02caed4 (diff)
downloadtalos-openbmc-bfe9b60de56dcd1fff9951ee7c2acaa16d94f185.tar.gz
talos-openbmc-bfe9b60de56dcd1fff9951ee7c2acaa16d94f185.zip
Add sensor and some FRU definitions for ipmi.
When phosphor-ipmi-host supports returning sensor data, this is the file it will use to build the cpp map and provide the information. This has been tested on my platform via ipmitool from the host. Change-Id: Ie5b0696935d23d6f50c9f62ddb583618a9f3ff91 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf')
-rw-r--r--meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf b/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf
index 498fd536e..9f2b25ef1 100644
--- a/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf
+++ b/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf
@@ -9,3 +9,30 @@ UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"
FLASH_SIZE = "32768"
+
+# If we included the openpower.inc we'd get these from that.
+#OBMC_MACHINE_FEATURES += "\
+# obmc-phosphor-fan-mgmt \
+# obmc-phosphor-chassis-mgmt \
+# obmc-phosphor-flash-mgmt \
+# obmc-host-ipmi \
+# obmc-host-ctl \
+# openpower-pflash \
+# obmc-host-state-mgmt \
+# obmc-chassis-state-mgmt \
+# obmc-bmc-state-mgmt \
+# "
+# But we don't, and it's ok :D We're pulling in specific packages in an image recipe.
+
+# This sets up our own Quanta-q71l.py inclusion based on the Zaius.py in the skeleton repo.
+# As something temporarily required.
+VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
+PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
+
+# These are meant to include the inventory config.yaml and so on.
+PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "q71l-ipmi-inventory-map-native"
+PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties = "q71l-ipmi-fru-properties"
+
+PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory = "q71l-ipmi-sensor-map-native"
+
+PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"
OpenPOWER on IntegriCloud