Brad Bishop | 07a2a68 | 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 | 503346c | 2015-10-25 00:21:04 -0500 | [diff] [blame] | 6 | obmc-phosphor-event-mgmt \ |
Patrick Williams | 0ae60b5 | 2016-04-01 15:04:31 -0500 | [diff] [blame] | 7 | openpower-pflash \ |
Brad Bishop | 07a2a68 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 8 | " |
| 9 | |
| 10 | VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \ |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 11 | skeleton \ |
Brad Bishop | 07a2a68 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 12 | " |
| 13 | VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \ |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 14 | skeleton \ |
Brad Bishop | 07a2a68 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 15 | " |
| 16 | VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \ |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 17 | skeleton \ |
Brad Bishop | 07a2a68 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 18 | " |
| 19 | VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 20 | skeleton \ |
Brad Bishop | 07a2a68 | 2015-10-19 11:28:08 -0400 | [diff] [blame] | 21 | " |
Brad Bishop | 12a33e2 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 22 | VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ |
| 23 | host-ipmid-oem \ |
Chris Austen | a562415 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 24 | host-ipmid-fru \ |
Brad Bishop | 12a33e2 | 2015-11-01 08:28:40 -0600 | [diff] [blame] | 25 | " |
Brad Bishop | 97d16b3 | 2016-06-09 22:22:46 -0400 | [diff] [blame] | 26 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |
| 27 | |
Brad Bishop | c6415f7 | 2015-10-30 00:47:26 -0400 | [diff] [blame] | 28 | PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged" |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 29 | PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton" |
Chris Austen | 503346c | 2015-10-25 00:21:04 -0500 | [diff] [blame] | 30 | PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event" |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 31 | PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "skeleton" |
| 32 | PREFERRED_PROVIDER_virtual/obmc-phosphor-flash-mgmt = "skeleton" |
Brad Bishop | c728d9f | 2015-10-21 19:22:04 -0400 | [diff] [blame] | 33 | PREFERRED_PROVIDER_virtual/obmc-phosphor-sensor-mgmt = "skeleton" |
| 34 | PREFERRED_PROVIDER_virtual/obmc-phosphor-system-mgmt = "skeleton" |
Adriana Kobylak | fcda813 | 2016-02-11 16:31:21 -0600 | [diff] [blame] | 35 | PREFERRED_PROVIDER_virtual/obmc-phosphor-user-mgmt = "obmc-phosphor-user" |