All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0
@ 2020-12-24  6:59 Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9 Stephane Viau
                   ` (15 more replies)
  0 siblings, 16 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Hello all,

Here is a patch set to bump freescale-imx configs and packages to match
the latest publicly availaible Linux release, that is 5.4.47_2.2.0.
Some are run-tested, others aren't... but all are build-tested.

Enjoy!

BR,
Stephane.

Stephane Viau (15):
  package/freescale-imx/firmware-imx: bump version to 8.9
  package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p0.0
  package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0
  package/freescale-imx/imx-sc-firmware: bump version to 1.6.0
  package/freescale-imx/imx-seco: bump version to 3.7.1
  package/freescale-imx/imx-vpu: bump version to 5.4.39.3
  package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0
  package/imx-mkimage: bump to version rel_imx_5.4.47_2.2.0
  configs/freescale_imx6*: bump BSP components to 5.4.47_2.2.0
  configs/freescale_imx7dsabresd: bump BSP components to 5.4.47_2.2.0
  configs/freescale_imx8mmevk: bump BSP components to 5.4.47_2.2.0
  configs/freescale_imx8mnevk: bump BSP components to 5.4.47_2.2.0
  configs/freescale_imx8mqevk: bump BSP components to 5.4.47_2.2.0
  configs/freescale_imx8qmmek: bump BSP components to 5.4.47_2.2.0
  configs/freescale_imx8qxpmek: bump BSP components to 5.4.47_2.2.0

 configs/freescale_imx6dlsabreauto_defconfig                | 4 ++--
 configs/freescale_imx6dlsabresd_defconfig                  | 4 ++--
 configs/freescale_imx6qsabreauto_defconfig                 | 4 ++--
 configs/freescale_imx6qsabresd_defconfig                   | 4 ++--
 configs/freescale_imx6sxsabresd_defconfig                  | 4 ++--
 configs/freescale_imx6ullevk_defconfig                     | 4 ++--
 configs/freescale_imx7dsabresd_defconfig                   | 4 ++--
 configs/freescale_imx8mmevk_defconfig                      | 6 +++---
 configs/freescale_imx8mnevk_defconfig                      | 6 +++---
 configs/freescale_imx8mqevk_defconfig                      | 6 +++---
 configs/freescale_imx8qmmek_defconfig                      | 6 +++---
 configs/freescale_imx8qxpmek_defconfig                     | 6 +++---
 package/freescale-imx/firmware-imx/firmware-imx.hash       | 6 +++---
 package/freescale-imx/firmware-imx/firmware-imx.mk         | 2 +-
 package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash         | 8 ++++----
 package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk           | 4 ++--
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash         | 8 ++++----
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk           | 4 ++--
 package/freescale-imx/imx-sc-firmware/imx-sc-firmware.hash | 6 +++---
 package/freescale-imx/imx-sc-firmware/imx-sc-firmware.mk   | 2 +-
 package/freescale-imx/imx-seco/imx-seco.hash               | 6 +++---
 package/freescale-imx/imx-seco/imx-seco.mk                 | 2 +-
 package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash   | 6 +++---
 package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk     | 2 +-
 package/freescale-imx/imx-vpu/imx-vpu.hash                 | 6 +++---
 package/freescale-imx/imx-vpu/imx-vpu.mk                   | 2 +-
 package/imx-mkimage/imx-mkimage.hash                       | 2 +-
 package/imx-mkimage/imx-mkimage.mk                         | 2 +-
 28 files changed, 63 insertions(+), 63 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-26 17:31   ` Thomas Petazzoni
  2020-12-24  6:59 ` [Buildroot] [PATCH 02/15] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p0.0 Stephane Viau
                   ` (14 subsequent siblings)
  15 siblings, 1 reply; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 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 b0a1502..3230677 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  5ca1f8b6e6b191594d17ac7b51c38cdbc2ff808d15568ab4b0bbeb5dc6c621f6  firmware-imx-8.8.bin
