blob: bb54c6a78a132634dc00ea3937e70100d89d5081 [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
Ben_Paib24a3e52019-07-15 16:19:02 +080018
19PHOSPHOR_MRW_LICENSE = "Apache-2.0"
20PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
21PHOSPHOR_MRW_URI = "git://github.com/open-power/mihawk-xml"
Ben_Pai3a878362019-09-20 14:33:15 +080022PHOSPHOR_MRW_REV = "f6ec5aa0f9803d44b147a7670dec7ec935f59582"
Ben_Paib24a3e52019-07-15 16:19:02 +080023
24
25
26# Inhibit phosphor-hwmon-config-mrw
27VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
28
29# Inhibit phosphor-fan-presence-mrw-native
30PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
31 "phosphor-fan-presence-config"
32
33# Inhibit phosphor-fan-control-fan-config-mrw-native
34PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
35 "phosphor-fan-control-fan-config"
36
37# Inhibit mihawk-led-manager-config-native
38PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native_df-mrw = \
39 "mihawk-led-manager-config-native"
40
Alvin Wangaf04d192019-08-28 15:18:15 +080041PREFERRED_PROVIDER_virtual/phosphor-logging-callouts_df-mrw = "mihawk-phosphor-logging-callouts-native"
42
43PREFERRED_PROVIDER_virtual/openpower-fru-inventory_df-mrw = "mihawk-openpower-fru-inventory-native"