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/machine/include/ast2500.inc 12require conf/machine/include/obmc-bsp-common.inc 13require conf/machine/include/openpower.inc 14require conf/machine/include/p9.inc 15 16PHOSPHOR_MRW_LICENSE = "Apache-2.0" 17PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 18PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" 19PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7" 20 21# Inhibit phosphor-hwmon-config-mrw 22VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" 23 24# Inhibit phosphor-fan-presence-mrw-native 25PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ 26 "phosphor-fan-presence-config" 27 28# Inhibit phosphor-fan-control-fan-config-mrw-native 29PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ 30 "phosphor-fan-control-fan-config" 31