From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-arm/meta-arm-bsp/conf/machine/juno.conf | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bsp/meta-arm/meta-arm-bsp/conf/machine/juno.conf (limited to 'bsp/meta-arm/meta-arm-bsp/conf/machine/juno.conf') diff --git a/bsp/meta-arm/meta-arm-bsp/conf/machine/juno.conf b/bsp/meta-arm/meta-arm-bsp/conf/machine/juno.conf new file mode 100644 index 00000000..898a863d --- /dev/null +++ b/bsp/meta-arm/meta-arm-bsp/conf/machine/juno.conf @@ -0,0 +1,28 @@ +# 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 linaro (Contains support for SCMi or HDMI) +PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm" +PREFERRED_VERSION_linux-linaro-arm ?= "4.19%" +PREFERRED_VERSION_trusted-firmware-a ?= "2.1%" + +EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot firmware-image-juno" + +# Juno u-boot configuration +UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig" -- cgit 1.2.3-korg