Browse Source

amlogic: update video decoder firmwares

Update the firmwares extracted from Amlogic's last known release from
July 2019.

This commit updates several binaries already present for GXL, GXM and
G12A chips, but also adds:

- HEVC for G12A
- HEVC for SM1
- VP9 for GXL
- VP9 for SM1

The support for which - apart from HEVC, still in development - is
currently in-review in the linux-media mailing list [1][2][3].

[1] [v4,0/4] media: meson: vdec: Add compliant H264 support
https://patchwork.kernel.org/cover/11336951/
[2] [v3,0/5] media: meson: vdec: Add VP9 decoding support
https://patchwork.kernel.org/cover/11336975/
[3] [0/3] media: meson: vdec: add sm1 platform
https://patchwork.kernel.org/cover/11256037/

Cc: Arden Jin <Arden.Jin@amlogic.com>
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
main
Maxime Jourdan 5 years ago
parent
commit
fb505a691b
  1. 4
      WHENCE
  2. BIN
      meson/vdec/g12a_hevc_mmu.bin
  3. BIN
      meson/vdec/g12a_vp9.bin
  4. BIN
      meson/vdec/gxl_h264.bin
  5. BIN
      meson/vdec/gxl_hevc.bin
  6. BIN
      meson/vdec/gxl_hevc_mmu.bin
  7. BIN
      meson/vdec/gxl_mjpeg.bin
  8. BIN
      meson/vdec/gxl_mpeg12.bin
  9. BIN
      meson/vdec/gxl_vp9.bin
  10. BIN
      meson/vdec/gxm_h264.bin
  11. BIN
      meson/vdec/sm1_hevc_mmu.bin
  12. BIN
      meson/vdec/sm1_vp9_mmu.bin

4
WHENCE

@ -4793,6 +4793,7 @@ Licence: Redistributable. See LICENCE.microchip for details @@ -4793,6 +4793,7 @@ Licence: Redistributable. See LICENCE.microchip for details
Driver: meson-vdec - Amlogic video decoder

File: meson/vdec/g12a_h264.bin
File: meson/vdec/g12a_hevc_mmu.bin
File: meson/vdec/g12a_vp9.bin
File: meson/vdec/gxbb_h264.bin
File: meson/vdec/gxl_h263.bin
@ -4802,7 +4803,10 @@ File: meson/vdec/gxl_hevc_mmu.bin @@ -4802,7 +4803,10 @@ File: meson/vdec/gxl_hevc_mmu.bin
File: meson/vdec/gxl_mjpeg.bin
File: meson/vdec/gxl_mpeg12.bin
File: meson/vdec/gxl_mpeg4_5.bin
File: meson/vdec/gxl_vp9.bin
File: meson/vdec/gxm_h264.bin
File: meson/vdec/sm1_hevc_mmu.bin
File: meson/vdec/sm1_vp9_mmu.bin

Licence: Redistributable. See LICENSE.amlogic_vdec for details.


BIN
meson/vdec/g12a_hevc_mmu.bin

Binary file not shown.

BIN
meson/vdec/g12a_vp9.bin

Binary file not shown.

BIN
meson/vdec/gxl_h264.bin

Binary file not shown.

BIN
meson/vdec/gxl_hevc.bin

Binary file not shown.

BIN
meson/vdec/gxl_hevc_mmu.bin

Binary file not shown.

BIN
meson/vdec/gxl_mjpeg.bin

Binary file not shown.

BIN
meson/vdec/gxl_mpeg12.bin

Binary file not shown.

BIN
meson/vdec/gxl_vp9.bin

Binary file not shown.

BIN
meson/vdec/gxm_h264.bin

Binary file not shown.

BIN
meson/vdec/sm1_hevc_mmu.bin

Binary file not shown.

BIN
meson/vdec/sm1_vp9_mmu.bin

Binary file not shown.
Loading…
Cancel
Save