summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx93-11x11-lpddr4x-frdm.conf35
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc2
2 files changed, 36 insertions, 1 deletions
diff --git a/conf/machine/imx93-11x11-lpddr4x-frdm.conf b/conf/machine/imx93-11x11-lpddr4x-frdm.conf
new file mode 100644
index 000000000..9bddd6cc7
--- /dev/null
+++ b/conf/machine/imx93-11x11-lpddr4x-frdm.conf
@@ -0,0 +1,35 @@
1require conf/machine/include/imx93-evk.inc
2
3DDR_FIRMWARE_NAME = " \
4 lpddr4_dmem_1d_v202201.bin \
5 lpddr4_dmem_2d_v202201.bin \
6 lpddr4_imem_1d_v202201.bin \
7 lpddr4_imem_2d_v202201.bin \
8"
9
10# Bootloader
11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-imx"
12UBOOT_CONFIG_BASENAME = "imx93_11x11_frdm"
13UBOOT_DTB_NAME = "imx93-11x11-frdm"
14
15# Kernel
16PREFERRED_PROVIDER_virtual/kernel ?= "linux-imx"
17
18KERNEL_DEVICETREE_BASENAME = "imx93-11x11-frdm"
19KERNEL_DEVICETREE = "freescale/${KERNEL_DEVICETREE_BASENAME}.dtb"
20
21# TODO: add the device trees below once linux-imx
22# is bumped to lf-6.18.20-2.0.0:
23# freescale/imx93-jailhouse-inmate.dtb
24# freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb
25
26KERNEL_DEVICETREE:append:use-nxp-bsp = " \
27 freescale/${KERNEL_DEVICETREE_BASENAME}-8mic-reve.dtb \
28 freescale/${KERNEL_DEVICETREE_BASENAME}-aud-hat.dtb \
29 freescale/${KERNEL_DEVICETREE_BASENAME}-ld.dtb \
30 freescale/${KERNEL_DEVICETREE_BASENAME}-lpuart.dtb \
31 freescale/${KERNEL_DEVICETREE_BASENAME}-mt9m114.dtb \
32 freescale/${KERNEL_DEVICETREE_BASENAME}-ov5640.dtb \
33 freescale/${KERNEL_DEVICETREE_BASENAME}-tianma-wvga-panel.dtb \
34 freescale/${KERNEL_DEVICETREE_BASENAME}-waveshare-7inch-c-panel.dtb \
35 "
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc
index d704eddb4..512ded09a 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc
@@ -16,7 +16,7 @@ SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
16UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https" 16UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https"
17SRCBRANCH = "lf_v2025.04" 17SRCBRANCH = "lf_v2025.04"
18LOCALVERSION ?= "-${SRCBRANCH}" 18LOCALVERSION ?= "-${SRCBRANCH}"
19SRCREV = "4ddbad60eff308a5b356fb9ab8734ac382ddd692" 19SRCREV = "99518e6b6f20cb6a2bf19115e355db9f58100af8"
20 20
21B = "${WORKDIR}/build" 21B = "${WORKDIR}/build"
22 22