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 | |
Patrick Williams | 171b31d | 2024-02-20 16:17:40 -0600 | [diff] [blame] | 9 | OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Yosemite4" |
| 10 | |
Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 11 | require conf/distro/include/phosphor-static-norootfs.inc |
Patrick Williams | fe7a883 | 2023-10-06 17:47:36 -0500 | [diff] [blame] | 12 | require conf/distro/include/pldm.inc |
Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 13 | require conf/machine/include/facebook-compute-multihost.inc |
| 14 | require conf/machine/include/ast2600.inc |
| 15 | require conf/machine/include/obmc-bsp-common.inc |
| 16 | require conf/machine/include/facebook-tpm2.inc |
Delphine CC Chiu | 3489f56 | 2024-01-16 14:31:37 +0800 | [diff] [blame] | 17 | require conf/machine/include/facebook-ncsi-nic.inc |
Delphine CC Chiu | 256db82 | 2023-06-29 14:57:56 +0800 | [diff] [blame] | 18 | |
| 19 | FLASH_SIZE = "131072" |
| 20 | |
| 21 | OBMC_HOST_INSTANCES = "1 2 3 4 5 6 7 8" |
| 22 | # Primary chassis as Sled plus secondary chassis in N slots. |
| 23 | OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}" |
| 24 | |
Delphine CC Chiu | 3489f56 | 2024-01-16 14:31:37 +0800 | [diff] [blame] | 25 | NCSI_ETH_INTF = "eth0 eth1" |
| 26 | |
Delphine CC Chiu | ad82d62 | 2023-07-26 13:30:52 +0800 | [diff] [blame] | 27 | VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host" |
| 28 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis" |
Delphine CC Chiu | 40ad51c | 2024-05-21 18:05:59 +0800 | [diff] [blame] | 29 | |
| 30 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "yosemite4-led-manager-config-native" |