Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
Andrew Jeffery | f353884 | 2018-04-21 16:39:37 +0930 | [diff] [blame] | 3 | KERNEL_FEATURES_append = " phosphor-wdt-on-panic" |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 4 | |
Joel Stanley | e2602bb | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 5 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 6 | |
Brandon Wyman | 9f37d31 | 2017-08-15 16:41:08 -0500 | [diff] [blame] | 7 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 8 | |
Matt Spinler | eecf1c2 | 2017-12-05 15:25:53 -0600 | [diff] [blame] | 9 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 10 | |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
| 13 | require conf/machine/include/ibm.inc |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 14 | require conf/machine/include/p9.inc |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 15 | |
| 16 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Matt Spinler | 4a2b931 | 2018-02-16 12:23:44 -0600 | [diff] [blame] | 17 | PHOSPHOR_MRW_REV = "6ca015dbd3e1e9d5206f9ec13ec9db2d8965e181" |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 18 | |
| 19 | # Inhibit phosphor-hwmon-config-mrw |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 20 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 21 | |
| 22 | # Inhibit phosphor-fan-presence-mrw-native |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 23 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 24 | "phosphor-fan-presence-config-native" |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 25 | |
| 26 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 27 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 28 | "phosphor-fan-control-fan-config-native" |