diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/imx8mm-ddr4-evk.conf | 5 | ||||
| -rw-r--r-- | conf/machine/imx8mn-ddr4-evk.conf | 5 | ||||
| -rw-r--r-- | conf/machine/imx8mp-ddr4-evk.conf | 5 | ||||
| -rw-r--r-- | conf/machine/include/imx-base.inc | 15 | ||||
| -rw-r--r-- | conf/machine/include/qoriq-arm.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 |
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 | ||
| 25 | IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" | 25 | IMXBOOT_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. | ||
| 30 | IMX_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 | " |
| 22 | IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" | 22 | IMXBOOT_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. | ||
| 27 | IMX_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 | ||
| 27 | IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" | 27 | IMXBOOT_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. | ||
| 32 | IMX_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" | |||
| 390 | MACHINE_GSTREAMER_1_0_PLUGIN:mx8qxp-nxp-bsp ?= "imx-gst1.0-plugin" | 390 | MACHINE_GSTREAMER_1_0_PLUGIN:mx8qxp-nxp-bsp ?= "imx-gst1.0-plugin" |
| 391 | MACHINE_GSTREAMER_1_0_PLUGIN:mx8dx-nxp-bsp ?= "imx-gst1.0-plugin" | 391 | MACHINE_GSTREAMER_1_0_PLUGIN:mx8dx-nxp-bsp ?= "imx-gst1.0-plugin" |
| 392 | 392 | ||
| 393 | PREFERRED_VERSION_gstreamer1.0:mx8-nxp-bsp ?= "1.18.0.imx" | 393 | PREFERRED_VERSION_gstreamer1.0:mx8-nxp-bsp ?= "1.18.5.imx" |
| 394 | PREFERRED_VERSION_gstreamer1.0-plugins-base:mx8-nxp-bsp ?= "1.18.0.imx" | 394 | PREFERRED_VERSION_gstreamer1.0-plugins-base:mx8-nxp-bsp ?= "1.18.5.imx" |
| 395 | PREFERRED_VERSION_gstreamer1.0-plugins-good:mx8-nxp-bsp ?= "1.18.0.imx" | 395 | PREFERRED_VERSION_gstreamer1.0-plugins-good:mx8-nxp-bsp ?= "1.18.5.imx" |
| 396 | PREFERRED_VERSION_gstreamer1.0-plugins-bad:mx8-nxp-bsp ?= "1.18.0.imx" | 396 | PREFERRED_VERSION_gstreamer1.0-plugins-bad:mx8-nxp-bsp ?= "1.18.5.imx" |
| 397 | PREFERRED_VERSION_gstreamer1.0-plugins-ugly:mx8-nxp-bsp ?= "1.18.0" | 397 | PREFERRED_VERSION_gstreamer1.0-plugins-ugly:mx8-nxp-bsp ?= "1.18.5" |
| 398 | PREFERRED_VERSION_gstreamer1.0-libav:mx8-nxp-bsp ?= "1.18.0" | 398 | PREFERRED_VERSION_gstreamer1.0-libav:mx8-nxp-bsp ?= "1.18.5" |
| 399 | PREFERRED_VERSION_gstreamer1.0-rtsp-server:mx8-nxp-bsp ?= "1.18.0" | 399 | PREFERRED_VERSION_gstreamer1.0-rtsp-server:mx8-nxp-bsp ?= "1.18.5" |
| 400 | PREFERRED_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 |
| 402 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" | 403 | SOC_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 | ||
| 3 | KERNEL_IMAGETYPE ?= "uImage" | 5 | KERNEL_IMAGETYPE ?= "uImage" |
| 4 | 6 | ||
| 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 7 | SERIAL_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 ?= "" | |||
| 34 | SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in" | 34 | SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in" |
| 35 | SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in" | 35 | SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in" |
| 36 | 36 | ||
| 37 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | 37 | WKS_FILE ??= "${SOC_DEFAULT_WKS_FILE}" |
| 38 | 38 | ||
| 39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
| 40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" | 40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" |
