Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/8] package/freescale-imx/firmware-imx: bump version to 8.10
Date: Wed, 13 Jan 2021 09:10:20 +0100	[thread overview]
Message-ID: <d6faa5af-c22c-67b2-65a0-5721bf4aa2bf@gmail.com> (raw)
In-Reply-To: <CAOMZO5AZXr8oY1Z6K30-Bq+a3dF8RAaRmBB1S_51Fh_9UDWgdw@mail.gmail.com>

Hi Fabio,

Le 13/01/2021 ? 01:43, Fabio Estevam a ?crit?:
> Hi Romain,
> 
> On Tue, Jan 12, 2021 at 9:27 PM Fabio Estevam <festevam@gmail.com> wrote:
> 
>> I notice the same here on a imx53.
> 
> It works for me if I change it like this:
> 
> --- a/package/freescale-imx/firmware-imx/firmware-imx.mk
> +++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
> @@ -116,9 +116,8 @@ endif
>  FIRMWARE_IMX_VPU_FW_NAME = $(call
> qstrip,$(BR2_PACKAGE_FIRMWARE_IMX_VPU_FW_NAME))
>  ifneq ($(FIRMWARE_IMX_VPU_FW_NAME),)
>  define FIRMWARE_IMX_INSTALL_TARGET_VPU_FW
> -       mkdir -p $(TARGET_DIR)/lib/firmware/imx/vpu
>         cp $(@D)/firmware/vpu/vpu_fw_$(FIRMWARE_IMX_VPU_FW_NAME)*.bin \
> -               $(TARGET_DIR)/lib/firmware/imx/vpu/
> +               $(TARGET_DIR)/lib/firmware/

Here you're installing the firmware in the first supported firmware path, this
allow to load the firmware on the first try.

>  endef
>  endif
> 
> 
> [    9.727308] coda 63ff4000.vpu: IRQ bit not found
> [    9.848458] coda 63ff4000.vpu: Initialized CODA7541.
> [    9.853967] coda 63ff4000.vpu: Firmware version: 1.4.50
> [    9.937682] coda 63ff4000.vpu: encoder registered as video5
> [    9.962135] coda 63ff4000.vpu: decoder registered as video6
> [    9.985276] coda 63ff4000.vpu: encoder registered as video7
> [   10.018420] coda 63ff4000.vpu: decoder registered as video8
> 
> Would the change above be acceptable? If so, I can submit it.

I'm not sure if we should install the vpu firmware directly in "/lib/firmware/"
or "/lib/firmware/vpu". Feel free to submit a patch to discuss about this change.

Thanks!

Best regards,
Romain

> 
> Thanks
> 

  reply	other threads:[~2021-01-13  8:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-05 15:24 [Buildroot] [PATCH v2 0/8] Bump NXP BSP components to 5.4.70_2.3.0 Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 1/8] package/freescale-imx/firmware-imx: bump version to 8.10 Stephane Viau
2021-01-12 22:50   ` Romain Naour
2021-01-13  0:27     ` Fabio Estevam
2021-01-13  0:43       ` Fabio Estevam
2021-01-13  8:10         ` Romain Naour [this message]
2021-01-13 11:16           ` Fabio Estevam
2021-01-13 11:31             ` Romain Naour
2021-01-13 11:46               ` Fabio Estevam
2021-01-13  8:04       ` Romain Naour
2021-01-13  8:27         ` Heiko Thiery
2021-01-13  8:39           ` Romain Naour
2021-01-13 11:56             ` Heiko Thiery
2021-01-13 12:54               ` Romain Naour
2021-01-16 15:40   ` Romain Naour
2021-01-16 21:31     ` Stephane Viau
2021-01-16 22:45       ` Romain Naour
2021-01-17  2:06         ` Fabio Estevam
2021-01-05 15:24 ` [Buildroot] [PATCH v2 2/8] package/freescale-imx/imx-sc-firmware: bump version to 1.7.0 Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 3/8] package/freescale-imx/imx-seco: bump version to 3.7.4 Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 4/8] package/imx-mkimage: bump to version rel_imx_5.4.70_2.3.0 Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 5/8] configs/freescale_imx6*: bump BSP components to 5.4.70_2.3.0 Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 6/8] configs/freescale_imx7dsabresd: " Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 7/8] configs/freescale_imx8m*: " Stephane Viau
2021-01-05 15:24 ` [Buildroot] [PATCH v2 8/8] configs/freescale_imx8*: " Stephane Viau
2021-01-16 22:08 ` [Buildroot] [PATCH v2 0/8] Bump NXP " Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d6faa5af-c22c-67b2-65a0-5721bf4aa2bf@gmail.com \
    --to=romain.naour@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox