1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast_g5_ncsi_config"
5
6OBMC_POWER_SUPPLY_INSTANCES = "0 1"
7
8# A machine override for common machine configuration for all of IBM's
9# "Accelerated Computing" class of systems.
10MACHINEOVERRIDES =. "ibm-ac-server:"
11require conf/distro/include/phosphor-ubi.inc
12require conf/distro/include/openpower-mrw.inc
13require conf/distro/include/openpower-ubi.inc
14require conf/machine/include/ast2500.inc
15require conf/machine/include/obmc-bsp-common.inc
16require conf/machine/include/openpower.inc
17require conf/machine/include/p9.inc
18require conf/distro/include/ibm-yaml.inc
19
20PHOSPHOR_MRW_LICENSE = "Apache-2.0"
21PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
22PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
23PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
24
25# Inhibit phosphor-hwmon-config-mrw
26VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = ""
27
28# Inhibit phosphor-fan-presence-mrw-native
29PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \
30    "phosphor-fan-presence-config"
31
32# Inhibit phosphor-fan-control-fan-config-mrw-native
33PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \
34    "phosphor-fan-control-fan-config"
35