blob: 240de222d9073b24884b756edd74b9763d7dc57d [file] [log] [blame]
Logananth Sundararaj96573ea2022-05-09 20:12:23 +05301KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Logananth Sundararaj96573ea2022-05-09 20:12:23 +05303
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5UBOOT_DEVICETREE = "ast2600-evb"
6SPL_BINARY = "spl/u-boot-spl.bin"
7SOCSEC_SIGN_ENABLE = "0"
8
Patrick Williams862140a2023-03-09 17:11:36 -06009OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.GreatLakes"
10
Patrick Williams9c66e392023-03-24 10:40:27 -050011require conf/distro/include/phosphor-static-norootfs.inc
Logananth Sundararajd2f324b2022-06-30 14:02:13 +053012require conf/machine/include/facebook-compute-multihost.inc
Logananth Sundararaj96573ea2022-05-09 20:12:23 +053013require conf/machine/include/ast2600.inc
14require conf/machine/include/obmc-bsp-common.inc
15require conf/machine/include/facebook-tpm2.inc
16
17FLASH_SIZE = "131072"
18
Logananth Sundararaj96573ea2022-05-09 20:12:23 +053019OBMC_HOST_INSTANCES = "1 2 3 4"
20# Primary chassis as Sled plus secondary chassis in N slots.
21OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
Karthikeyan Pasupathi36f035b2022-08-28 17:35:29 +053022
23VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
24VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
Delphine CC Chiu4b0a9142023-02-09 13:08:10 +080025POST_CODE_BYTES = "1"