Brad Bishop | c7d1cd9 | 2020-09-09 09:57:07 -0400 | [diff] [blame] | 1 | |
| 2 | KMACHINE = "aspeed" |
| 3 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-amd-${MACHINE}.dtb" |
| 4 | |
| 5 | UBOOT_MACHINE_ethanolx = "ast_g5_phy_config" |
| 6 | |
| 7 | require conf/machine/include/ast2500.inc |
| 8 | require conf/machine/include/obmc-bsp-common.inc |
| 9 | |
| 10 | SERIAL_CONSOLES = "115200;ttyS4" |
| 11 | |
| 12 | FLASH_SIZE = "32768" |
| 13 | |
| 14 | OBMC_MACHINE_FEATURES += "\ |
| 15 | obmc-bmc-state-mgmt \ |
| 16 | obmc-chassis-state-mgmt \ |
| 17 | obmc-host-state-mgmt \ |
| 18 | obmc-phosphor-chassis-mgmt \ |
| 19 | obmc-host-ipmi \ |
| 20 | obmc-phosphor-fan-mgmt \ |
| 21 | obmc-phosphor-flash-mgmt \ |
| 22 | " |
| 23 | |
| 24 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |
| 25 | VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" |
| 26 | VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" |
Konstantin Aladyshev | 88edf3c | 2021-04-21 18:50:09 +0300 | [diff] [blame] | 27 | VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "dbus-sensors" |
Brad Bishop | c7d1cd9 | 2020-09-09 09:57:07 -0400 | [diff] [blame] | 28 | |
| 29 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-amd-apps" |
| 30 | PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-amd-apps" |
| 31 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-amd-apps" |
| 32 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs" |
| 33 | PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}" |
| 34 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-amd-apps" |
| 35 | PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host" |
| 36 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native" |
| 37 | |
| 38 | OVERRIDES .= ":amd" |
| 39 | |
| 40 | |