blob: 7469c9a1c7474714739d037006311fbdb7c7a79a [file] [log] [blame]
Brad Bishopc7d1cd92020-09-09 09:57:07 -04001
2KMACHINE = "aspeed"
3KERNEL_DEVICETREE = "${KMACHINE}-bmc-amd-${MACHINE}.dtb"
4
5UBOOT_MACHINE_ethanolx = "ast_g5_phy_config"
6
7require conf/machine/include/ast2500.inc
8require conf/machine/include/obmc-bsp-common.inc
9
10SERIAL_CONSOLES = "115200;ttyS4"
11
12FLASH_SIZE = "32768"
13
14OBMC_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
24VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
25VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
26VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
27
28PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-amd-apps"
29PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-amd-apps"
30PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-amd-apps"
31PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
32PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
33PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-amd-apps"
34PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
35PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native"
36
37OVERRIDES .= ":amd"
38
39