blob: 1ccd1cf5aeee1b04d05e47da1ac882502dd5b4cf [file] [log] [blame]
Brad Bishop8e13d792016-06-04 23:10:52 -04001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Andrew Jefferyf3538842018-04-21 16:39:37 +09303KERNEL_FEATURES_append = " phosphor-wdt-on-panic"
Brad Bishop8e13d792016-06-04 23:10:52 -04004
Joel Stanleye2602bb2016-07-27 18:33:40 +09305UBOOT_MACHINE = "ast_g5_ncsi_config"
Brad Bishop8e13d792016-06-04 23:10:52 -04006
Brandon Wyman9f37d312017-08-15 16:41:08 -05007OBMC_POWER_SUPPLY_INSTANCES = "0 1"
8
Matt Spinlereecf1c22017-12-05 15:25:53 -06009PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
Sergey Solomin7f8a4f92016-11-28 15:03:24 -060010
Brad Bishop8e13d792016-06-04 23:10:52 -040011require conf/machine/include/ast2500.inc
12require conf/machine/include/obmc-bsp-common.inc
13require conf/machine/include/ibm.inc
Sergey Solomin7f8a4f92016-11-28 15:03:24 -060014require conf/machine/include/p9.inc
Matt Spinlerbf82cdf2016-12-01 16:49:53 -060015
16PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
Matt Spinler4a2b9312018-02-16 12:23:44 -060017PHOSPHOR_MRW_REV = "6ca015dbd3e1e9d5206f9ec13ec9db2d8965e181"
Brad Bishop0cf11c22017-07-10 20:49:00 -040018
19# Inhibit phosphor-hwmon-config-mrw
Brad Bishop5fcae272018-03-08 23:44:34 -050020VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
Brad Bishop884da352017-07-10 22:40:30 -040021
Andrew Jefferyb055d4c2018-04-06 14:13:14 +093022# Pick up the Witherspoon-specific IPMI configuration
23VIRTUAL-RUNTIME_ipmi-config = "witherspoon-ipmi-config"
24
Brad Bishop884da352017-07-10 22:40:30 -040025# Inhibit phosphor-fan-presence-mrw-native
Brad Bishop5fcae272018-03-08 23:44:34 -050026PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
Brad Bishop884da352017-07-10 22:40:30 -040027 "phosphor-fan-presence-config-native"
Brad Bishop667a3bb2017-07-10 23:14:14 -040028
29# Inhibit phosphor-fan-control-fan-config-mrw-native
Brad Bishop5fcae272018-03-08 23:44:34 -050030PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
Brad Bishop667a3bb2017-07-10 23:14:14 -040031 "phosphor-fan-control-fan-config-native"
Andrew Jefferyb055d4c2018-04-06 14:13:14 +093032
33PREFERRED_RPROVIDER_virtual/phosphor-ipmi-config = "witherspoon-ipmi-config"