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 | |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 10 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = 'vcs-pre-post' |
| 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" |
Brandon Wyman | f7c6e24 | 2017-10-12 18:03:42 -0500 | [diff] [blame] | 18 | PHOSPHOR_MRW_REV = "24d2f6d98568f0b23d1eb3bb9f876a638be4ae37" |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 19 | |
| 20 | # Inhibit phosphor-hwmon-config-mrw |
| 21 | VIRTUAL-RUNTIME_phosphor-hwmon-config = "" |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 22 | |
| 23 | # Inhibit phosphor-fan-presence-mrw-native |
| 24 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config = \ |
| 25 | "phosphor-fan-presence-config-native" |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 26 | |
| 27 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
| 28 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config = \ |
| 29 | "phosphor-fan-control-fan-config-native" |