summaryrefslogtreecommitdiff
path: root/meta-tyan/conf/machine
diff options
context:
space:
mode:
authorOskar Senft <osk@google.com>2021-12-01 00:05:59 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-21 22:52:49 +0300
commit4091a0d42e312c8c9ec9af6525f1074103b97639 (patch)
tree6815c1c8ae503dede3bd70210f67b102009ecc39 /meta-tyan/conf/machine
parenta6b6c4abdf1b67e34701d2a9e36123f7f8b4d9a6 (diff)
downloadopenbmc-4091a0d42e312c8c9ec9af6525f1074103b97639.tar.xz
tyan, s7106: Initial commit for TYAN S7106
The TYAN S7106 is a server mainboard with an Aspeed AST2500 BMC. Signed-off-by: Oskar Senft <osk@google.com> Change-Id: I75e4938bbc7d25bd8e949a4bae5761205aa0ff22
Diffstat (limited to 'meta-tyan/conf/machine')
-rw-r--r--meta-tyan/conf/machine/include/tyan.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-tyan/conf/machine/include/tyan.inc b/meta-tyan/conf/machine/include/tyan.inc
new file mode 100644
index 000000000..3180704c2
--- /dev/null
+++ b/meta-tyan/conf/machine/include/tyan.inc
@@ -0,0 +1,20 @@
+MACHINE_FEATURES += "\
+ obmc-bmc-state-mgmt \
+ obmc-chassis-state-mgmt \
+ obmc-host-ipmi \
+ obmc-host-state-mgmt \
+ obmc-phosphor-chassis-mgmt \
+ obmc-phosphor-fan-mgmt \
+ obmc-phosphor-flash-mgmt \
+ "
+
+VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
+PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager"
+
+VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
+VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
+
+PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-tyan-apps"
+PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-tyan-apps"
+PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
+PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-tyan-apps"