summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2600/conf/machine/include/intel-ast2600.inc
blob: a7146299cf76975ff0f11e75ebf77cf6dc1e5e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
COMPATIBLE_MACHINE:intel-ast2600 = "intel-ast2600"
KMACHINE = "aspeed"
KERNEL_DEVICETREE = " \
    ${KMACHINE}-bmc-${COMPATIBLE_MACHINE}.dtb \
    "
#KERNEL_DEVICETREE = "${KMACHINE}-ast2600-evb.dtb"

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

TARGET_FPU = "hard"

PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils-aspeed-sdk"

UBOOT_MACHINE = "ast2600_openbmc_defconfig"
UBOOT_DEVICETREE = "ast2600-intel"

VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"

IMAGE_CLASSES += "${@bb.utils.contains('IMAGE_FSTYPES', 'intel-pfr', 'image_types_intel_pfr', '', d)}"