blob: 2fa1921aee5da4c7050c688dc3ff38b8231e3161 [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
Patrick Williamsfe7a8832023-10-06 17:47:36 -050010require conf/distro/include/pldm.inc
Delphine CC Chiu256db822023-06-29 14:57:56 +080011require 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 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"