1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5UBOOT_DEVICETREE = "ast2600-bletchley"
6SPL_BINARY = "spl/u-boot-spl.bin"
7SOCSEC_SIGN_ENABLE = "0"
8
9require conf/machine/include/facebook-nohost.inc
10require conf/machine/include/ast2600.inc
11require conf/machine/include/obmc-bsp-common.inc
12require conf/machine/include/facebook-tpm2.inc
13
14FLASH_SIZE = "131072"
15
16PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native"
17
18OBMC_HOST_INSTANCES = "1 2 3 4 5 6"
19# Primary chassis as Sled plus secondary chassis in N slots.
20OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
21