1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed/${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
22require conf/distro/include/phosphor-no-webui.inc
23
24PHOSPHOR_MRW_LICENSE = "Apache-2.0"
25PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
26PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml;branch=master;protocol=https"
27PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
28
29# Inhibit phosphor-hwmon-config-mrw
30VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = ""
31
32# Inhibit phosphor-fan-presence-mrw-native
33PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \
34    "phosphor-fan-presence-config"
35
36# Inhibit phosphor-fan-control-fan-config-mrw-native
37PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \
38    "phosphor-fan-control-fan-config"
39
40IMAGE_FEATURES:remove = "obmc-ikvm obmc-remote-logging-mgmt"
41PACKAGECONFIG:remove:pn-entity-manager = "ipmi-fru"
42
43QB_DEFAULT_FSTYPE:witherspoon = "ubi.mtd"
44QB_MACHINE:witherspoon = "-machine witherspoon-bmc"
45QB_MEM:witherspoon = "-m 512"
46