blob: 2bb67ed08df0855e34f4fd2321c5dc34e2300d72 [file] [log] [blame]
Ben_Paib24a3e52019-07-15 16:19:02 +08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Ben_Paib24a3e52019-07-15 16:19:02 +08003
4UBOOT_MACHINE = "ast_g5_ncsi_config"
5
6OBMC_POWER_SUPPLY_INSTANCES = "0 1"
7
Alvin Wangaf04d192019-08-28 15:18:15 +08008PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "mihawk-openpower-fru-vpd-layout-native"
Ben_Paib24a3e52019-07-15 16:19:02 +08009
Adriana Kobylak645a8952021-04-01 18:54:43 +000010require conf/distro/include/phosphor-aspeednic-use-mac2.inc
11require conf/distro/include/phosphor-ubi.inc
12require conf/distro/include/openpower-mrw.inc
13require conf/distro/include/openpower-ubi.inc
Ben_Paib24a3e52019-07-15 16:19:02 +080014require 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
Patrick Williams12e8df82021-02-21 12:25:18 -060018require conf/distro/include/ibm-yaml.inc
Ben_Paib24a3e52019-07-15 16:19:02 +080019
20PHOSPHOR_MRW_LICENSE = "Apache-2.0"
21PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
22PHOSPHOR_MRW_URI = "git://github.com/open-power/mihawk-xml"
Ben_Pai3a878362019-09-20 14:33:15 +080023PHOSPHOR_MRW_REV = "f6ec5aa0f9803d44b147a7670dec7ec935f59582"
Ben_Paib24a3e52019-07-15 16:19:02 +080024
25
26
27# Inhibit phosphor-hwmon-config-mrw
28VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
29
30# Inhibit phosphor-fan-presence-mrw-native
31PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
32 "phosphor-fan-presence-config"
33
34# Inhibit phosphor-fan-control-fan-config-mrw-native
35PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
36 "phosphor-fan-control-fan-config"
37
38# Inhibit mihawk-led-manager-config-native
39PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native_df-mrw = \
40 "mihawk-led-manager-config-native"
41
Alvin Wangaf04d192019-08-28 15:18:15 +080042PREFERRED_PROVIDER_virtual/phosphor-logging-callouts_df-mrw = "mihawk-phosphor-logging-callouts-native"
43
44PREFERRED_PROVIDER_virtual/openpower-fru-inventory_df-mrw = "mihawk-openpower-fru-inventory-native"