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/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" 25 26SERIAL_CONSOLES += " 57600;ttyS3" 27