All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform
@ 2020-11-13 10:10 pawnrob at gmail.com
  2020-12-23 13:59 ` Gary Bisson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pawnrob at gmail.com @ 2020-11-13 10:10 UTC (permalink / raw)
  To: buildroot

From: RMellor <Rob.Mellor@ultra-pals.com>

linux-*/arch/arm/boot/dts/imx6ul.dtsi
requires the install of the sdma-imx6q.bin as stated in
line 727: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";

without the BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME being set to "imx6q"
line 102 of firmware-imx.mk does not install the firmware to to target

Signed-off-by: RMellor <Rob.Mellor@ultra-pals.com>
---
 package/freescale-imx/firmware-imx/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/freescale-imx/firmware-imx/Config.in b/package/freescale-imx/firmware-imx/Config.in
index 587f402426..fcf22c55b3 100644
--- a/package/freescale-imx/firmware-imx/Config.in
+++ b/package/freescale-imx/firmware-imx/Config.in
@@ -18,6 +18,7 @@ config BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME
 	default "imx51" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX51
 	default "imx53" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53
 	default "imx6q" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q
+	default "imx6q" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
 	default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7
 	default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
 	default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
-- 
2.17.1

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

* [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform
  2020-11-13 10:10 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform pawnrob at gmail.com
@ 2020-12-23 13:59 ` Gary Bisson
  2021-01-07 22:04 ` Arnout Vandecappelle
  2021-01-08  7:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Gary Bisson @ 2020-12-23 13:59 UTC (permalink / raw)
  To: buildroot

Hi Rob,

Thanks for your contribution and sorry for the delayed response.

On Fri, Nov 13, 2020 at 10:10:26AM +0000, pawnrob at gmail.com wrote:
> From: RMellor <Rob.Mellor@ultra-pals.com>
> 
> linux-*/arch/arm/boot/dts/imx6ul.dtsi
> requires the install of the sdma-imx6q.bin as stated in
> line 727: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
> 
> without the BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME being set to "imx6q"
> line 102 of firmware-imx.mk does not install the firmware to to target
> 
> Signed-off-by: RMellor <Rob.Mellor@ultra-pals.com>

Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>

Regards,
Gary

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

* [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform
  2020-11-13 10:10 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform pawnrob at gmail.com
  2020-12-23 13:59 ` Gary Bisson
@ 2021-01-07 22:04 ` Arnout Vandecappelle
  2021-01-08  7:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2021-01-07 22:04 UTC (permalink / raw)
  To: buildroot



On 13/11/2020 11:10, pawnrob at gmail.com wrote:
> From: RMellor <Rob.Mellor@ultra-pals.com>
> 
> linux-*/arch/arm/boot/dts/imx6ul.dtsi
> requires the install of the sdma-imx6q.bin as stated in
> line 727: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
> 
> without the BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME being set to "imx6q"
> line 102 of firmware-imx.mk does not install the firmware to to target
> 
> Signed-off-by: RMellor <Rob.Mellor@ultra-pals.com>

 Your Sign-off-by line should contain your real name. So I took the liberty of
changing it to Rob Mellor and applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/freescale-imx/firmware-imx/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/freescale-imx/firmware-imx/Config.in b/package/freescale-imx/firmware-imx/Config.in
> index 587f402426..fcf22c55b3 100644
> --- a/package/freescale-imx/firmware-imx/Config.in
> +++ b/package/freescale-imx/firmware-imx/Config.in
> @@ -18,6 +18,7 @@ config BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME
>  	default "imx51" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX51
>  	default "imx53" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53
>  	default "imx6q" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q
> +	default "imx6q" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
>  	default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7
>  	default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
>  	default "imx7d" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8MM
> 

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

* [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform
  2020-11-13 10:10 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform pawnrob at gmail.com
  2020-12-23 13:59 ` Gary Bisson
  2021-01-07 22:04 ` Arnout Vandecappelle
@ 2021-01-08  7:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-01-08  7:44 UTC (permalink / raw)
  To: buildroot

>>>>> "pawnrob" == pawnrob  <pawnrob@gmail.com> writes:

 > From: RMellor <Rob.Mellor@ultra-pals.com>
 > linux-*/arch/arm/boot/dts/imx6ul.dtsi
 > requires the install of the sdma-imx6q.bin as stated in
 > line 727: fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";

 > without the BR2_PACKAGE_FIRMWARE_IMX_SDMA_FW_NAME being set to "imx6q"
 > line 102 of firmware-imx.mk does not install the firmware to to target

 > Signed-off-by: RMellor <Rob.Mellor@ultra-pals.com>

Committed to 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-08  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 10:10 [Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform pawnrob at gmail.com
2020-12-23 13:59 ` Gary Bisson
2021-01-07 22:04 ` Arnout Vandecappelle
2021-01-08  7:44 ` Peter Korsgaard

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.