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