1# Minerva 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-bletchley" 9 10SPL_BINARY = "spl/u-boot-spl.bin" 11SOCSEC_SIGN_ENABLE = "0" 12 13OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Harma" 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" 26 27SERIAL_CONSOLES += " 57600;ttyS3" 28