blob: 7b205cc5a1dbde299d3d986e4c78a9bfaeecfc4c [file] [log] [blame]
Peter Yin748179a2024-03-15 13:32:12 +08001# Harma config file.
Peter Yin5e4a1aa2023-11-23 13:23:39 +08002
3KMACHINE = "aspeed"
Peter Yin748179a2024-03-15 13:32:12 +08004KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Peter Yin5e4a1aa2023-11-23 13:23:39 +08005
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
Potin Laiaaa73852024-01-09 19:43:37 +080019require conf/machine/include/facebook-ncsi-nic.inc
Peter Yin5e4a1aa2023-11-23 13:23:39 +080020
21FLASH_SIZE = "131072"
22
23VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
24VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
Peter Yind584a5a2024-01-10 16:55:12 +080025
26SERIAL_CONSOLES += " 57600;ttyS3"