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