Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 1 | OBMC_MACHINE_FEATURES += "\ |
| 2 | obmc-phosphor-fan-mgmt \ |
| 3 | obmc-phosphor-chassis-mgmt \ |
| 4 | obmc-phosphor-sensor-mgmt \ |
| 5 | obmc-phosphor-flash-mgmt \ |
Chris Austen | 98fcc5d | 2015-10-25 00:21:04 -0500 | [diff] [blame] | 6 | obmc-phosphor-event-mgmt \ |
Patrick Williams | e0d4a8f | 2016-04-01 15:04:31 -0500 | [diff] [blame^] | 7 | openpower-pflash \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 8 | " |
| 9 | |
| 10 | VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 11 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 12 | " |
| 13 | VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 14 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 15 | " |
| 16 | VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 17 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 18 | " |
| 19 | VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 20 | skeleton \ |
Brad Bishop | 493ad35 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 21 | " |
Brad Bishop | a2869f1 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 22 | VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ |
| 23 | host-ipmid-oem \ |
Chris Austen | 764ae43 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 24 | host-ipmid-fru \ |
Brad Bishop | a2869f1 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 25 | " |
Brad Bishop | 8c8b48f | 2015-10-30 00:47:26 -0400 | [diff] [blame] | 26 | PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged" |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 27 | PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton" |
Chris Austen | 98fcc5d | 2015-10-25 00:21:04 -0500 | [diff] [blame] | 28 | PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event" |
Brad Bishop | 5bd1f3d | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 29 | PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton" |
| 30 | PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton" |
| 31 | PREFERRED_PROVIDER_virtual/obmc-phosphor-policy-mgmt = "skeleton" |
| 32 | PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton" |
| 33 | PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton" |
Adriana Kobylak | 2745eaf | 2016-02-11 16:31:21 -0600 | [diff] [blame] | 34 | PREFERRED_PROVIDER_virtual/obmc-phosphor-user-mgmt = "obmc-phosphor-user" |