34 lines
989 B
Plaintext
34 lines
989 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: cn9131-nitroc
|
|
#@DESCRIPTION: Machine support for Belden Nitroc Platform
|
|
#
|
|
|
|
require conf/machine/include/cn913x.inc
|
|
|
|
# Bootloader configuration
|
|
# *****************************************************************************
|
|
|
|
PREFERRED_VERSION_u-boot ?= "2020.10-marvell"
|
|
|
|
# Set the configuration and device tree for Nitroc
|
|
UBOOT_MACHINE = "nitroc_defconfig"
|
|
UBOOT_BUILDENV_DEVICE_TREE ??= "cn9131-nitroc-v1"
|
|
|
|
# Kernel configuration
|
|
# ******************************************************************************
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-nitroc"
|
|
PREFERRED_VERSION_linux-netmodule ?= "v6.6.y%"
|
|
PREFERRED_VERSION_trusted-firmware-a ?= "2.9-nitroc"
|
|
|
|
KERNEL_IMAGETYPE = "Image"
|
|
KERNEL_DEFCONFIG ?= "nitroc_defconfig"
|
|
KERNEL_DEVICETREE ?= "\
|
|
marvell/cn9131-nitroc-v1.dtb \
|
|
marvell/cn9131-nitroc-m12.dtb \
|
|
marvell/cn9131-nitroc-rj45.dtb \
|
|
"
|
|
|
|
# Needed for phy firmware
|
|
MACHINE_EXTRA_RDEPENDS += "linux-firmware-ath10k linux-firmware-ath11k"
|