1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-ampere-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "evb-ast2500_defconfig"
5UBOOT_DEVICETREE = "ast2500-evb"
6
7require conf/machine/include/ast2500.inc
8require conf/machine/include/obmc-bsp-common.inc
9require conf/distro/include/phosphor-aspeed-spi-master-mode.inc
10
11# Reformat SPI flash layout to 64MB
12FLASH_SIZE = "65536"
13
14MACHINE_FEATURES += "\
15        obmc-phosphor-chassis-mgmt \
16        obmc-phosphor-flash-mgmt \
17        obmc-phosphor-fan-mgmt \
18        obmc-chassis-state-mgmt \
19        obmc-host-state-mgmt \
20        obmc-bmc-state-mgmt \
21        obmc-host-ipmi \
22        "
23
24VOLATILE_LOG_DIR = "no"
25
26OBMC_IMAGE_EXTRA_INSTALL:append = "\
27                                   ampere-utils \
28                                   ampere-usbnet \
29                                   ampere-mac-update \
30                                   mtjade-gpio-config \
31                                   ampere-platform-init \
32                                   ampere-ipmi-oem \
33                                   phosphor-ipmi-blobs \
34                                   phosphor-ipmi-blobs-binarystore \
35                                   ampere-driver-binder \
36                                  "
37
38PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-ampere-apps"
39PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-ampere-apps"
40PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"
41PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-ampere-apps"
42PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "hostboot-inventory-config-native"
43PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "mtjade-led-manager-config-native"
44