blob: 2ba09aa2fcc318a3e6a99aa23c0e40d1b7767f84 [file] [log] [blame]
Brad Bishop07a2a682015-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 Austen503346c2015-10-25 00:21:04 -05006 obmc-phosphor-event-mgmt \
Patrick Williams0ae60b52016-04-01 15:04:31 -05007 openpower-pflash \
Brad Bishop07a2a682015-10-19 11:28:08 -04008 "
9
10VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
Brad Bishopc728d9f2015-10-21 19:22:04 -040011 skeleton \
Brad Bishop07a2a682015-10-19 11:28:08 -040012 "
13VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
Brad Bishopc728d9f2015-10-21 19:22:04 -040014 skeleton \
Brad Bishop07a2a682015-10-19 11:28:08 -040015 "
16VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
Brad Bishopc728d9f2015-10-21 19:22:04 -040017 skeleton \
Brad Bishop07a2a682015-10-19 11:28:08 -040018 "
19VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
Brad Bishopc728d9f2015-10-21 19:22:04 -040020 skeleton \
Brad Bishop07a2a682015-10-19 11:28:08 -040021 "
Brad Bishop12a33e22015-11-01 08:28:40 -060022VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \
23 host-ipmid-oem \
Chris Austena5624152015-11-01 22:27:34 -060024 host-ipmid-fru \
Brad Bishop12a33e22015-11-01 08:28:40 -060025 "
Brad Bishop97d16b32016-06-09 22:22:46 -040026VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
27
Brad Bishopc6415f72015-10-30 00:47:26 -040028PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged"
Brad Bishopc728d9f2015-10-21 19:22:04 -040029PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton"
Chris Austen503346c2015-10-25 00:21:04 -050030PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event"
Brad Bishopc728d9f2015-10-21 19:22:04 -040031PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton"
32PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton"
Brad Bishopc728d9f2015-10-21 19:22:04 -040033PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton"
34PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton"
Adriana Kobylakfcda8132016-02-11 16:31:21 -060035PREFERRED_PROVIDER_virtual/obmc-phosphor-user-mgmt = "obmc-phosphor-user"