blob: aa9948d54808e94ac3d94b18a698af000aba0ec7 [file] [log] [blame]
P.K.Leef95d8772022-01-04 16:02:26 +08001# KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-quanta-${MACHINE}.dtb"
P.K.Leef95d8772022-01-04 16:02:26 +08003
4UBOOT_MACHINE = "ast2600_openbmc_defconfig"
5UBOOT_DEVICETREE = "ast2600a1-evb"
6
7require conf/machine/include/ast2600.inc
8require conf/machine/include/obmc-bsp-common.inc
9
10FLASH_SIZE = "65536"
11
P.K.Lee8cb21e72022-01-19 11:00:01 +080012MACHINE_FEATURES += "\
P.K.Leef95d8772022-01-04 16:02:26 +080013 obmc-bmc-state-mgmt \
14 obmc-chassis-state-mgmt \
15 obmc-host-ipmi \
16 obmc-host-state-mgmt \
17 obmc-phosphor-chassis-mgmt \
18 obmc-phosphor-fan-mgmt \
19 obmc-phosphor-flash-mgmt \
Jerry Wan4cee2fc2022-01-21 10:00:10 +080020 bonding \
P.K.Leef95d8772022-01-04 16:02:26 +080021 "
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"