summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
blob: 728c99a6fcf555cfbefd7b8a285aa243e5a1c944 (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
28
29
30
31
32
33
34
35
36
37
38
39
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-ampere-mtmitchell.dtb"
UBOOT_DEVICETREE = "ast2600-ampere"
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
SPL_BINARY = "spl/u-boot-spl.bin"
SOCSEC_SIGN_ENABLE = "0"

SERIAL_CONSOLES = "115200;ttyS4"

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

FLASH_SIZE = "65536"

OBMC_COMPATIBLE_NAMES = "com.ampere.Hardware.Chassis.Model.MtMitchell"

MACHINE_FEATURES += "\
                          obmc-bmc-state-mgmt \
                          obmc-chassis-state-mgmt \
                          obmc-host-ipmi \
                          obmc-host-state-mgmt \
                          obmc-phosphor-chassis-mgmt \
                          obmc-phosphor-flash-mgmt \
                         "

OBMC_IMAGE_EXTRA_INSTALL:append = " \
                                   phosphor-ipmi-blobs \
                                   phosphor-ipmi-blobs-binarystore \
                                   util-linux \
                                  "

PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-ampere-apps"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-ampere-apps"
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-ampere-apps"
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif"

OVERRIDES .= ":ampere"