Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
Andrew Jeffery | 8e8f22d | 2018-04-21 16:39:37 +0930 | [diff] [blame] | 3 | KERNEL_FEATURES_append = " phosphor-wdt-on-panic" |
Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 4 | |
Joel Stanley | a244dcd | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 5 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 6 | |
Brandon Wyman | 360ebeb | 2017-08-15 16:41:08 -0500 | [diff] [blame] | 7 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 8 | |
Matt Spinler | 4129192 | 2017-12-05 15:25:53 -0600 | [diff] [blame] | 9 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' |
Sergey Solomin | aac4adf | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 10 | |
Brad Bishop | 3bdf41d | 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 | aac4adf | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 14 | require conf/machine/include/p9.inc |
Matt Spinler | ecfbe34 | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 15 | |
| 16 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Matt Spinler | cb3263a | 2018-02-16 12:23:44 -0600 | [diff] [blame] | 17 | PHOSPHOR_MRW_REV = "6ca015dbd3e1e9d5206f9ec13ec9db2d8965e181" |
Brad Bishop | 73efe3d | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 18 | |
| 19 | # Inhibit phosphor-hwmon-config-mrw |
Brad Bishop | 250a984 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 20 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
Brad Bishop | 1918a25 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 21 | |
Andrew Jeffery | 1b77f28e | 2018-04-06 14:13:14 +0930 | [diff] [blame] | 22 | # Pick up the Witherspoon-specific IPMI configuration |
| 23 | VIRTUAL-RUNTIME_ipmi-config = "witherspoon-ipmi-config" |
| 24 | |
Brad Bishop | 1918a25 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 25 | # Inhibit phosphor-fan-presence-mrw-native |
Brad Bishop | 250a984 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 26 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
Brad Bishop | 1918a25 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 27 | "phosphor-fan-presence-config-native" |
Brad Bishop | 02da9e7 | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 28 | |
| 29 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
Brad Bishop | 250a984 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 30 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
Brad Bishop | 02da9e7 | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 31 | "phosphor-fan-control-fan-config-native" |
Andrew Jeffery | 1b77f28e | 2018-04-06 14:13:14 +0930 | [diff] [blame] | 32 | |
| 33 | PREFERRED_RPROVIDER_virtual/phosphor-ipmi-config = "witherspoon-ipmi-config" |