blob: e85e5af65584e79188b9abd39d661b304ef0ada2 [file] [log] [blame]
Supreeth Venkatesh2c6e3a62020-05-27 15:48:21 -05001
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 ?= ""
26VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= ""
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 ?= ""
35
36OVERRIDES .= ":amd"
37
38