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