blob: 3b40661ff91ef393c0b9ea08006536d0e86f632d [file] [log] [blame]
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +00001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-ampere-mtmitchell.dtb"
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +00003UBOOT_DEVICETREE = "ast2600-bletchley"
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5SPL_BINARY = "spl/u-boot-spl.bin"
6SOCSEC_SIGN_ENABLE = "0"
7
8SERIAL_CONSOLES = "115200;ttyS4"
9
10require conf/machine/include/ast2600.inc
11require conf/machine/include/obmc-bsp-common.inc
Thang Q. Nguyen7b3a9f52023-10-19 10:19:11 +070012require conf/distro/include/pldm.inc
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000013
14FLASH_SIZE = "65536"
15VOLATILE_LOG_DIR = "no"
16
Hieu Huynhc0bc3852024-01-27 14:20:55 +000017OBMC_COMPATIBLE_NAMES = "com.ampere.Hardware.Chassis.Model.MtMitchell"
18
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000019MACHINE_FEATURES += "\
20 obmc-bmc-state-mgmt \
21 obmc-chassis-state-mgmt \
22 obmc-host-ipmi \
23 obmc-host-state-mgmt \
24 obmc-phosphor-chassis-mgmt \
25 obmc-phosphor-flash-mgmt \
26 "
27
28OBMC_IMAGE_EXTRA_INSTALL:append = " \
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000029 phosphor-ipmi-blobs \
30 phosphor-ipmi-blobs-binarystore \
31 util-linux \
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000032 "
33
Hieu Huynhfeeda1f2023-11-09 11:09:36 +000034PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-ampere-apps"
35PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-ampere-apps"
36PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-ampere-apps"
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000037PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000038
39OVERRIDES .= ":ampere"