diff options
-rw-r--r-- | conf/machine/imx93-14x14-lpddr4x-evk.conf | 33 | ||||
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.14.1.bb | 41 | ||||
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.20.4.bb | 41 | ||||
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.24.0.bb | 41 | ||||
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.29.0.bb | 41 | ||||
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.37.0.bb (renamed from recipes-dpaa2/management-complex/management-complex_10.35.0.bb) | 4 | ||||
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 4 | ||||
-rw-r--r-- | recipes-dpaa2/spc/spc_git.bb | 4 | ||||
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.2+fslc.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb) | 2 |
9 files changed, 40 insertions, 171 deletions
diff --git a/conf/machine/imx93-14x14-lpddr4x-evk.conf b/conf/machine/imx93-14x14-lpddr4x-evk.conf new file mode 100644 index 00000000..56b8a3c5 --- /dev/null +++ b/conf/machine/imx93-14x14-lpddr4x-evk.conf | |||
@@ -0,0 +1,33 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP i.MX 93 14x14 Evaluation Kit with LPDDR4X | ||
3 | #@SOC: i.MX93 | ||
4 | #@DESCRIPTION: Machine configuration for NXP i.MX 93 14x14 EVK with LPDDR4X | ||
5 | #@MAINTAINER: Jun Zhu <junzhu@nxp.com> | ||
6 | |||
7 | MACHINEOVERRIDES =. "mx93:" | ||
8 | |||
9 | require conf/machine/include/imx93-evk.inc | ||
10 | |||
11 | KERNEL_DEVICETREE_BASENAME = "imx93-14x14-evk" | ||
12 | |||
13 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | ||
14 | freescale/${KERNEL_DEVICETREE_BASENAME}-aud-hat.dtb \ | ||
15 | freescale/${KERNEL_DEVICETREE_BASENAME}-tja1103.dtb \ | ||
16 | freescale/${KERNEL_DEVICETREE_BASENAME}-mqs.dtb \ | ||
17 | freescale/${KERNEL_DEVICETREE_BASENAME}-rm67199.dtb \ | ||
18 | freescale/${KERNEL_DEVICETREE_BASENAME}-lvds-it6263.dtb \ | ||
19 | " | ||
20 | |||
21 | UBOOT_CONFIG_BASENAME = "imx93_14x14_evk" | ||
22 | IMXBOOT_TARGETS_BASENAME = "flash_singleboot" | ||
23 | |||
24 | DDR_FIRMWARE_NAME = " \ | ||
25 | lpddr4_dmem_1d_v202201.bin \ | ||
26 | lpddr4_dmem_2d_v202201.bin \ | ||
27 | lpddr4_imem_1d_v202201.bin \ | ||
28 | lpddr4_imem_2d_v202201.bin \ | ||
29 | " | ||
30 | |||
31 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" | ||
32 | |||
33 | IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', '${IMXBOOT_TARGETS_BASENAME}_flexspi', '${IMXBOOT_TARGETS_BASENAME}', d)}" | ||
diff --git a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb deleted file mode 100644 index 4d4f1dcd..00000000 --- a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | SUMMARY = "DPAA2 Management Complex Firmware" | ||
2 | LICENSE = "NXP-Binary-EULA" | ||
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f" | ||
4 | |||
5 | inherit deploy | ||
6 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | ||
8 | |||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" | ||
10 | SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | REGLEX:ls2088a = "ls2088a" | ||
15 | REGLEX:ls2080a = "ls2080a" | ||
16 | REGLEX:ls1088a = "ls1088a" | ||
17 | REGLEX:lx2160a = "lx2160a" | ||
18 | |||
19 | do_install () { | ||
20 | install -d ${D}/boot | ||
21 | install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot | ||
22 | } | ||
23 | |||
24 | do_deploy () { | ||
25 | install -d ${DEPLOYDIR}/mc_app | ||
26 | install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app | ||
27 | # make a symlink to the latest binary | ||
28 | for mc_binary in `find ${DEPLOYDIR}/mc_app -type f -printf "%f\n" |sort`;do | ||
29 | ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb | ||
30 | done | ||
31 | } | ||
32 | addtask deploy before do_build after do_install | ||
33 | |||
34 | PACKAGES += "${PN}-image" | ||
35 | FILES:${PN}-image += "/boot" | ||
36 | |||
37 | INHIBIT_PACKAGE_STRIP = "1" | ||
38 | |||
39 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | ||
40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
41 | |||
diff --git a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb deleted file mode 100644 index 07f26b29..00000000 --- a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | SUMMARY = "DPAA2 Management Complex Firmware" | ||
2 | LICENSE = "NXP-Binary-EULA" | ||
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=73d4b970c18882e229e4bf1ada5bb8d6" | ||
4 | |||
5 | inherit deploy | ||
6 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | ||
8 | |||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" | ||
10 | SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | REGLEX:ls2088a = "ls2088a" | ||
15 | REGLEX:ls2080a = "ls2080a" | ||
16 | REGLEX:ls1088a = "ls1088a" | ||
17 | REGLEX:lx2160a = "lx2160a" | ||
18 | |||
19 | do_install () { | ||
20 | install -d ${D}/boot | ||
21 | install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot | ||
22 | } | ||
23 | |||
24 | do_deploy () { | ||
25 | install -d ${DEPLOYDIR}/mc_app | ||
26 | install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app | ||
27 | # make a symlink to the latest binary | ||
28 | for mc_binary in `find ${DEPLOYDIR}/mc_app -type f -printf "%f\n" |sort`;do | ||
29 | ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb | ||
30 | done | ||
31 | } | ||
32 | addtask deploy before do_build after do_install | ||
33 | |||
34 | PACKAGES += "${PN}-image" | ||
35 | FILES:${PN}-image += "/boot" | ||
36 | |||
37 | INHIBIT_PACKAGE_STRIP = "1" | ||
38 | |||
39 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | ||
40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
41 | |||
diff --git a/recipes-dpaa2/management-complex/management-complex_10.24.0.bb b/recipes-dpaa2/management-complex/management-complex_10.24.0.bb deleted file mode 100644 index 3408fba0..00000000 --- a/recipes-dpaa2/management-complex/management-complex_10.24.0.bb +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | SUMMARY = "DPAA2 Management Complex Firmware" | ||
2 | LICENSE = "NXP-Binary-EULA" | ||
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=481d6288552113961a835bbabceb0c33" | ||
4 | |||
5 | inherit deploy | ||
6 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | ||
8 | |||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" | ||
10 | SRCREV = "324817697a4c89a9a940fb7dba1b18909913ee20" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | REGLEX:ls2088a = "ls2088a" | ||
15 | REGLEX:ls2080a = "ls2080a" | ||
16 | REGLEX:ls1088a = "ls1088a" | ||
17 | REGLEX:lx2160a = "lx216xa" | ||
18 | REGLEX:lx2162a = "lx216xa" | ||
19 | |||
20 | do_install () { | ||
21 | install -d ${D}/boot | ||
22 | install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot | ||
23 | } | ||
24 | |||
25 | do_deploy () { | ||
26 | install -d ${DEPLOYDIR}/mc_app | ||
27 | install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app | ||
28 | # make a symlink to the latest binary | ||
29 | for mc_binary in `find ${DEPLOYDIR}/mc_app -type f -printf "%f\n" |sort`;do | ||
30 | ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb | ||
31 | done | ||
32 | } | ||
33 | addtask deploy before do_build after do_install | ||
34 | |||
35 | PACKAGES += "${PN}-image" | ||
36 | FILES:${PN}-image += "/boot" | ||
37 | |||
38 | INHIBIT_PACKAGE_STRIP = "1" | ||
39 | |||
40 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | ||
41 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
diff --git a/recipes-dpaa2/management-complex/management-complex_10.29.0.bb b/recipes-dpaa2/management-complex/management-complex_10.29.0.bb deleted file mode 100644 index 08991f09..00000000 --- a/recipes-dpaa2/management-complex/management-complex_10.29.0.bb +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | SUMMARY = "DPAA2 Management Complex Firmware" | ||
2 | LICENSE = "NXP-Binary-EULA" | ||
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=2cb2fee5d3558ee2a81331ed121647ad" | ||
4 | |||
5 | inherit deploy | ||
6 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | ||
8 | |||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" | ||
10 | SRCREV = "d21bc22000a14b0b6eeafc017fb93bc70499f74a" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | REGLEX:ls2088a = "ls2088a" | ||
15 | REGLEX:ls2080a = "ls2080a" | ||
16 | REGLEX:ls1088a = "ls1088a" | ||
17 | REGLEX:lx2160a = "lx216xa" | ||
18 | REGLEX:lx2162a = "lx216xa" | ||
19 | |||
20 | do_install () { | ||
21 | install -d ${D}/boot | ||
22 | install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot | ||
23 | } | ||
24 | |||
25 | do_deploy () { | ||
26 | install -d ${DEPLOYDIR}/mc_app | ||
27 | install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app | ||
28 | # make a symlink to the latest binary | ||
29 | for mc_binary in `find ${DEPLOYDIR}/mc_app -type f -printf "%f\n" |sort`;do | ||
30 | ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb | ||
31 | done | ||
32 | } | ||
33 | addtask deploy before do_build after do_install | ||
34 | |||
35 | PACKAGES += "${PN}-image" | ||
36 | FILES:${PN}-image += "/boot" | ||
37 | |||
38 | INHIBIT_PACKAGE_STRIP = "1" | ||
39 | |||
40 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | ||
41 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
diff --git a/recipes-dpaa2/management-complex/management-complex_10.35.0.bb b/recipes-dpaa2/management-complex/management-complex_10.37.0.bb index d114a92e..c683654f 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.35.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.37.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "DPAA2 Management Complex Firmware" | 1 | SUMMARY = "DPAA2 Management Complex Firmware" |
2 | LICENSE = "NXP-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=1db1363924ceccb1edea921b6495bdc2" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=481d6288552113961a835bbabceb0c33" |
4 | 4 | ||
5 | inherit deploy | 5 | inherit deploy |
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" |
10 | SRCREV = "836d7bf606b51c18b5e3726d68dcf3b3ac4de74a" | 10 | SRCREV = "bb19f586b87b97878b4bd0d3e57da2ca40c5c69f" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 3af4b8aa..1d1aeffe 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "DPAA2 Resource Manager Tool" | 1 | SUMMARY = "DPAA2 Resource Manager Tool" |
2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" | 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ec8d84e9cd4de287e290275d09db27f0" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ | 5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ |
6 | file://disable-manpage-generation.patch \ | 6 | file://disable-manpage-generation.patch \ |
7 | " | 7 | " |
8 | SRCREV = "65c9a10d95b19e61d2f86dbcaa45d12ba98e85e1" | 8 | SRCREV = "46604e41f4c7e54efa62503c6b4629321b21e056" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index 1ac61c69..2c695368 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Soft Parser Configuration tool" | 1 | SUMMARY = "Soft Parser Configuration tool" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=163b09a1c249a6ff2b28da1ceca2e0a8" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8" |
4 | 4 | ||
5 | DEPENDS = "libxml2 fmlib tclap" | 5 | DEPENDS = "libxml2 fmlib tclap" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" |
8 | SRCREV = "398138687a3d3d6ef174501221711de74ff7bc40" | 8 | SRCREV = "d624b7809be48e4cf29a7bfa201028e4de1d1955" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.2+fslc.bb index 83acf000..1afbb9fc 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.2+fslc.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | |||
9 | 9 | ||
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRCREV = "8c864975607cf455c5e95d5313aa00e69f48d32f" | 12 | SRCREV = "1e65746bb15628ccbe88e3ee7a0a1d2becc48e79" |
13 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |