Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 3 | |
| 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 5 | |
| 6 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 7 | |
Alvin Wang | af04d19 | 2019-08-28 15:18:15 +0800 | [diff] [blame] | 8 | PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "mihawk-openpower-fru-vpd-layout-native" |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 9 | |
Adriana Kobylak | 645a895 | 2021-04-01 18:54:43 +0000 | [diff] [blame] | 10 | require conf/distro/include/phosphor-aspeednic-use-mac2.inc |
| 11 | require conf/distro/include/phosphor-ubi.inc |
| 12 | require conf/distro/include/openpower-mrw.inc |
| 13 | require conf/distro/include/openpower-ubi.inc |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 14 | require conf/machine/include/ast2500.inc |
| 15 | require conf/machine/include/obmc-bsp-common.inc |
| 16 | require conf/machine/include/openpower.inc |
| 17 | require conf/machine/include/p9.inc |
Patrick Williams | 12e8df8 | 2021-02-21 12:25:18 -0600 | [diff] [blame] | 18 | require conf/distro/include/ibm-yaml.inc |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 19 | |
| 20 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 21 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 22 | PHOSPHOR_MRW_URI = "git://github.com/open-power/mihawk-xml" |
Ben_Pai | 3a87836 | 2019-09-20 14:33:15 +0800 | [diff] [blame] | 23 | PHOSPHOR_MRW_REV = "f6ec5aa0f9803d44b147a7670dec7ec935f59582" |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 24 | |
| 25 | |
| 26 | |
| 27 | # Inhibit phosphor-hwmon-config-mrw |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 28 | VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = "" |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 29 | |
| 30 | # Inhibit phosphor-fan-presence-mrw-native |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 31 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \ |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 32 | "phosphor-fan-presence-config" |
| 33 | |
| 34 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 35 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \ |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 36 | "phosphor-fan-control-fan-config" |
| 37 | |
| 38 | # Inhibit mihawk-led-manager-config-native |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 39 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native:df-mrw = \ |
Ben_Pai | b24a3e5 | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 40 | "mihawk-led-manager-config-native" |
| 41 | |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 42 | PREFERRED_PROVIDER_virtual/phosphor-logging-callouts:df-mrw = "mihawk-phosphor-logging-callouts-native" |
Alvin Wang | af04d19 | 2019-08-28 15:18:15 +0800 | [diff] [blame] | 43 | |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 44 | PREFERRED_PROVIDER_virtual/openpower-fru-inventory:df-mrw = "mihawk-openpower-fru-inventory-native" |