blob: 4285b60edf6516e4a8d1ae4a243606c35ea0dfb9 [file] [log] [blame]
Potin Lai9e0893f2024-05-10 00:37:41 +08001# Catalina config file.
2
3KMACHINE = "aspeed"
Potin Laie1089282024-08-06 11:12:02 +08004KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Potin Lai9e0893f2024-05-10 00:37:41 +08005
6UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
7UBOOT_DEVICETREE = "ast2600-facebook"
8
9SPL_BINARY = "spl/u-boot-spl.bin"
10SOCSEC_SIGN_ENABLE = "0"
11
12OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Catalina"
13
14require conf/distro/include/phosphor-static-norootfs.inc
15require conf/machine/include/facebook-compute-singlehost.inc
16require conf/machine/include/ast2600.inc
17require conf/machine/include/obmc-bsp-common.inc
18require conf/machine/include/facebook-tpm2.inc
19require conf/machine/include/facebook-ncsi-nic.inc
20
21FLASH_SIZE = "131072"
22
23VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
24VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
Potin Lai48cc2762024-05-24 13:39:58 +080025
26PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"