summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8mm-ddr4-evk.conf5
-rw-r--r--conf/machine/imx8mn-ddr4-evk.conf5
-rw-r--r--conf/machine/imx8mp-ddr4-evk.conf5
-rw-r--r--conf/machine/include/imx-base.inc15
-rw-r--r--conf/machine/include/qoriq-arm.inc2
-rw-r--r--conf/machine/include/qoriq-base.inc2
6 files changed, 26 insertions, 8 deletions
diff --git a/conf/machine/imx8mm-ddr4-evk.conf b/conf/machine/imx8mm-ddr4-evk.conf
index f21cc3814..431485e77 100644
--- a/conf/machine/imx8mm-ddr4-evk.conf
+++ b/conf/machine/imx8mm-ddr4-evk.conf
@@ -23,3 +23,8 @@ DDR_FIRMWARE_NAME = " \
23" 23"
24 24
25IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" 25IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
26
27# Mainline BSP doesn't support DDR4 so it must be set to nxp.
28# Also this machine isn't supported by u-boot-fslc but imx8mm-evk.inc already
29# set the bootloader to u-boot-imx instead when NXP BSP is used.
30IMX_DEFAULT_BSP = "nxp"
diff --git a/conf/machine/imx8mn-ddr4-evk.conf b/conf/machine/imx8mn-ddr4-evk.conf
index d004d2aec..1a03cdcaa 100644
--- a/conf/machine/imx8mn-ddr4-evk.conf
+++ b/conf/machine/imx8mn-ddr4-evk.conf
@@ -20,3 +20,8 @@ DDR_FIRMWARE_NAME = " \
20 ddr4_dmem_2d_${DDR_FIRMWARE_VERSION}.bin \ 20 ddr4_dmem_2d_${DDR_FIRMWARE_VERSION}.bin \
21" 21"
22IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" 22IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
23
24# Mainline BSP doesn't support DDR4 so it must be set to nxp.
25# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already
26# set the bootloader to u-boot-imx instead when NXP BSP is used.
27IMX_DEFAULT_BSP = "nxp"
diff --git a/conf/machine/imx8mp-ddr4-evk.conf b/conf/machine/imx8mp-ddr4-evk.conf
index 78e0c1608..c63c8d68c 100644
--- a/conf/machine/imx8mp-ddr4-evk.conf
+++ b/conf/machine/imx8mp-ddr4-evk.conf
@@ -25,3 +25,8 @@ DDR_FIRMWARE_NAME = " \
25" 25"
26 26
27IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" 27IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
28
29# Mainline BSP doesn't support DDR4 so it must be set to nxp.
30# Also this machine isn't supported by u-boot-fslc but imx8mp-evk.inc already
31# set the bootloader to u-boot-imx instead when NXP BSP is used.
32IMX_DEFAULT_BSP = "nxp"
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index e73e32700..d9c168118 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -390,13 +390,14 @@ MACHINE_GSTREAMER_1_0_PLUGIN:mx8qm-nxp-bsp ?= "imx-gst1.0-plugin"
390MACHINE_GSTREAMER_1_0_PLUGIN:mx8qxp-nxp-bsp ?= "imx-gst1.0-plugin" 390MACHINE_GSTREAMER_1_0_PLUGIN:mx8qxp-nxp-bsp ?= "imx-gst1.0-plugin"
391MACHINE_GSTREAMER_1_0_PLUGIN:mx8dx-nxp-bsp ?= "imx-gst1.0-plugin" 391MACHINE_GSTREAMER_1_0_PLUGIN:mx8dx-nxp-bsp ?= "imx-gst1.0-plugin"
392 392
393PREFERRED_VERSION_gstreamer1.0:mx8-nxp-bsp ?= "1.18.0.imx" 393PREFERRED_VERSION_gstreamer1.0:mx8-nxp-bsp ?= "1.18.5.imx"
394PREFERRED_VERSION_gstreamer1.0-plugins-base:mx8-nxp-bsp ?= "1.18.0.imx" 394PREFERRED_VERSION_gstreamer1.0-plugins-base:mx8-nxp-bsp ?= "1.18.5.imx"
395PREFERRED_VERSION_gstreamer1.0-plugins-good:mx8-nxp-bsp ?= "1.18.0.imx" 395PREFERRED_VERSION_gstreamer1.0-plugins-good:mx8-nxp-bsp ?= "1.18.5.imx"
396PREFERRED_VERSION_gstreamer1.0-plugins-bad:mx8-nxp-bsp ?= "1.18.0.imx" 396PREFERRED_VERSION_gstreamer1.0-plugins-bad:mx8-nxp-bsp ?= "1.18.5.imx"
397PREFERRED_VERSION_gstreamer1.0-plugins-ugly:mx8-nxp-bsp ?= "1.18.0" 397PREFERRED_VERSION_gstreamer1.0-plugins-ugly:mx8-nxp-bsp ?= "1.18.5"
398PREFERRED_VERSION_gstreamer1.0-libav:mx8-nxp-bsp ?= "1.18.0" 398PREFERRED_VERSION_gstreamer1.0-libav:mx8-nxp-bsp ?= "1.18.5"
399PREFERRED_VERSION_gstreamer1.0-rtsp-server:mx8-nxp-bsp ?= "1.18.0" 399PREFERRED_VERSION_gstreamer1.0-rtsp-server:mx8-nxp-bsp ?= "1.18.5"
400PREFERRED_VERSION_ffmpeg:mx8-nxp-bsp ?= "4.4.1"
400 401
401# Determines if the SoC has support for Vivante kernel driver 402# Determines if the SoC has support for Vivante kernel driver
402SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" 403SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index eb03af432..89e9c4c0c 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,5 +1,7 @@
1# Provides the common settings for QorIQ ARM 1# Provides the common settings for QorIQ ARM
2 2
3# default assignment to override defaults from kernel.bbclass
4# should be assigned by machine if other type needed
3KERNEL_IMAGETYPE ?= "uImage" 5KERNEL_IMAGETYPE ?= "uImage"
4 6
5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 7SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 35b7d82ef..f6e96baf5 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -34,7 +34,7 @@ SOC_DEFAULT_WKS_FILE ?= ""
34SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in" 34SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in"
35SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in" 35SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in"
36 36
37WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 37WKS_FILE ??= "${SOC_DEFAULT_WKS_FILE}"
38 38
39MACHINE_FEATURES ?= "pci ext2 ext3 serial" 39MACHINE_FEATURES ?= "pci ext2 ext3 serial"
40MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" 40MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules"