[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-253-gef7493617
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-04-26 08:14:16
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ef7493617df89e8902617e9e97245186954962a3 (commit)
from 3078ad350dfc73a28ffcef8ec170eb31aa5be464 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ef7493617df89e8902617e9e97245186954962a3
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Apr 26 10:11:21 2021 +0200
[BUILDROOT] 2021.02: backport patches to bump freescale-imx packages
-----------------------------------------------------------------------
Summary of changes:
...freescale-imx-add-option-for-i.MX-8M-Plus.patch | 59 ++++++++++++++++++++++
...escale-imx-firmware-imx-add-support-for-i.patch | 39 ++++++++++++++
...escale-imx-imx-vpu-fix-EULA-COPYING-file-.patch | 49 ++++++++++++++++++
...escale-imx-imx-vpu-hantro-bump-version-to.patch | 49 ++++++++++++++++++
...scale-imx-firmware-imx-bump-version-to-8.patch} | 35 +++++++------
...escale-imx-imx-gpu-viv-bump-to-version-6..patch | 54 ++++++++++++++++++++
...escale-imx-imx-gpu-g2d-bump-to-version-6..patch | 54 ++++++++++++++++++++
...escale-imx-imx-seco-bump-to-version-3.7.5.patch | 46 +++++++++++++++++
...escale-imx-imx-sc-firmware-bump-to-versio.patch | 50 ++++++++++++++++++
patches/buildroot/2021.02/cleanup_buildroot.sh | 15 ++++++
10 files changed, 434 insertions(+), 16 deletions(-)
create mode 100644 patches/buildroot/2021.02/380-package-freescale-imx-add-option-for-i.MX-8M-Plus.patch
create mode 100644 patches/buildroot/2021.02/381-package-freescale-imx-firmware-imx-add-support-for-i.patch
create mode 100644 patches/buildroot/2021.02/382-package-freescale-imx-imx-vpu-fix-EULA-COPYING-file-.patch
create mode 100644 patches/buildroot/2021.02/383-package-freescale-imx-imx-vpu-hantro-bump-version-to.patch
copy patches/buildroot/{2020.02/370-package-freescale-imx-firmware-imx-bump-version-to-8.patch => 2021.02/384-package-freescale-imx-firmware-imx-bump-version-to-8.patch} (52%)
create mode 100644 patches/buildroot/2021.02/385-package-freescale-imx-imx-gpu-viv-bump-to-version-6..patch
create mode 100644 patches/buildroot/2021.02/386-package-freescale-imx-imx-gpu-g2d-bump-to-version-6..patch
create mode 100644 patches/buildroot/2021.02/387-package-freescale-imx-imx-seco-bump-to-version-3.7.5.patch
create mode 100644 patches/buildroot/2021.02/388-package-freescale-imx-imx-sc-firmware-bump-to-versio.patch
diff --git a/patches/buildroot/2021.02/380-package-freescale-imx-add-option-for-i.MX-8M-Plus.patch b/patches/buildroot/2021.02/380-package-freescale-imx-add-option-for-i.MX-8M-Plus.patch
new file mode 100644
index 000000000..00336cfaf
--- /dev/null
+++ b/patches/buildroot/2021.02/380-package-freescale-imx-add-option-for-i.MX-8M-Plus.patch
@@ -0,0 +1,59 @@
+From dbcb58a2b1e12af20def335758aa1c53990d7dbd Mon Sep 17 00:00:00 2001
+From: Stephane Viau <ste...@os...>
+Date: Thu, 25 Mar 2021 07:21:37 +0100
+Subject: [PATCH 380/388] package/freescale-imx: add option for i.MX 8M Plus
+
+The i.MX 8M Plus focuses on machine learning and vision and industrial
+automation. It also provides advanced multimedia, including a VPU and
+the GPU GC7000UL (3D) + GC520L (2D).
+
+Signed-off-by: Stephane Viau <ste...@os...>
+Reviewed-by: Gary Bisson <gar...@bo...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/Config.in | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
+index b0c7de8436..bedd05a471 100644
+--- a/package/freescale-imx/Config.in
++++ b/package/freescale-imx/Config.in
+@@ -52,6 +52,9 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
+ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MN
+ bool "imx8mn"
+
++config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MP
++ bool "imx8mp"
++
+ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
+ bool "imx8x"
+ endchoice
+@@ -72,6 +75,7 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
+ default "IMX8MQ" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
+ default "IMX8MM" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
+ default "IMX8MN" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MN
++ default "IMX8MP" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MP
+
+ config BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
+ bool
+@@ -83,7 +87,8 @@ config BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
+ config BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
+ bool
+ default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M || \
+- BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
++ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM || \
++ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MP
+
+ config BR2_PACKAGE_FREESCALE_IMX_HAS_VIV_GPU
+ bool
+@@ -94,6 +99,7 @@ config BR2_PACKAGE_FREESCALE_IMX_HAS_VIV_GPU
+ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M || \
+ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM || \
+ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MN || \
++ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MP || \
+ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
+
+ source "package/freescale-imx/imx-alsa-plugins/Config.in"
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/381-package-freescale-imx-firmware-imx-add-support-for-i.patch b/patches/buildroot/2021.02/381-package-freescale-imx-firmware-imx-add-support-for-i.patch
new file mode 100644
index 000000000..08ea938c1
--- /dev/null
+++ b/patches/buildroot/2021.02/381-package-freescale-imx-firmware-imx-add-support-for-i.patch
@@ -0,0 +1,39 @@
+From 45a0999a1bea0acfa5b7cdc1060d7cea92b60e24 Mon Sep 17 00:00:00 2001
+From: Stephane Viau <ste...@os...>
+Date: Thu, 25 Mar 2021 07:21:38 +0100
+Subject: [PATCH 381/388] package/freescale-imx/firmware-imx: add support for
+ i.MX 8M Plus
+
+This SoC requires the same (LP)DDR training binaries as i.MX 8M SoC
+family.
+
+Signed-off-by: Stephane Viau <ste...@os...>
+Reviewed-by: Gary Bisson <gar...@bo...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/firmware-imx/Config.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/package/freescale-imx/firmware-imx/Config.in b/package/freescale-imx/firmware-imx/Config.in
+index 8810779799..0bd8000b50 100644
+--- a/package/freescale-imx/firmware-imx/Config.in
++++ b/package/freescale-imx/firmware-imx/Config.in
+@@ -24,6 +24,7 @@ config BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME
+ default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
+ default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
+ default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MN
++ default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MP
+
+ config BR2_PACKAGE_FIRMWARE_IMX_VPU_FW_NAME
+ string
+@@ -48,6 +49,7 @@ config BR2_PACKAGE_FIRMWARE_IMX_NEEDS_DDR_FW
+ default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
+ default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
+ default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MN
++ default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MP
+
+ if BR2_PACKAGE_FIRMWARE_IMX_NEEDS_DDR_FW
+
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/382-package-freescale-imx-imx-vpu-fix-EULA-COPYING-file-.patch b/patches/buildroot/2021.02/382-package-freescale-imx-imx-vpu-fix-EULA-COPYING-file-.patch
new file mode 100644
index 000000000..e41e5736c
--- /dev/null
+++ b/patches/buildroot/2021.02/382-package-freescale-imx-imx-vpu-fix-EULA-COPYING-file-.patch
@@ -0,0 +1,49 @@
+From 96142a5426b127a55038cd5cd84134452b9905ab Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 20 Apr 2021 10:29:53 +0200
+Subject: [PATCH 382/388] package/freescale-imx/imx-vpu: fix {EULA, COPYING}
+ file hashes
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Commit a646cd27b112 (package/freescale-imx/imx-vpu: bump version to
+5.4.39.3) somehow messed up when updating the hashes of the licene
+files:
+
+ >>> imx-vpu 5.4.39.3 Collecting legal info
+ ERROR: EULA has wrong sha256 hash:
+ ERROR: expected: a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc
+ ERROR: got : 7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0
+ ERROR: Incomplete download, or man-in-the-middle (MITM) attack
+
+ ERROR: COPYING has wrong sha256 hash:
+ ERROR: expected: 69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2
+ ERROR: got : 2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d
+ ERROR: Incomplete download, or man-in-the-middle (MITM) attack
+
+The most probable cause is some confusion with imx-vpu-hantro, as the
+faulty hashes reported above are those found in imx-vpu-hantro.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+[yan...@fr...: rewrite commit log with a probably reason]
+Signed-off-by: Yann E. MORIN <yan...@fr...>
+---
+ package/freescale-imx/imx-vpu/imx-vpu.hash | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/freescale-imx/imx-vpu/imx-vpu.hash b/package/freescale-imx/imx-vpu/imx-vpu.hash
+index 6ab67510b0..e3a53e3fb6 100644
+--- a/package/freescale-imx/imx-vpu/imx-vpu.hash
++++ b/package/freescale-imx/imx-vpu/imx-vpu.hash
+@@ -1,4 +1,4 @@
+ # Locally computed
+ sha256 87cb799a57df654db29403cb74a75ca5185a1517022d3a4a16b8d69056c36127 imx-vpu-5.4.39.3.bin
+-sha256 69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2 COPYING
+-sha256 a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc EULA
++sha256 2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d COPYING
++sha256 7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0 EULA
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/383-package-freescale-imx-imx-vpu-hantro-bump-version-to.patch b/patches/buildroot/2021.02/383-package-freescale-imx-imx-vpu-hantro-bump-version-to.patch
new file mode 100644
index 000000000..dc45a68c3
--- /dev/null
+++ b/patches/buildroot/2021.02/383-package-freescale-imx-imx-vpu-hantro-bump-version-to.patch
@@ -0,0 +1,49 @@
+From e8a70dad10a72ca6d3f2260123a0c351cfe35ef6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 20 Apr 2021 10:20:59 +0200
+Subject: [PATCH 383/388] package/freescale-imx/imx-vpu-hantro: bump version to
+ 1.21.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+- Same version as NXP release 5.10.9_1.0.0
+- EULA/COPYING: update to LA_OPT_NXP_Software_License v19
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Reviewed-by: Stephane Viau <ste...@os...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash | 7 ++++---
+ package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk | 2 +-
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash b/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash
+index df9916e418..e9df63bfca 100644
+--- a/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash
++++ b/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash
+@@ -1,3 +1,4 @@
+-sha256 261cab83954bd66e95b1650a737cb36261a2098597d904e517da638097ed4fd2 imx-vpu-hantro-1.19.0.bin
+-sha256 69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2 COPYING
+-sha256 a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc EULA
++# Locally computed:
++sha256 419725f0c09f5939c88cd234b729c3943cbd37e53db7352b02c8d6cc05b939b9 imx-vpu-hantro-1.21.0.bin
++sha256 4f3cc2dcbe3b7369bd4a51df749f432b69d8189fc2bde88f9fadbec73c686683 COPYING
++sha256 a07e8df685161553d7e0b78b8b93ebe9086d95bb8635abff0ed3247992181e85 EULA
+diff --git a/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk b/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk
+index 1d21449c20..0d075c49c0 100644
+--- a/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk
++++ b/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-IMX_VPU_HANTRO_VERSION = 1.19.0
++IMX_VPU_HANTRO_VERSION = 1.21.0
+ IMX_VPU_HANTRO_SITE = $(FREESCALE_IMX_SITE)
+ IMX_VPU_HANTRO_SOURCE = imx-vpu-hantro-$(IMX_VPU_HANTRO_VERSION).bin
+ IMX_VPU_HANTRO_DEPENDENCIES = linux
+--
+2.26.3
+
diff --git a/patches/buildroot/2020.02/370-package-freescale-imx-firmware-imx-bump-version-to-8.patch b/patches/buildroot/2021.02/384-package-freescale-imx-firmware-imx-bump-version-to-8.patch
similarity index 52%
copy from patches/buildroot/2020.02/370-package-freescale-imx-firmware-imx-bump-version-to-8.patch
copy to patches/buildroot/2021.02/384-package-freescale-imx-firmware-imx-bump-version-to-8.patch
index 1225cce89..a5f746405 100644
--- a/patches/buildroot/2020.02/370-package-freescale-imx-firmware-imx-bump-version-to-8.patch
+++ b/patches/buildroot/2021.02/384-package-freescale-imx-firmware-imx-bump-version-to-8.patch
@@ -1,46 +1,49 @@
-From 9010f9a0e9150463c2a7d17bcb0ad3985f9b3c1e Mon Sep 17 00:00:00 2001
+From ef25382932c836c1f6452f5358821216ac9b691f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
<seb...@ar...>
-Date: Mon, 15 Jun 2020 14:26:01 +0200
-Subject: [PATCH 3/3] package/freescale-imx/firmware-imx: bump version to 8.6
+Date: Tue, 20 Apr 2021 10:21:00 +0200
+Subject: [PATCH 384/388] package/freescale-imx/firmware-imx: bump version to
+ 8.11
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
-This package needed to be updated to be aligned with NXP
-BSP 5.4.3_1.0.0.
+- Same version as NXP release 5.10.9_1.0.0
+- EULA/COPYING: update to LA_OPT_NXP_Software_License v19
Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Reviewed-by: Stephane Viau <ste...@os...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
---
package/freescale-imx/firmware-imx/firmware-imx.hash | 6 +++---
package/freescale-imx/firmware-imx/firmware-imx.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
-index e49ce085bf..54a3dafcc0 100644
+index 0a717d40f5..c434ce7ebd 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.hash
+++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
@@ -1,4 +1,4 @@
# Locally calculated
--sha256 45b0a7392e7a4b2e6c7e1cb988dd660ff3f8cd465afdf796ff840a00db08389d firmware-imx-8.5.bin
--sha256 9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7 EULA
--sha256 d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561 COPYING
-+sha256 a7f4a22c05a990aad43a616e312847ab9d85ce00691b34fa8590d5c7c1d722e9 firmware-imx-8.6.bin
-+sha256 1360edf65a32b66d28bcf2d53a1a1c2dc88d4e254c15da3d8e37bf1b6f1f19a1 EULA
-+sha256 30ba26ae82fba4033513b67c2c3a00b00e78908d278568a7d648d3430875123a COPYING
+-sha256 2b70f169d4065b2a7ac7a676afe24636128bd2dacc9f5230346758c3b146b2be firmware-imx-8.10.bin
+-sha256 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52 EULA
+-sha256 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1 COPYING
++sha256 1a7aaab69cd8c48d10ffb0118c938f4b3daf4c7fd86f0342f4d352906f8e0ecb firmware-imx-8.11.bin
++sha256 4f3cc2dcbe3b7369bd4a51df749f432b69d8189fc2bde88f9fadbec73c686683 COPYING
++sha256 a07e8df685161553d7e0b78b8b93ebe9086d95bb8635abff0ed3247992181e85 EULA
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
-index 49fda89f28..f27afc5a3b 100644
+index 6d82ea2077..1076cf85f1 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -4,7 +4,7 @@
#
################################################################################
--FIRMWARE_IMX_VERSION = 8.5
-+FIRMWARE_IMX_VERSION = 8.6
+-FIRMWARE_IMX_VERSION = 8.10
++FIRMWARE_IMX_VERSION = 8.11
FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
--
-2.26.2
+2.26.3
diff --git a/patches/buildroot/2021.02/385-package-freescale-imx-imx-gpu-viv-bump-to-version-6..patch b/patches/buildroot/2021.02/385-package-freescale-imx-imx-gpu-viv-bump-to-version-6..patch
new file mode 100644
index 000000000..5836fcac6
--- /dev/null
+++ b/patches/buildroot/2021.02/385-package-freescale-imx-imx-gpu-viv-bump-to-version-6..patch
@@ -0,0 +1,54 @@
+From 8283e838f040767b7e232d3f914324915f303e4b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 20 Apr 2021 10:21:01 +0200
+Subject: [PATCH 385/388] package/freescale-imx/imx-gpu-viv: bump to version
+ 6.4.3.p1.2
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+- Same version as NXP release 5.10.9_1.0.0
+- EULA/COPYING: update to LA_OPT_NXP_Software_License v19
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Reviewed-by: Stephane Viau <ste...@os...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash | 8 ++++----
+ package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
+index 9c18103996..6c0dacba60 100644
+--- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
++++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
+@@ -1,5 +1,5 @@
+ # Locally calculated
+-sha256 9960fadbc1ea919f8b1b5c1e2e38a52b7293b70c906518d7fff2ada4140c59ea imx-gpu-viv-6.4.3.p1.0-aarch32.bin
+-sha256 0505620c3851a980d2e08fee4b4fcd06eff92efac02d1646924bea86e4384ad4 imx-gpu-viv-6.4.3.p1.0-aarch64.bin
+-sha256 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1 COPYING
+-sha256 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52 EULA
++sha256 0f139f5544250a3059c0a0266d44f70e89632694861de3e186272b170b37c464 imx-gpu-viv-6.4.3.p1.2-aarch32.bin
++sha256 3de60afb1f54c0888d9849c5a27f938ba229f9f35675456a173bdf00e3538c5d imx-gpu-viv-6.4.3.p1.2-aarch64.bin
++sha256 4f3cc2dcbe3b7369bd4a51df749f432b69d8189fc2bde88f9fadbec73c686683 COPYING
++sha256 a07e8df685161553d7e0b78b8b93ebe9086d95bb8635abff0ed3247992181e85 EULA
+diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
+index 6ae9aa7acc..802ac26c1c 100644
+--- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
++++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
+@@ -5,9 +5,9 @@
+ ################################################################################
+
+ ifeq ($(BR2_aarch64),y)
+-IMX_GPU_VIV_VERSION = 6.4.3.p1.0-aarch64
++IMX_GPU_VIV_VERSION = 6.4.3.p1.2-aarch64
+ else
+-IMX_GPU_VIV_VERSION = 6.4.3.p1.0-aarch32
++IMX_GPU_VIV_VERSION = 6.4.3.p1.2-aarch32
+ endif
+ IMX_GPU_VIV_SITE = $(FREESCALE_IMX_SITE)
+ IMX_GPU_VIV_SOURCE = imx-gpu-viv-$(IMX_GPU_VIV_VERSION).bin
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/386-package-freescale-imx-imx-gpu-g2d-bump-to-version-6..patch b/patches/buildroot/2021.02/386-package-freescale-imx-imx-gpu-g2d-bump-to-version-6..patch
new file mode 100644
index 000000000..849a0d133
--- /dev/null
+++ b/patches/buildroot/2021.02/386-package-freescale-imx-imx-gpu-g2d-bump-to-version-6..patch
@@ -0,0 +1,54 @@
+From 4bffe42d0057a9190bb9a4a7e59bcfc7cbee36d1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 20 Apr 2021 10:21:02 +0200
+Subject: [PATCH 386/388] package/freescale-imx/imx-gpu-g2d: bump to version
+ 6.4.3.p1.2
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+- Same version as NXP release 5.10.9_1.0.0
+- EULA/COPYING: update to LA_OPT_NXP_Software_License v19
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Reviewed-by: Stephane Viau <ste...@os...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash | 8 ++++----
+ package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
+index 8bfd302b16..4f05ca78b0 100644
+--- a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
++++ b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
+@@ -1,5 +1,5 @@
+ # Locally calculated
+-sha256 8d3b024151d4bdcc4f68cdbba9c4e5d126d55c9258de5821c43b393ae3f840b4 imx-gpu-g2d-6.4.3.p1.0-arm.bin
+-sha256 47a39b171d83bced378b1b4f408be6304850fe2f25bf4577dd1ea78e22473f3d imx-gpu-g2d-6.4.3.p1.0-aarch64.bin
+-sha256 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1 COPYING
+-sha256 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52 EULA
++sha256 9fd1b2c05ecabb3cc1468c357fc85f024a736de54abb9942e17230f24fa280c0 imx-gpu-g2d-6.4.3.p1.2-arm.bin
++sha256 1b0369e9f75bf8fff7b8a86ade8d0d1748a52579b02ef72e53ad5565eee4dc60 imx-gpu-g2d-6.4.3.p1.2-aarch64.bin
++sha256 4f3cc2dcbe3b7369bd4a51df749f432b69d8189fc2bde88f9fadbec73c686683 COPYING
++sha256 a07e8df685161553d7e0b78b8b93ebe9086d95bb8635abff0ed3247992181e85 EULA
+diff --git a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
+index 3e6c3fc1c5..12f881105d 100644
+--- a/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
++++ b/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
+@@ -5,9 +5,9 @@
+ ################################################################################
+
+ ifeq ($(BR2_aarch64),y)
+-IMX_GPU_G2D_VERSION = 6.4.3.p1.0-aarch64
++IMX_GPU_G2D_VERSION = 6.4.3.p1.2-aarch64
+ else
+-IMX_GPU_G2D_VERSION = 6.4.3.p1.0-arm
++IMX_GPU_G2D_VERSION = 6.4.3.p1.2-arm
+ endif
+ IMX_GPU_G2D_SITE = $(FREESCALE_IMX_SITE)
+ IMX_GPU_G2D_SOURCE = imx-gpu-g2d-$(IMX_GPU_G2D_VERSION).bin
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/387-package-freescale-imx-imx-seco-bump-to-version-3.7.5.patch b/patches/buildroot/2021.02/387-package-freescale-imx-imx-seco-bump-to-version-3.7.5.patch
new file mode 100644
index 000000000..fc688c6f2
--- /dev/null
+++ b/patches/buildroot/2021.02/387-package-freescale-imx-imx-seco-bump-to-version-3.7.5.patch
@@ -0,0 +1,46 @@
+From a76cd6496f27bf9556678182b31f6e24e1818490 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 20 Apr 2021 10:21:03 +0200
+Subject: [PATCH 387/388] package/freescale-imx/imx-seco: bump to version 3.7.5
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+- Same version as NXP release 5.10.9_1.0.0
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Reviewed-by: Stephane Viau <ste...@os...>
+Tested-by: Stephane Viau <ste...@os...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/imx-seco/imx-seco.hash | 2 +-
+ package/freescale-imx/imx-seco/imx-seco.mk | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/freescale-imx/imx-seco/imx-seco.hash b/package/freescale-imx/imx-seco/imx-seco.hash
+index 2e111c64d7..378c24bc54 100644
+--- a/package/freescale-imx/imx-seco/imx-seco.hash
++++ b/package/freescale-imx/imx-seco/imx-seco.hash
+@@ -1,4 +1,4 @@
+ # Locally calculated
+-sha256 2ed8177e48c8e33f742b3a642805be56a5ef56df78b1b29e10518552154da2bc imx-seco-3.7.4.bin
++sha256 08cf25a4be6841ca7264a50b29c311b386eae1c02fced8a3b55fd04213acb4bc imx-seco-3.7.5.bin
+ sha256 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52 EULA
+ sha256 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1 COPYING
+diff --git a/package/freescale-imx/imx-seco/imx-seco.mk b/package/freescale-imx/imx-seco/imx-seco.mk
+index f7aaca7e4b..245c3e3311 100644
+--- a/package/freescale-imx/imx-seco/imx-seco.mk
++++ b/package/freescale-imx/imx-seco/imx-seco.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-IMX_SECO_VERSION = 3.7.4
++IMX_SECO_VERSION = 3.7.5
+ IMX_SECO_SITE = $(FREESCALE_IMX_SITE)
+ IMX_SECO_SOURCE = imx-seco-$(IMX_SECO_VERSION).bin
+
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/388-package-freescale-imx-imx-sc-firmware-bump-to-versio.patch b/patches/buildroot/2021.02/388-package-freescale-imx-imx-sc-firmware-bump-to-versio.patch
new file mode 100644
index 000000000..06d694247
--- /dev/null
+++ b/patches/buildroot/2021.02/388-package-freescale-imx-imx-sc-firmware-bump-to-versio.patch
@@ -0,0 +1,50 @@
+From 6bfd10d6f44b74845972823c0452cb9937f7fa31 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 20 Apr 2021 10:21:04 +0200
+Subject: [PATCH 388/388] package/freescale-imx/imx-sc-firmware: bump to
+ version 1.8.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+- Same version as NXP release 5.10.9_1.0.0
+- EULA/COPYING: update to LA_OPT_NXP_Software_License v19
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+Reviewed-by: Stephane Viau <ste...@os...>
+Tested-by: Stephane Viau <ste...@os...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash | 6 +++---
+ package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash b/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash
+index 661a77de1a..ed83e757af 100644
+--- a/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash
++++ b/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash
+@@ -1,4 +1,4 @@
+ # Locally calculated
+-sha256 db4c414d405aea6f013946d109db198798f40f71bf0810b9b50c027ca252b4b7 imx-sc-firmware-1.7.0.bin
+-sha256 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52 EULA
+-sha256 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1 COPYING
++sha256 24a647237c0077ce0172563d67fcbc5e8f231bad7cf55a2436848c89579c5a06 imx-sc-firmware-1.8.0.bin
++sha256 a07e8df685161553d7e0b78b8b93ebe9086d95bb8635abff0ed3247992181e85 EULA
++sha256 4f3cc2dcbe3b7369bd4a51df749f432b69d8189fc2bde88f9fadbec73c686683 COPYING
+diff --git a/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk b/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk
+index b05ca3c724..bbb7310306 100644
+--- a/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk
++++ b/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-IMX_SC_FIRMWARE_VERSION = 1.7.0
++IMX_SC_FIRMWARE_VERSION = 1.8.0
+ IMX_SC_FIRMWARE_SITE = $(FREESCALE_IMX_SITE)
+ IMX_SC_FIRMWARE_SOURCE = imx-sc-firmware-$(IMX_SC_FIRMWARE_VERSION).bin
+
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/cleanup_buildroot.sh b/patches/buildroot/2021.02/cleanup_buildroot.sh
index cee97fa8a..5f0cb0aa8 100755
--- a/patches/buildroot/2021.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2021.02/cleanup_buildroot.sh
@@ -31,6 +31,21 @@ rm -rf buildroot/package/e-uae/Config.in
rm -rf buildroot/package/e-uae/e-uae.mk
rm -rf buildroot/package/expect/expect.mk
rm -rf buildroot/package/fb-test-app/001-fixes-tty-vc-config-on-fb-test-exit.patch
+rm -rf buildroot/package/freescale-imx/Config.in
+rm -rf buildroot/package/freescale-imx/firmware-imx/Config.in
+rm -rf buildroot/package/freescale-imx/firmware-imx/firmware-imx.hash
+rm -rf buildroot/package/freescale-imx/firmware-imx/firmware-imx.mk
+rm -rf buildroot/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
+rm -rf buildroot/package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
+rm -rf buildroot/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash
+rm -rf buildroot/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
+rm -rf buildroot/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash
+rm -rf buildroot/package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk
+rm -rf buildroot/package/freescale-imx/imx-seco/imx-seco.hash
+rm -rf buildroot/package/freescale-imx/imx-seco/imx-seco.mk
+rm -rf buildroot/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash
+rm -rf buildroot/package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk
+rm -rf buildroot/package/freescale-imx/imx-vpu/imx-vpu.hash
rm -rf buildroot/package/gnash/Config.in
rm -rf buildroot/package/gnash/gnash.mk
rm -rf buildroot/package/gnokii/Config.in
hooks/post-receive
--
armadeus
|