45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
KMACHINE = "aspeed"
|
|
KERNEL_DEVICETREE = "${KMACHINE}-bmc-ampere-${MACHINE}.dtb"
|
|
|
|
UBOOT_MACHINE = "evb-ast2500_defconfig"
|
|
UBOOT_DEVICETREE = "ast2500-evb"
|
|
|
|
require conf/machine/include/ast2500.inc
|
|
require conf/machine/include/obmc-bsp-common.inc
|
|
require conf/distro/include/phosphor-aspeed-spi-master-mode.inc
|
|
|
|
# Reformat SPI flash layout to 64MB
|
|
FLASH_SIZE = "65536"
|
|
|
|
MACHINE_FEATURES += "\
|
|
obmc-phosphor-chassis-mgmt \
|
|
obmc-phosphor-flash-mgmt \
|
|
obmc-phosphor-fan-mgmt \
|
|
obmc-chassis-state-mgmt \
|
|
obmc-host-state-mgmt \
|
|
obmc-bmc-state-mgmt \
|
|
obmc-host-ipmi \
|
|
"
|
|
|
|
VOLATILE_LOG_DIR = "no"
|
|
|
|
OBMC_IMAGE_EXTRA_INSTALL:append = "\
|
|
ampere-utils \
|
|
ampere-usbnet \
|
|
ampere-mac-update \
|
|
mtjade-gpio-config \
|
|
ampere-platform-init \
|
|
ampere-ipmi-oem \
|
|
phosphor-ipmi-blobs \
|
|
phosphor-ipmi-blobs-binarystore \
|
|
ampere-driver-binder \
|
|
ampere-fault-monitor \
|
|
"
|
|
|
|
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-ampere-apps"
|
|
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-ampere-apps"
|
|
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"
|
|
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-ampere-apps"
|
|
PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "hostboot-inventory-config-native"
|
|
PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "mtjade-led-manager-config-native"
|