blob: d8121d10d80b2027f75d64c595f8a14ebaac8bcb [file] [log] [blame]
Delphine CC Chiu256db822023-06-29 14:57:56 +08001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Delphine CC Chiu256db822023-06-29 14:57:56 +08003
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5UBOOT_DEVICETREE = "ast2600-evb"
6SPL_BINARY = "spl/u-boot-spl.bin"
7SOCSEC_SIGN_ENABLE = "0"
8
9require conf/distro/include/phosphor-static-norootfs.inc
10require conf/machine/include/facebook-compute-multihost.inc
11require conf/machine/include/ast2600.inc
12require conf/machine/include/obmc-bsp-common.inc
13require conf/machine/include/facebook-tpm2.inc
Delphine CC Chiuc87d6d92023-07-24 09:34:11 +080014DISTRO_FEATURES += "mctp"
Delphine CC Chiu256db822023-06-29 14:57:56 +080015
16FLASH_SIZE = "131072"
17
18OBMC_HOST_INSTANCES = "1 2 3 4 5 6 7 8"
19# Primary chassis as Sled plus secondary chassis in N slots.
20OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
21
Delphine CC Chiuad82d622023-07-26 13:30:52 +080022VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
23VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"