Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
Joel Stanley | 77b96cd | 2023-08-11 14:49:00 +0930 | [diff] [blame] | 2 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 3 | |
| 4 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 5 | UBOOT_DEVICETREE = "ast2600-evb" |
| 6 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 7 | SOCSEC_SIGN_ENABLE = "0" |
| 8 | |
| 9 | require conf/distro/include/phosphor-static-norootfs.inc |
Patrick Williams | fe7a883 | 2023-10-06 17:47:36 -0500 | [diff] [blame^] | 10 | require conf/distro/include/pldm.inc |
Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 11 | require conf/machine/include/facebook-compute-multihost.inc |
| 12 | require conf/machine/include/ast2600.inc |
| 13 | require conf/machine/include/obmc-bsp-common.inc |
| 14 | require conf/machine/include/facebook-tpm2.inc |
Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 15 | |
| 16 | FLASH_SIZE = "131072" |
| 17 | |
| 18 | OBMC_HOST_INSTANCES = "1 2 3 4 5 6 7 8" |
| 19 | # Primary chassis as Sled plus secondary chassis in N slots. |
| 20 | OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}" |
| 21 | |
Delphine CC Chiu | ad82d62 | 2023-07-26 13:30:52 +0800 | [diff] [blame] | 22 | VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host" |
| 23 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis" |