blob: a3b25fd2e3315020d205363ac9159e203b99427f [file] [log] [blame]
Brad Bishopabe5e542016-06-04 23:10:52 -04001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
3
Joel Stanley247ad0f2016-07-27 18:33:40 +09304UBOOT_MACHINE = "ast_g5_ncsi_config"
Brad Bishopabe5e542016-06-04 23:10:52 -04005
Patrick Williamse7a158c2017-08-29 16:23:06 -05006OBMC_MACHINE_FEATURES += "obmc-mrw obmc-ubi-fs openpower-ubi-fs"
Matt Spinlere5995212016-10-14 12:52:21 -05007
Brandon Wyman8f2e7d52017-08-15 16:41:08 -05008OBMC_POWER_SUPPLY_INSTANCES = "0 1"
9
Matt Spinlerebd371a2017-12-05 15:25:53 -060010PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
Sergey Solomin67305e32016-11-28 15:03:24 -060011
Brad Bishopabe5e542016-06-04 23:10:52 -040012require conf/machine/include/ast2500.inc
13require conf/machine/include/obmc-bsp-common.inc
14require conf/machine/include/ibm.inc
Sergey Solomin67305e32016-11-28 15:03:24 -060015require conf/machine/include/p9.inc
Matt Spinlerfadc7952016-12-01 16:49:53 -060016
17PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
Matt Spinlerf3f0f342017-12-11 14:36:18 -060018PHOSPHOR_MRW_REV = "d25ba72d544b2878e322421b33a130836619664c"
Brad Bishop637b05c2017-07-10 20:49:00 -040019
20# Inhibit phosphor-hwmon-config-mrw
21VIRTUAL-RUNTIME_phosphor-hwmon-config = ""
Brad Bishop537bb272017-07-10 22:40:30 -040022
23# Inhibit phosphor-fan-presence-mrw-native
24PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config = \
25 "phosphor-fan-presence-config-native"
Brad Bishope471f2e2017-07-10 23:14:14 -040026
27# Inhibit phosphor-fan-control-fan-config-mrw-native
28PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config = \
29 "phosphor-fan-control-fan-config-native"