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