blob: e8537a657ff7374bd18f2a98f1406e6efddcafe4 [file] [log] [blame]
Potin Laida05a162021-12-17 13:30:28 +08001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Patrick Williams17a0c0b2021-05-26 13:50:54 -05003
Patrick Williams4ad716c2021-06-23 13:35:27 -05004UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
Potin Lai18347722022-02-18 10:06:41 +08005UBOOT_DEVICETREE = "ast2600-bletchley"
Patrick Williams4ad716c2021-06-23 13:35:27 -05006SPL_BINARY = "spl/u-boot-spl.bin"
Andrew Jeffery2865b102022-02-04 09:49:06 +10307SOCSEC_SIGN_ENABLE = "0"
Patrick Williams17a0c0b2021-05-26 13:50:54 -05008
Patrick Williams862140a2023-03-09 17:11:36 -06009OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Bletchley"
10
Patrick Williams4483df72022-12-14 09:11:09 -060011require conf/distro/include/phosphor-static-norootfs.inc
Patrick Williams17a0c0b2021-05-26 13:50:54 -050012require conf/machine/include/facebook-nohost.inc
13require conf/machine/include/ast2600.inc
14require conf/machine/include/obmc-bsp-common.inc
Patrick Williamseca537c2021-08-24 08:12:38 -050015require conf/machine/include/facebook-tpm2.inc
Potin Laicad90772022-09-28 11:48:04 +080016require conf/machine/include/facebook-secondary-emmc.inc
Patrick Williams17a0c0b2021-05-26 13:50:54 -050017
Patrick Williams17a0c0b2021-05-26 13:50:54 -050018FLASH_SIZE = "131072"
Potin Lai538683f2021-12-17 00:47:35 +080019
20PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native"
Allen.Wang4a0948d2021-12-15 13:41:18 +080021
Allen.Wang5ff992e2022-01-04 21:00:38 +080022OBMC_HOST_INSTANCES = "1 2 3 4 5 6"
Patrick Williams5ab7fb92022-03-09 15:54:07 -060023# Primary chassis as Sled plus secondary chassis in N slots.
24OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"