-sha256  7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
-sha256  2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
+sha256  a72f70fd2ecaa58800bb88ed672fddc322ab9843ee7777eb89b82016b0aa3614  firmware-imx-8.9.bin
+sha256  a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  EULA
+sha256  69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index fb3cfe6..7d1f42f 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.8
+FIRMWARE_IMX_VERSION = 8.9
 FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
 FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 02/15] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p0.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0 Stephane Viau
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 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 4ff5926..bab4bfe 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	010bab5780476f26406e16b058514453dc235a0e7f4b995fa03c976d06e5cb96  imx-gpu-g2d-6.4.0.p2.4-arm.bin
-sha256	553bbe9ee1caa222fd14b835deb2afedf9ed936b7a13424328df75892286f666  imx-gpu-g2d-6.4.0.p2.4-aarch64.bin
-sha256	2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
-sha256	7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
+sha256	725ad2edd41661713540d5e32509c754cda452acc608955689b8a64977b26ced  imx-gpu-g2d-6.4.3.p0.0-arm.bin
+sha256	97ee90c81fa0db88e3249cb7df77f17f816ceb9a40355e03f72df99e600d7331  imx-gpu-g2d-6.4.3.p0.0-aarch64.bin
+sha256	69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
+sha256	a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  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 15cfe66..8bf7bed 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.0.p2.4-aarch64
+IMX_GPU_G2D_VERSION = 6.4.3.p0.0-aarch64
 else
