blob: 802a164249a47999473e01ea44a548bc4384de88 [file] [log] [blame]
Delphine CC Chiu256db822023-06-29 14:57:56 +08001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Delphine CC Chiu256db822023-06-29 14:57:56 +08003
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5UBOOT_DEVICETREE = "ast2600-evb"
6SPL_BINARY = "spl/u-boot-spl.bin"
7SOCSEC_SIGN_ENABLE = "0"
8
Patrick Williams171b31d2024-02-20 16:17:40 -06009OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Yosemite4"
10
Delphine CC Chiu256db822023-06-29 14:57:56 +080011require conf/distro/include/phosphor-static-norootfs.inc
Patrick Williamsfe7a8832023-10-06 17:47:36 -050012require conf/distro/include/pldm.inc
Delphine CC Chiu256db822023-06-29 14:57:56 +080013require conf/machine/include/facebook-compute-multihost.inc
14require conf/machine/include/ast2600.inc
15require conf/machine/include/obmc-bsp-common.inc
16require conf/machine/include/facebook-tpm2.inc
Delphine CC Chiu3489f562024-01-16 14:31:37 +080017require conf/machine/include/facebook-ncsi-nic.inc
Delphine CC Chiu256db822023-06-29 14:57:56 +080018
19FLASH_SIZE = "131072"
20
21OBMC_HOST_INSTANCES = "1 2 3 4 5 6 7 8"
22# Primary chassis as Sled plus secondary chassis in N slots.
23OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
24
Delphine CC Chiu3489f562024-01-16 14:31:37 +080025NCSI_ETH_INTF = "eth0 eth1"
26
Delphine CC Chiuad82d622023-07-26 13:30:52 +080027VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
28VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
Delphine CC Chiu40ad51c2024-05-21 18:05:59 +080029
30PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "yosemite4-led-manager-config-native"