blob: 5958a89fe45ec9a37ca332fc0ead9d577da0094d [file] [log] [blame]
Logananth Sundararaj96573ea2022-05-09 20:12:23 +05301KMACHINE = "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
Logananth Sundararajd2f324b2022-06-30 14:02:13 +053010require conf/machine/include/facebook-compute-multihost.inc
Logananth Sundararaj96573ea2022-05-09 20:12:23 +053011require conf/machine/include/ast2600.inc
12require conf/machine/include/obmc-bsp-common.inc
13require conf/machine/include/facebook-tpm2.inc
14
15FLASH_SIZE = "131072"
16
Logananth Sundararaj96573ea2022-05-09 20:12:23 +053017OBMC_HOST_INSTANCES = "1 2 3 4"
18# Primary chassis as Sled plus secondary chassis in N slots.
19OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
Karthikeyan Pasupathi36f035b2022-08-28 17:35:29 +053020
21VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
22VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"