summaryrefslogtreecommitdiff
path: root/meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf
blob: 93e25120f17602e04e1af1929bc6f74750ed8cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "aspeed-bmc-qcom-dc-scm-v1.dtb"
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
UBOOT_DEVICETREE = "ast2600-qcom-dc-scm-v1"
SPL_BINARY = "spl/u-boot-spl.bin"

# Disable hardware root of trust by default.
SOCSEC_SIGN_ENABLE = "0"

# Flash size is 64M
FLASH_SIZE = "65536"

require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc

SERIAL_CONSOLES = "115200;ttyS4"

OBMC_MACHINE_FEATURES += "\
        obmc-bmc-state-mgmt \
        obmc-host-ipmi \
        obmc-host-state-mgmt \
        "

PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= ""
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"

FEATURE_PACKAGES_obmc-system-mgmt = ""