mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
Update to TF-A v2.5 and MBED TLS 2.26, and all machines using 2.4 to the newer version. Also, n1sdp was using an intermediary SHA, but is now updated to the latest (which includes that intermediary SHA). Change-Id: Ia5ec3cecf9090fd5f5da28efff4c1d6cce1efc19 Signed-off-by: Jon Mason <jon.mason@arm.com>
30 lines
810 B
Plaintext
30 lines
810 B
Plaintext
# Configuration for juno development board
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: Juno machine
|
|
#@DESCRIPTION: Machine configuration for Juno
|
|
|
|
TUNE_FEATURES = "aarch64"
|
|
|
|
require conf/machine/include/arm/arch-armv8a.inc
|
|
|
|
MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth optee pci"
|
|
|
|
KERNEL_IMAGETYPE = "Image"
|
|
KERNEL_DEVICETREE = "arm/juno.dtb arm/juno-r1.dtb arm/juno-r2.dtb"
|
|
|
|
IMAGE_FSTYPES += "tar.bz2 ext4"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyAMA0"
|
|
|
|
# Use kernel provided by yocto
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "5.4%"
|
|
PREFERRED_VERSION_trusted-firmware-a ?= "2.5%"
|
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
|
|
|
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot firmware-image-juno"
|
|
|
|
# Juno u-boot configuration
|
|
UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig"
|