blob: 0143b57079f90b8bc7e15e8931fce1bfd753bd3b [file] [log] [blame]
Graeme Gregorydf82f402021-10-15 16:36:58 +01001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed-bmc-qcom-dc-scm-v1.dtb"
3UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
4UBOOT_DEVICETREE = "ast2600-qcom-dc-scm-v1"
5SPL_BINARY = "spl/u-boot-spl.bin"
6
7# Disable hardware root of trust by default.
8SOCSEC_SIGN_ENABLE = "0"
9
10# Flash size is 64M
11FLASH_SIZE = "65536"
12
13require conf/machine/include/ast2600.inc
14require conf/machine/include/obmc-bsp-common.inc
15
16SERIAL_CONSOLES = "115200;ttyS4"
17
18OBMC_MACHINE_FEATURES += "\
19 obmc-bmc-state-mgmt \
20 obmc-host-ipmi \
21 obmc-host-state-mgmt \
22 "
23
Graeme Gregoryd2a71a52021-04-01 10:26:13 +000024PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"
Graeme Gregorydf82f402021-10-15 16:36:58 +010025
26FEATURE_PACKAGES_obmc-system-mgmt = ""