Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
| 3 | |
Joel Stanley | e2602bb | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 5 | |
Patrick Williams | 2291daa | 2017-08-29 16:23:06 -0500 | [diff] [blame] | 6 | OBMC_MACHINE_FEATURES += "obmc-mrw obmc-ubi-fs openpower-ubi-fs" |
Matt Spinler | cad5b39 | 2016-10-14 12:52:21 -0500 | [diff] [blame] | 7 | |
Brandon Wyman | 9f37d31 | 2017-08-15 16:41:08 -0500 | [diff] [blame] | 8 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 9 | |
Matt Spinler | eecf1c2 | 2017-12-05 15:25:53 -0600 | [diff] [blame] | 10 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 11 | |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 12 | require conf/machine/include/ast2500.inc |
| 13 | require conf/machine/include/obmc-bsp-common.inc |
| 14 | require conf/machine/include/ibm.inc |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 15 | require conf/machine/include/p9.inc |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 16 | |
| 17 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Adriana Kobylak | d07ae10 | 2018-01-03 13:41:36 -0600 | [diff] [blame] | 18 | PHOSPHOR_MRW_REV = "43746576272c530459e5440ed5458ea2da6e83af" |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 19 | |
Xo Wang | 5e366f2 | 2017-11-17 16:09:56 -0800 | [diff] [blame] | 20 | DISTRO_FEATURES_append = "\ |
| 21 | obmc-openpower \ |
| 22 | obmc-openpower-extra \ |
| 23 | obmc-openpower-legacy \ |
| 24 | " |
| 25 | |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 26 | # Inhibit phosphor-hwmon-config-mrw |
| 27 | VIRTUAL-RUNTIME_phosphor-hwmon-config = "" |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 28 | |
| 29 | # Inhibit phosphor-fan-presence-mrw-native |
| 30 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config = \ |
| 31 | "phosphor-fan-presence-config-native" |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 32 | |
| 33 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
| 34 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config = \ |
| 35 | "phosphor-fan-control-fan-config-native" |