blob: c5af218d3fca8452d140a275ef451af552c621b7 [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
Brad Bishop6587e6c2019-05-13 14:46:48 -04005PHOSPHOR_FAN_CONFIG_USE_NATIVE_SYSROOT = "0"
Joel Stanleye2602bb2016-07-27 18:33:40 +09306UBOOT_MACHINE = "ast_g5_ncsi_config"
Brad Bishop8e13d792016-06-04 23:10:52 -04007
Brandon Wyman9f37d312017-08-15 16:41:08 -05008OBMC_POWER_SUPPLY_INSTANCES = "0 1"
9
Matt Spinlereecf1c22017-12-05 15:25:53 -060010PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
Sergey Solomin7f8a4f92016-11-28 15:03:24 -060011
Brad Bishop8e13d792016-06-04 23:10:52 -040012require conf/machine/include/ast2500.inc
13require conf/machine/include/obmc-bsp-common.inc
Brad Bishop3d1be912019-02-04 16:25:54 -050014require conf/machine/include/openpower.inc
Sergey Solomin7f8a4f92016-11-28 15:03:24 -060015require conf/machine/include/p9.inc
Matt Spinlerbf82cdf2016-12-01 16:49:53 -060016
Patrick Venture89834382018-11-08 08:46:15 -080017PHOSPHOR_MRW_LICENSE = "Apache-2.0"
18PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Matt Spinlerbf82cdf2016-12-01 16:49:53 -060019PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
Marri Devender Rao03df5402018-12-20 02:50:50 -060020PHOSPHOR_MRW_REV = "e76c2fc5aeb512a0eb33438c239746de5b629885"
Brad Bishop0cf11c22017-07-10 20:49:00 -040021
22# Inhibit phosphor-hwmon-config-mrw
Brad Bishop5fcae272018-03-08 23:44:34 -050023VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
Brad Bishop884da352017-07-10 22:40:30 -040024
25# Inhibit phosphor-fan-presence-mrw-native
Brad Bishop5fcae272018-03-08 23:44:34 -050026PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
Brad Bishop6587e6c2019-05-13 14:46:48 -040027 "phosphor-fan-presence-config"
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 Bishop6587e6c2019-05-13 14:46:48 -040031 "phosphor-fan-control-fan-config"