-IMX_GPU_G2D_VERSION = 6.4.0.p2.4-arm
+IMX_GPU_G2D_VERSION = 6.4.3.p0.0-arm
 endif
 IMX_GPU_G2D_SITE = $(FREESCALE_IMX_SITE)
 IMX_GPU_G2D_SOURCE = imx-gpu-g2d-$(IMX_GPU_G2D_VERSION).bin
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9 Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 02/15] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p0.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-29 17:54   ` Gary Bisson
  2020-12-24  6:59 ` [Buildroot] [PATCH 04/15] package/freescale-imx/imx-sc-firmware: bump version to 1.6.0 Stephane Viau
                   ` (12 subsequent siblings)
  15 siblings, 1 reply; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 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 6de74a9..8978a3a 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	9cc4c6594083f5970bc394a698a0a8ed0c7f2a1a753dfbf25cb0be5ab8bdcbd5  imx-gpu-viv-6.4.0.p2.4-aarch32.bin
-sha256	a295f41a6346c507fc8a677c26ecf9b2f416735e32e6d0734516ef5363027720  imx-gpu-viv-6.4.0.p2.4-aarch64.bin
-sha256	2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
-sha256	7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
+sha256	cdec43e45e840fe30e188e3b6f07c44b4a1ceafc315e605c8d278564db5fcbe9  imx-gpu-viv-6.4.3.p0.0-aarch32.bin
+sha256	b3bd03288106daf3a62d2301d09569292ef6a5c74c761cfa4e41dad85e4bf547  imx-gpu-viv-6.4.3.p0.0-aarch64.bin
+sha256	69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
+sha256	a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  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 fca8a4d..0bb923a 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.0.p2.4-aarch64
+IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch64
 else
-IMX_GPU_VIV_VERSION = 6.4.0.p2.4-aarch32
+IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch32
 endif
 IMX_GPU_VIV_SITE = $(FREESCALE_IMX_SITE)
 IMX_GPU_VIV_SOURCE = imx-gpu-viv-$(IMX_GPU_VIV_VERSION).bin
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 04/15] package/freescale-imx/imx-sc-firmware: bump version to 1.6.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (2 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 05/15] package/freescale-imx/imx-seco: bump version to 3.7.1 Stephane Viau
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 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 bd8de5b..630ccc8 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  5a28180217975f3d78fcfac15e46b0a942910fadf078e4af76deb6dc498136ed  imx-sc-firmware-1.2.7.1.bin
-sha256  9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7  EULA
-sha256  d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561  COPYING
+sha256  d3b04a49bcfdb5c7aa7e8f5ff89c040e9dfde0e8cb4b22bfb31f9cbb22a9d310  imx-sc-firmware-1.6.0.bin
+sha256  a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  EULA
+sha256  69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  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 954cfc4..dab6130 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.2.7.1
+IMX_SC_FIRMWARE_VERSION = 1.6.0
 IMX_SC_FIRMWARE_SITE = $(FREESCALE_IMX_SITE)
 IMX_SC_FIRMWARE_SOURCE = imx-sc-firmware-$(IMX_SC_FIRMWARE_VERSION).bin
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 05/15] package/freescale-imx/imx-seco: bump version to 3.7.1
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (3 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 04/15] package/freescale-imx/imx-sc-firmware: bump version to 1.6.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 06/15] package/freescale-imx/imx-vpu: bump version to 5.4.39.3 Stephane Viau
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 package/freescale-imx/imx-seco/imx-seco.hash | 6 +++---
 package/freescale-imx/imx-seco/imx-seco.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/freescale-imx/imx-seco/imx-seco.hash b/package/freescale-imx/imx-seco/imx-seco.hash
index 930801e..c8526d2 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  52ba07633e0f8707d8c26724b5cd03ef96444c8de1e0e134acac50acacf3e7dd  imx-seco-3.6.3.bin
-sha256  7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
-sha256  2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
+sha256  b09f63139df6c4dfef3533570cd60b22eb4c48eed05f314268178e80b8de40fc  imx-seco-3.7.1.bin
+sha256  a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  EULA
+sha256  69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
diff --git a/package/freescale-imx/imx-seco/imx-seco.mk b/package/freescale-imx/imx-seco/imx-seco.mk
index be3f3c4..cc46ad7 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.6.3
+IMX_SECO_VERSION = 3.7.1
 IMX_SECO_SITE = $(FREESCALE_IMX_SITE)
 IMX_SECO_SOURCE = imx-seco-$(IMX_SECO_VERSION).bin
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 06/15] package/freescale-imx/imx-vpu: bump version to 5.4.39.3
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (4 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 05/15] package/freescale-imx/imx-seco: bump version to 3.7.1 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 07/15] package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0 Stephane Viau
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 package/freescale-imx/imx-vpu/imx-vpu.hash | 6 +++---
 package/freescale-imx/imx-vpu/imx-vpu.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/freescale-imx/imx-vpu/imx-vpu.hash b/package/freescale-imx/imx-vpu/imx-vpu.hash
index 81ea35a..6ab6751 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  b7bb67b00daf436fd91a2760c2db375a962e2c919045ce8bf81bd54b95d999c5  imx-vpu-5.4.39.1.bin
-sha256  d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561  COPYING
-sha256  9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7  EULA
+sha256  87cb799a57df654db29403cb74a75ca5185a1517022d3a4a16b8d69056c36127  imx-vpu-5.4.39.3.bin
+sha256  69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
+sha256  a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  EULA
diff --git a/package/freescale-imx/imx-vpu/imx-vpu.mk b/package/freescale-imx/imx-vpu/imx-vpu.mk
index e61b9f8..14a1a7a 100644
--- a/package/freescale-imx/imx-vpu/imx-vpu.mk
+++ b/package/freescale-imx/imx-vpu/imx-vpu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMX_VPU_VERSION = 5.4.39.1
+IMX_VPU_VERSION = 5.4.39.3
 IMX_VPU_SITE = $(FREESCALE_IMX_SITE)
 IMX_VPU_SOURCE = imx-vpu-$(IMX_VPU_VERSION).bin
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 07/15] package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (5 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 06/15] package/freescale-imx/imx-vpu: bump version to 5.4.39.3 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 08/15] package/imx-mkimage: bump to version rel_imx_5.4.47_2.2.0 Stephane Viau
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.hash | 6 +++---
 package/freescale-imx/imx-vpu-hantro/imx-vpu-hantro.mk   | 2 +-
 2 files changed, 4 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 7f02f92..df9916e 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,3 @@
-sha256  8d189156d713f12b255f16badd0093aaacd16859aa3191603908de07567485a5  imx-vpu-hantro-1.15.0.bin
-sha256  d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561  COPYING
-sha256  9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7  EULA
+sha256  261cab83954bd66e95b1650a737cb36261a2098597d904e517da638097ed4fd2  imx-vpu-hantro-1.19.0.bin
+sha256  69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
+sha256  a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  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 dbdbd4d..1d21449 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.15.0
+IMX_VPU_HANTRO_VERSION = 1.19.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.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 08/15] package/imx-mkimage: bump to version rel_imx_5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (6 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 07/15] package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 09/15] configs/freescale_imx6*: bump BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 package/imx-mkimage/imx-mkimage.hash | 2 +-
 package/imx-mkimage/imx-mkimage.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/imx-mkimage/imx-mkimage.hash b/package/imx-mkimage/imx-mkimage.hash
index 6d5a329..e067060 100644
--- a/package/imx-mkimage/imx-mkimage.hash
+++ b/package/imx-mkimage/imx-mkimage.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 a7e4c1c45b0d36e088bd7891335aa3c726682750984b7ca072e3c6329def92cf  imx-mkimage-rel_imx_4.19.35_1.1.0.tar.gz
+sha256 19745a7b9d06a420e7574328de65e6f5f7e82c87beed926c8f0f6bd1512afbe6  imx-mkimage-rel_imx_5.4.47_2.2.0.tar.gz
 sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c  COPYING
diff --git a/package/imx-mkimage/imx-mkimage.mk b/package/imx-mkimage/imx-mkimage.mk
index ed0e435..51eb79e 100644
--- a/package/imx-mkimage/imx-mkimage.mk
+++ b/package/imx-mkimage/imx-mkimage.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMX_MKIMAGE_VERSION = rel_imx_4.19.35_1.1.0
+IMX_MKIMAGE_VERSION = rel_imx_5.4.47_2.2.0
 IMX_MKIMAGE_SITE = https://source.codeaurora.org/external/imx/imx-mkimage
 IMX_MKIMAGE_SITE_METHOD = git
 IMX_MKIMAGE_LICENSE = GPL-2.0+
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 09/15] configs/freescale_imx6*: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (7 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 08/15] package/imx-mkimage: bump to version rel_imx_5.4.47_2.2.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 10/15] configs/freescale_imx7dsabresd: " Stephane Viau
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[run-tested on i.MX6Q SabreSD, build-tested only for other configs]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx6dlsabreauto_defconfig | 4 ++--
 configs/freescale_imx6dlsabresd_defconfig   | 4 ++--
 configs/freescale_imx6qsabreauto_defconfig  | 4 ++--
 configs/freescale_imx6qsabresd_defconfig    | 4 ++--
 configs/freescale_imx6sxsabresd_defconfig   | 4 ++--
 configs/freescale_imx6ullevk_defconfig      | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/configs/freescale_imx6dlsabreauto_defconfig b/configs/freescale_imx6dlsabreauto_defconfig
index f8659e8..623a714 100644
--- a/configs/freescale_imx6dlsabreauto_defconfig
+++ b/configs/freescale_imx6dlsabreauto_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabreauto"
@@ -40,5 +40,5 @@ BR2_TARGET_UBOOT_BOARDNAME="mx6dlsabreauto"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
diff --git a/configs/freescale_imx6dlsabresd_defconfig b/configs/freescale_imx6dlsabresd_defconfig
index 069bfcb..98adb6e 100644
--- a/configs/freescale_imx6dlsabresd_defconfig
+++ b/configs/freescale_imx6dlsabresd_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabresd"
@@ -39,5 +39,5 @@ BR2_TARGET_UBOOT_BOARDNAME="mx6dlsabresd"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
diff --git a/configs/freescale_imx6qsabreauto_defconfig b/configs/freescale_imx6qsabreauto_defconfig
index 8ce6e37..4c2a241 100644
--- a/configs/freescale_imx6qsabreauto_defconfig
+++ b/configs/freescale_imx6qsabreauto_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabreauto"
@@ -40,5 +40,5 @@ BR2_TARGET_UBOOT_BOARDNAME="mx6qsabreauto"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig
index b6cd1c4..775082c 100644
--- a/configs/freescale_imx6qsabresd_defconfig
+++ b/configs/freescale_imx6qsabresd_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
@@ -40,5 +40,5 @@ BR2_TARGET_UBOOT_BOARDNAME="mx6qsabresd"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
diff --git a/configs/freescale_imx6sxsabresd_defconfig b/configs/freescale_imx6sxsabresd_defconfig
index dd52837..bf79867 100644
--- a/configs/freescale_imx6sxsabresd_defconfig
+++ b/configs/freescale_imx6sxsabresd_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-sdb"
@@ -38,6 +38,6 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6sxsabresd"
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_NEEDS_DTC=y
diff --git a/configs/freescale_imx6ullevk_defconfig b/configs/freescale_imx6ullevk_defconfig
index 6306c97..39edc6f 100644
--- a/configs/freescale_imx6ullevk_defconfig
+++ b/configs/freescale_imx6ullevk_defconfig
@@ -6,7 +6,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ull-14x14-evk"
@@ -17,7 +17,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6ull_14x14_evk"
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 10/15] configs/freescale_imx7dsabresd: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (8 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 09/15] configs/freescale_imx6*: bump BSP components to 5.4.47_2.2.0 Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 11/15] configs/freescale_imx8mmevk: " Stephane Viau
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[Build-tested only]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx7dsabresd_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/freescale_imx7dsabresd_defconfig b/configs/freescale_imx7dsabresd_defconfig
index d7119ef..087bdb6 100644
--- a/configs/freescale_imx7dsabresd_defconfig
+++ b/configs/freescale_imx7dsabresd_defconfig
@@ -12,7 +12,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7d-sdb"
@@ -27,7 +27,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx7dsabresd"
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 11/15] configs/freescale_imx8mmevk: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (9 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 10/15] configs/freescale_imx7dsabresd: " Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 12/15] configs/freescale_imx8mnevk: " Stephane Viau
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[Build-tested only]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx8mmevk_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/freescale_imx8mmevk_defconfig b/configs/freescale_imx8mmevk_defconfig
index 38cd470..353b327 100644
--- a/configs/freescale_imx8mmevk_defconfig
+++ b/configs/freescale_imx8mmevk_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/imx8mm-evk.dtb"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v8"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8mm-evk freescale/imx8mm-evk-revb"
@@ -21,14 +21,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mm"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mm_evk"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 12/15] configs/freescale_imx8mnevk: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (10 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 11/15] configs/freescale_imx8mmevk: " Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 13/15] configs/freescale_imx8mqevk: " Stephane Viau
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[Build- and run-tested on i.MX8MN DDR4 EVK]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx8mnevk_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/freescale_imx8mnevk_defconfig b/configs/freescale_imx8mnevk_defconfig
index 8c795fe..f9ccd89 100644
--- a/configs/freescale_imx8mnevk_defconfig
+++ b/configs/freescale_imx8mnevk_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/imx8mn-ddr4-evk.dtb"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v8"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8mn-ddr4-evk"
@@ -22,14 +22,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mn"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mn_ddr4_evk"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 13/15] configs/freescale_imx8mqevk: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (11 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 12/15] configs/freescale_imx8mnevk: " Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 14/15] configs/freescale_imx8qmmek: " Stephane Viau
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[Build- and run-tested on i.MX8MQ EVK]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx8mqevk_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/freescale_imx8mqevk_defconfig b/configs/freescale_imx8mqevk_defconfig
index f0df748..c369ca0 100644
--- a/configs/freescale_imx8mqevk_defconfig
+++ b/configs/freescale_imx8mqevk_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/imx8mq-evk.dtb"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v8"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8mq-evk"
@@ -21,14 +21,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mq"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mq_evk"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 14/15] configs/freescale_imx8qmmek: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (12 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 13/15] configs/freescale_imx8mqevk: " Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24  6:59 ` [Buildroot] [PATCH 15/15] configs/freescale_imx8qxpmek: " Stephane Viau
  2020-12-24 11:08 ` [Buildroot] [PATCH 00/15] Bump NXP " Gary Bisson
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[Build- and run-tested on i.MX8QM MEK]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx8qmmek_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/freescale_imx8qmmek_defconfig b/configs/freescale_imx8qmmek_defconfig
index 45b4dbd..4241c4d 100644
--- a/configs/freescale_imx8qmmek_defconfig
+++ b/configs/freescale_imx8qmmek_defconfig
@@ -6,7 +6,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/fsl-imx8qm-mek.dtb"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v8"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8qm-mek"
@@ -22,14 +22,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8qm"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8qm_mek"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 15/15] configs/freescale_imx8qxpmek: bump BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (13 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 14/15] configs/freescale_imx8qmmek: " Stephane Viau
@ 2020-12-24  6:59 ` Stephane Viau
  2020-12-24 11:08 ` [Buildroot] [PATCH 00/15] Bump NXP " Gary Bisson
  15 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-24  6:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
[Build- and run-tested on i.MX8QXP MEK rev B0]
Tested-by: Stephane Viau <stephane.viau@oss.nxp.com>

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 configs/freescale_imx8qxpmek_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/freescale_imx8qxpmek_defconfig b/configs/freescale_imx8qxpmek_defconfig
index 7c4a456..c57c38c 100644
--- a/configs/freescale_imx8qxpmek_defconfig
+++ b/configs/freescale_imx8qxpmek_defconfig
@@ -8,7 +8,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/fsl-imx8qxp-mek.dtb"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v8"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/imx8qxp-mek"
@@ -24,14 +24,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8qx"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.24_2.1.0"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_5.4.47_2.2.0"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8qxp_mek"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0
  2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
                   ` (14 preceding siblings ...)
  2020-12-24  6:59 ` [Buildroot] [PATCH 15/15] configs/freescale_imx8qxpmek: " Stephane Viau
@ 2020-12-24 11:08 ` Gary Bisson
  2020-12-25  7:55   ` Stephane Viau
  15 siblings, 1 reply; 21+ messages in thread
From: Gary Bisson @ 2020-12-24 11:08 UTC (permalink / raw)
  To: buildroot

Hi Stephane,

On Thu, Dec 24, 2020 at 07:59:38AM +0100, Stephane Viau wrote:
> Hello all,
> 
> Here is a patch set to bump freescale-imx configs and packages to match
> the latest publicly availaible Linux release, that is 5.4.47_2.2.0.
> Some are run-tested, others aren't... but all are build-tested.

Thanks you for this series. I'm wondering why you haven't used latest
5.4.70_2.3.0 release from NXP? [1]
This new release is a GA for all platforms including i.MX 8M Plus which
would be nice to have in BR.
Let me know if you can respin with latest packages?

Regards,
Gary

[1] https://source.codeaurora.org/external/imx/meta-imx/tree/?h=zeus-5.4.70-2.3.0

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0
  2020-12-24 11:08 ` [Buildroot] [PATCH 00/15] Bump NXP " Gary Bisson
