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 | |
Matt Spinler | cad5b39 | 2016-10-14 12:52:21 -0500 | [diff] [blame] | 6 | OBMC_MACHINE_FEATURES += "obmc-mrw" |
| 7 | |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 8 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = 'vcs-pre-post' |
| 9 | |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 10 | require conf/machine/include/ast2500.inc |
| 11 | require conf/machine/include/obmc-bsp-common.inc |
| 12 | require conf/machine/include/ibm.inc |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 13 | require conf/machine/include/p9.inc |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 14 | |
| 15 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Matt Spinler | b9717ac | 2017-04-26 16:06:16 -0500 | [diff] [blame] | 16 | PHOSPHOR_MRW_REV = "3a7d05c38c449d9bcd73544a941c0b41121e8e94" |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 17 | |
| 18 | # Inhibit phosphor-hwmon-config-mrw |
| 19 | VIRTUAL-RUNTIME_phosphor-hwmon-config = "" |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 20 | |
| 21 | # Inhibit phosphor-fan-presence-mrw-native |
| 22 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config = \ |
| 23 | "phosphor-fan-presence-config-native" |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 24 | |
| 25 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
| 26 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config = \ |
| 27 | "phosphor-fan-control-fan-config-native" |