diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-08-04 08:06:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 08:06:59 -0300 |
| commit | bbc663cfa6b9626f4b3f586399cddc45849fcf29 (patch) | |
| tree | 97dee050aef0472b0d5f130ed52e05af6d7459a3 | |
| parent | 18ec90b24035bccf8245d2c3d88ec63c21432111 (diff) | |
| parent | 47d547734a045659b5f4df10ea99fb61ba9e8814 (diff) | |
| download | meta-freescale-bbc663cfa6b9626f4b3f586399cddc45849fcf29.tar.gz | |
Merge pull request #2621 from jmarcoscosta/jmcosta/master
master: add support for i.MX93 FRDM board
| -rw-r--r-- | conf/machine/imx93-11x11-lpddr4x-frdm.conf | 35 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc | 2 |
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 @@ | |||
| 1 | require conf/machine/include/imx93-evk.inc | ||
| 2 | |||
| 3 | DDR_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 | ||
| 11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-imx" | ||
| 12 | UBOOT_CONFIG_BASENAME = "imx93_11x11_frdm" | ||
| 13 | UBOOT_DTB_NAME = "imx93-11x11-frdm" | ||
| 14 | |||
| 15 | # Kernel | ||
| 16 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-imx" | ||
| 17 | |||
| 18 | KERNEL_DEVICETREE_BASENAME = "imx93-11x11-frdm" | ||
| 19 | KERNEL_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 | |||
| 26 | KERNEL_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}" | |||
| 16 | UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https" | 16 | UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https" |
| 17 | SRCBRANCH = "lf_v2025.04" | 17 | SRCBRANCH = "lf_v2025.04" |
| 18 | LOCALVERSION ?= "-${SRCBRANCH}" | 18 | LOCALVERSION ?= "-${SRCBRANCH}" |
| 19 | SRCREV = "4ddbad60eff308a5b356fb9ab8734ac382ddd692" | 19 | SRCREV = "99518e6b6f20cb6a2bf19115e355db9f58100af8" |
| 20 | 20 | ||
| 21 | B = "${WORKDIR}/build" | 21 | B = "${WORKDIR}/build" |
| 22 | 22 | ||
