mbox series

[GIT,PULL] amlogic: add video decoder firmwares

Message ID CAMO6naxcGeNWO9384OS-ijtykU-mXN71JVu=MKffZph8M3XqqA@mail.gmail.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] amlogic: add video decoder firmwares | expand

Pull-request

https://github.com/Elyotna/linux-firmware.git amlogic-vdec

Message

Maxime Jourdan May 13, 2019, 10:44 a.m. UTC
Hello linux-firmware maintainers,

It's been about 7 months since the last time I sent a pull request for
the Amlogic video decoder firmwares. At the time, there were
irregularities with the license used.
We have now received a redistributable license from Amlogic for which
the contact, Arden Jin, is in Cc.
More details about the firmwares themselves can be found in the single
commit description.

Cheers,
Maxime

The following changes since commit 92e17d0dd2437140fab044ae62baf69b35d7d1fa:

  amdgpu: update vega20 to the latest 19.10 firmware (2019-05-02 06:24:19 -0400)

are available in the Git repository at:

  https://github.com/Elyotna/linux-firmware.git amlogic-vdec

for you to fetch changes up to e04cc56d0e6b6ff05924ff88fdba1a438ee7d3c8:

  amlogic: add video decoder firmwares (2019-05-13 12:00:21 +0200)

----------------------------------------------------------------
Maxime Jourdan (1):
      amlogic: add video decoder firmwares

 LICENSE.amlogic_vdec        |  15 +++++++++++++++
 WHENCE                      |  18 ++++++++++++++++++
 meson/vdec/g12a_h264.bin    | Bin 0 -> 36864 bytes
 meson/vdec/g12a_vp9.bin     | Bin 0 -> 16384 bytes
 meson/vdec/gxbb_h264.bin    | Bin 0 -> 36864 bytes
 meson/vdec/gxl_h263.bin     | Bin 0 -> 16384 bytes
 meson/vdec/gxl_h264.bin     | Bin 0 -> 36864 bytes
 meson/vdec/gxl_hevc.bin     | Bin 0 -> 16384 bytes
 meson/vdec/gxl_hevc_mmu.bin | Bin 0 -> 16384 bytes
 meson/vdec/gxl_mjpeg.bin    | Bin 0 -> 16384 bytes
 meson/vdec/gxl_mpeg12.bin   | Bin 0 -> 16384 bytes
 meson/vdec/gxl_mpeg4_5.bin  | Bin 0 -> 16384 bytes
 meson/vdec/gxm_h264.bin     | Bin 0 -> 36864 bytes
 13 files changed, 33 insertions(+)
 create mode 100644 LICENSE.amlogic_vdec
 create mode 100644 meson/vdec/g12a_h264.bin
 create mode 100644 meson/vdec/g12a_vp9.bin
 create mode 100644 meson/vdec/gxbb_h264.bin
 create mode 100644 meson/vdec/gxl_h263.bin
 create mode 100644 meson/vdec/gxl_h264.bin
 create mode 100644 meson/vdec/gxl_hevc.bin
 create mode 100644 meson/vdec/gxl_hevc_mmu.bin
 create mode 100644 meson/vdec/gxl_mjpeg.bin
 create mode 100644 meson/vdec/gxl_mpeg12.bin
 create mode 100644 meson/vdec/gxl_mpeg4_5.bin
 create mode 100644 meson/vdec/gxm_h264.bin

Comments

Josh Boyer May 14, 2019, 11:33 a.m. UTC | #1
On Mon, May 13, 2019 at 6:45 AM Maxime Jourdan <mjourdan@baylibre.com> wrote:
>
> Hello linux-firmware maintainers,
>
> It's been about 7 months since the last time I sent a pull request for
> the Amlogic video decoder firmwares. At the time, there were
> irregularities with the license used.
> We have now received a redistributable license from Amlogic for which
> the contact, Arden Jin, is in Cc.
> More details about the firmwares themselves can be found in the single
> commit description.
>
> Cheers,
> Maxime
>
> The following changes since commit 92e17d0dd2437140fab044ae62baf69b35d7d1fa:
>
>   amdgpu: update vega20 to the latest 19.10 firmware (2019-05-02 06:24:19 -0400)
>
> are available in the Git repository at:
>
>   https://github.com/Elyotna/linux-firmware.git amlogic-vdec
>
> for you to fetch changes up to e04cc56d0e6b6ff05924ff88fdba1a438ee7d3c8:
>
>   amlogic: add video decoder firmwares (2019-05-13 12:00:21 +0200)
>
> ----------------------------------------------------------------
> Maxime Jourdan (1):
>       amlogic: add video decoder firmwares
>
>  LICENSE.amlogic_vdec        |  15 +++++++++++++++
>  WHENCE                      |  18 ++++++++++++++++++
>  meson/vdec/g12a_h264.bin    | Bin 0 -> 36864 bytes
>  meson/vdec/g12a_vp9.bin     | Bin 0 -> 16384 bytes
>  meson/vdec/gxbb_h264.bin    | Bin 0 -> 36864 bytes
>  meson/vdec/gxl_h263.bin     | Bin 0 -> 16384 bytes
>  meson/vdec/gxl_h264.bin     | Bin 0 -> 36864 bytes
>  meson/vdec/gxl_hevc.bin     | Bin 0 -> 16384 bytes
>  meson/vdec/gxl_hevc_mmu.bin | Bin 0 -> 16384 bytes
>  meson/vdec/gxl_mjpeg.bin    | Bin 0 -> 16384 bytes
>  meson/vdec/gxl_mpeg12.bin   | Bin 0 -> 16384 bytes
>  meson/vdec/gxl_mpeg4_5.bin  | Bin 0 -> 16384 bytes
>  meson/vdec/gxm_h264.bin     | Bin 0 -> 36864 bytes
>  13 files changed, 33 insertions(+)
>  create mode 100644 LICENSE.amlogic_vdec
>  create mode 100644 meson/vdec/g12a_h264.bin
>  create mode 100644 meson/vdec/g12a_vp9.bin
>  create mode 100644 meson/vdec/gxbb_h264.bin
>  create mode 100644 meson/vdec/gxl_h263.bin
>  create mode 100644 meson/vdec/gxl_h264.bin
>  create mode 100644 meson/vdec/gxl_hevc.bin
>  create mode 100644 meson/vdec/gxl_hevc_mmu.bin
>  create mode 100644 meson/vdec/gxl_mjpeg.bin
>  create mode 100644 meson/vdec/gxl_mpeg12.bin
>  create mode 100644 meson/vdec/gxl_mpeg4_5.bin
>  create mode 100644 meson/vdec/gxm_h264.bin

Pulled and pushed out.

josh
Maxime Jourdan May 14, 2019, 12:21 p.m. UTC | #2
On Tue, May 14, 2019 at 1:33 PM Josh Boyer <jwboyer@kernel.org> wrote:
>
> Pulled and pushed out.
>
> josh

Thanks Josh!