@ 2020-12-25  7:55   ` Stephane Viau
  0 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2020-12-25  7:55 UTC (permalink / raw)
  To: buildroot

>
>Hi Stephane,

Hi Gary,

>> Hello all,
>> 
>> Here is a patch set to bump freescale-imx configs and packages to match
>> the latest publicly availaible Linux release, that is 5.4.47_2.2.0.
>> Some are run-tested, others aren't... but all are build-tested.
>Thanks you for this series. I'm wondering why you haven't used latest
>5.4.70_2.3.0 release from NXP? [1]

Yeah, I meant to send these out a while ago (when 5.4.70_2.3.0 was not available yet)...

>This new release is a GA for all platforms including i.MX 8M Plus which
>would be nice to have in BR.
>Let me know if you can respin with latest packages?

Will try and do this in the coming days.

BR,
Stephane.

>
>Regards,
>Gary
>
>[1] https://source.codeaurora.org/external/imx/meta-imx/tree/?h=zeus-5.4.70-2.3.0

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9
  2020-12-24  6:59 ` [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9 Stephane Viau
@ 2020-12-26 17:31   ` Thomas Petazzoni
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni @ 2020-12-26 17:31 UTC (permalink / raw)
  To: buildroot

On Thu, 24 Dec 2020 07:59:39 +0100
Stephane Viau <stephane.viau@oss.nxp.com> wrote:

> This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.
> 
> Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
> ---
>  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(-)

Thanks, entire series applied!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0
  2020-12-24  6:59 ` [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0 Stephane Viau
@ 2020-12-29 17:54   ` Gary Bisson
  2021-01-04  9:31     ` Stephane Viau
  0 siblings, 1 reply; 21+ messages in thread
From: Gary Bisson @ 2020-12-29 17:54 UTC (permalink / raw)
  To: buildroot

Hi Stephane,

Have you tried building Weston with that package? It fails to build for
me and it seems the makefile requires modifications to setup the symbolic
links properly.
I'll take care of it as part of the update to latest (GA) version but I
recommend building not only the package but an actual application that
requires the GLES libs to be properly installed for next series ;)

Thanks,
Gary

On Thu, Dec 24, 2020 at 07:59:41AM +0100, Stephane Viau wrote:
> This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.
> 
> Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
> ---
>  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 6de74a9..8978a3a 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	9cc4c6594083f5970bc394a698a0a8ed0c7f2a1a753dfbf25cb0be5ab8bdcbd5  imx-gpu-viv-6.4.0.p2.4-aarch32.bin
> -sha256	a295f41a6346c507fc8a677c26ecf9b2f416735e32e6d0734516ef5363027720  imx-gpu-viv-6.4.0.p2.4-aarch64.bin
> -sha256	2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
> -sha256	7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
> +sha256	cdec43e45e840fe30e188e3b6f07c44b4a1ceafc315e605c8d278564db5fcbe9  imx-gpu-viv-6.4.3.p0.0-aarch32.bin
> +sha256	b3bd03288106daf3a62d2301d09569292ef6a5c74c761cfa4e41dad85e4bf547  imx-gpu-viv-6.4.3.p0.0-aarch64.bin
> +sha256	69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
> +sha256	a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  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 fca8a4d..0bb923a 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.0.p2.4-aarch64
> +IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch64
>  else
> -IMX_GPU_VIV_VERSION = 6.4.0.p2.4-aarch32
> +IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch32
>  endif
>  IMX_GPU_VIV_SITE = $(FREESCALE_IMX_SITE)
>  IMX_GPU_VIV_SOURCE = imx-gpu-viv-$(IMX_GPU_VIV_VERSION).bin
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0
  2020-12-29 17:54   ` Gary Bisson
@ 2021-01-04  9:31     ` Stephane Viau
  0 siblings, 0 replies; 21+ messages in thread
From: Stephane Viau @ 2021-01-04  9:31 UTC (permalink / raw)
  To: buildroot

>Hi Stephane,

Hi Gary, 

>
>Have you tried building Weston with that package? It fails to build for
>me and it seems the makefile requires modifications to setup the symbolic
>links properly.

I currently only build all (default) *imx* configs found in the configs/ directory.

>I'll take care of it as part of the update to latest (GA) version but I
>recommend building not only the package but an actual application that
>requires the GLES libs to be properly installed for next series ;)

Thanks for fixing this! 
I'll make sure to add such _custom_ config in our CI for next time.

BR,
Stephane.

>
>Thanks,
>Gary
>
>On Thu, Dec 24, 2020 at 07:59:41AM +0100, Stephane Viau wrote:
>> This version is aligned with 5.4.47_2.2.0 NXP Linux BSP.
>>
>> Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
>> ---
>>  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 6de74a9..8978a3a 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       9cc4c6594083f5970bc394a698a0a8ed0c7f2a1a753dfbf25cb0be5ab8bdcbd5  imx-gpu-viv-6.4.0.p2.4-aarch32.bin
>> -sha256       a295f41a6346c507fc8a677c26ecf9b2f416735e32e6d0734516ef5363027720  imx-gpu-viv-6.4.0.p2.4-aarch64.bin
>> -sha256       2ceab29de5ea533b86f570bcc4e9ddbfb5fe85a1da4978a8613ff3fd9bed781d  COPYING
>> -sha256       7ffad92e72e5f6b23027e7cf93a770a4acef00a92dcf79f22701ed401c5478c0  EULA
>> +sha256       cdec43e45e840fe30e188e3b6f07c44b4a1ceafc315e605c8d278564db5fcbe9  imx-gpu-viv-6.4.3.p0.0-aarch32.bin
>> +sha256       b3bd03288106daf3a62d2301d09569292ef6a5c74c761cfa4e41dad85e4bf547  imx-gpu-viv-6.4.3.p0.0-aarch64.bin
>> +sha256       69cbb76b3f10ac5a8c36f34df7bbdf50825815560c00a946fff2922365ef01a2  COPYING
>> +sha256       a39da2e94bd8b99eaac4325633854620ea3a55145259c3a7748c610a80714cfc  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 fca8a4d..0bb923a 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.0.p2.4-aarch64
>> +IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch64
>>  else
>> -IMX_GPU_VIV_VERSION = 6.4.0.p2.4-aarch32
>> +IMX_GPU_VIV_VERSION = 6.4.3.p0.0-aarch32
>>  endif
>>  IMX_GPU_VIV_SITE = $(FREESCALE_IMX_SITE)
>>  IMX_GPU_VIV_SOURCE = imx-gpu-viv-$(IMX_GPU_VIV_VERSION).bin
>> --
>> 2.7.4
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2021-01-04  9:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24  6:59 [Buildroot] [PATCH 00/15] Bump NXP BSP components to 5.4.47_2.2.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 01/15] package/freescale-imx/firmware-imx: bump version to 8.9 Stephane Viau
2020-12-26 17:31   ` Thomas Petazzoni
2020-12-24  6:59 ` [Buildroot] [PATCH 02/15] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p0.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 03/15] package/freescale-imx/imx-gpu-viv: bump version to 6.4.3.p0.0 Stephane Viau
2020-12-29 17:54   ` Gary Bisson
2021-01-04  9:31     ` Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 04/15] package/freescale-imx/imx-sc-firmware: bump version to 1.6.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 05/15] package/freescale-imx/imx-seco: bump version to 3.7.1 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 06/15] package/freescale-imx/imx-vpu: bump version to 5.4.39.3 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 07/15] package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 08/15] package/imx-mkimage: bump to version rel_imx_5.4.47_2.2.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 09/15] configs/freescale_imx6*: bump BSP components to 5.4.47_2.2.0 Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 10/15] configs/freescale_imx7dsabresd: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 11/15] configs/freescale_imx8mmevk: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 12/15] configs/freescale_imx8mnevk: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 13/15] configs/freescale_imx8mqevk: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 14/15] configs/freescale_imx8qmmek: " Stephane Viau
2020-12-24  6:59 ` [Buildroot] [PATCH 15/15] configs/freescale_imx8qxpmek: " Stephane Viau
2020-12-24 11:08 ` [Buildroot] [PATCH 00/15] Bump NXP " Gary Bisson
2020-12-25  7:55   ` Stephane Viau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.