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