blob: 2ef42ed47c1982e53253ece4eb9beaf5293a6761 [file] [log] [blame]
Brad Bishop493ad352015-10-19 11:28:08 -04001OBMC_MACHINE_FEATURES += "\
2 obmc-phosphor-fan-mgmt \
3 obmc-phosphor-chassis-mgmt \
4 obmc-phosphor-sensor-mgmt \
5 obmc-phosphor-flash-mgmt \
Chris Austen98fcc5d2015-10-25 00:21:04 -05006 obmc-phosphor-event-mgmt \
Patrick Williamse0d4a8f2016-04-01 15:04:31 -05007 openpower-pflash \
Brad Bishop493ad352015-10-19 11:28:08 -04008 "
9
10VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040011 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040012 "
13VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040014 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040015 "
16VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040017 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040018 "
19VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040020 skeleton \
Brad Bishop493ad352015-10-19 11:28:08 -040021 "
Brad Bishopa2869f12015-11-01 08:28:40 -060022VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \
23 host-ipmid-oem \
Chris Austen764ae432015-11-01 22:27:34 -060024 host-ipmid-fru \
Brad Bishopa2869f12015-11-01 08:28:40 -060025 "
Brad Bishop65b40a82016-06-09 22:22:46 -040026VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
27
Brad Bishop8c8b48f2015-10-30 00:47:26 -040028PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged"
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040029PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton"
Chris Austen98fcc5d2015-10-25 00:21:04 -050030PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event"
Brad Bishop5bd1f3d2015-10-21 19:22:04 -040031PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton"
32PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton"
33PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton"
34PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton"
35PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton"
Adriana Kobylak2745eaf2016-02-11 16:31:21 -060036PREFERRED_PROVIDER_virtual/obmc-phosphor-user-mgmt = "obmc-phosphor-user"