blob: ebbaa5be70ed0275a632d012635c4fbfbb1b7f8e [file] [log] [blame]
Brad Bishop3bdf41d2016-06-04 23:10:52 -04001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Andrew Jeffery8e8f22d2018-04-21 16:39:37 +09303KERNEL_FEATURES_append = " phosphor-wdt-on-panic"
Brad Bishop3bdf41d2016-06-04 23:10:52 -04004
Joel Stanleya244dcd2016-07-27 18:33:40 +09305UBOOT_MACHINE = "ast_g5_ncsi_config"
Brad Bishop3bdf41d2016-06-04 23:10:52 -04006
Brandon Wyman360ebeb2017-08-15 16:41:08 -05007OBMC_POWER_SUPPLY_INSTANCES = "0 1"
8
Matt Spinler41291922017-12-05 15:25:53 -06009PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
Sergey Solominaac4adf2016-11-28 15:03:24 -060010
Brad Bishop3bdf41d2016-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 Solominaac4adf2016-11-28 15:03:24 -060014require conf/machine/include/p9.inc
Matt Spinlerecfbe342016-12-01 16:49:53 -060015
Patrick Venture3f5f55a2018-11-08 08:46:15 -080016PHOSPHOR_MRW_LICENSE = "Apache-2.0"
17PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Matt Spinlerecfbe342016-12-01 16:49:53 -060018PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
Matt Spinlercb3263a2018-02-16 12:23:44 -060019PHOSPHOR_MRW_REV = "6ca015dbd3e1e9d5206f9ec13ec9db2d8965e181"
Brad Bishop73efe3d2017-07-10 20:49:00 -040020
21# Inhibit phosphor-hwmon-config-mrw
Brad Bishop250a9842018-03-08 23:44:34 -050022VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
Brad Bishop1918a252017-07-10 22:40:30 -040023
24# Inhibit phosphor-fan-presence-mrw-native
Brad Bishop250a9842018-03-08 23:44:34 -050025PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
Brad Bishop1918a252017-07-10 22:40:30 -040026 "phosphor-fan-presence-config-native"
Brad Bishop02da9e72017-07-10 23:14:14 -040027
28# Inhibit phosphor-fan-control-fan-config-mrw-native
Brad Bishop250a9842018-03-08 23:44:34 -050029PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
Brad Bishop02da9e72017-07-10 23:14:14 -040030 "phosphor-fan-control-fan-config-native"