blob: f9a39e48a372d168ee0a458d37e74c9431880f84 [file] [log] [blame]
P.K.Leef95d8772022-01-04 16:02:26 +08001# KMACHINE = "aspeed"
2# KERNEL_DEVICETREE = "${KMACHINE}-bmc-quanta-${MACHINE}.dtb"
3KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
4
5UBOOT_MACHINE = "ast2600_openbmc_defconfig"
6UBOOT_DEVICETREE = "ast2600a1-evb"
7
8require conf/machine/include/ast2600.inc
9require conf/machine/include/obmc-bsp-common.inc
10
11FLASH_SIZE = "65536"
12
13OBMC_MACHINE_FEATURES += "\
14 obmc-bmc-state-mgmt \
15 obmc-chassis-state-mgmt \
16 obmc-host-ipmi \
17 obmc-host-state-mgmt \
18 obmc-phosphor-chassis-mgmt \
19 obmc-phosphor-fan-mgmt \
20 obmc-phosphor-flash-mgmt \
21 "
22
23VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
24PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager"
25VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
26VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
27PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-s6q-apps"
28PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-s6q-apps"
29PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-s6q-apps"
30PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
31PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-s6q-apps"