1# Harma config file.
2
3KMACHINE = "aspeed"
4KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
5
6UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
7UBOOT_DEVICETREE = "ast2600-bletchley"
8
9SPL_BINARY = "spl/u-boot-spl.bin"
10SOCSEC_SIGN_ENABLE = "0"
11
12OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Harma"
13
14require conf/distro/include/phosphor-static-norootfs.inc
15require conf/distro/include/pldm.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"
26
27# There is an additional serial console to the CMM (Minerva) on ttyS3.
28SERIAL_CONSOLES:append = " 57600;ttyS3"
29