]> git.ipfire.org Git - thirdparty/linux-firmware.git/commitdiff
amlogic: update video decoder firmwares
authorMaxime Jourdan <mjourdan@baylibre.com>
Mon, 3 Feb 2020 14:58:23 +0000 (15:58 +0100)
committerMaxime Jourdan <mjourdan@baylibre.com>
Mon, 3 Feb 2020 15:20:05 +0000 (16:20 +0100)
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>
12 files changed:
WHENCE
meson/vdec/g12a_hevc_mmu.bin [new file with mode: 0644]
meson/vdec/g12a_vp9.bin
meson/vdec/gxl_h264.bin
meson/vdec/gxl_hevc.bin
meson/vdec/gxl_hevc_mmu.bin
meson/vdec/gxl_mjpeg.bin
meson/vdec/gxl_mpeg12.bin
meson/vdec/gxl_vp9.bin [new file with mode: 0644]
meson/vdec/gxm_h264.bin
meson/vdec/sm1_hevc_mmu.bin [new file with mode: 0644]
meson/vdec/sm1_vp9_mmu.bin [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 40913e551208b885d7aad9e9c3c7f88efe3fe8ab..504ec896c1411444772df8716869164a0716e190 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -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
 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.
 
diff --git a/meson/vdec/g12a_hevc_mmu.bin b/meson/vdec/g12a_hevc_mmu.bin
new file mode 100644 (file)
index 0000000..4c35fb5
Binary files /dev/null and b/meson/vdec/g12a_hevc_mmu.bin differ
index 94e16747ac86dcfa006563713fad9941190ae0d3..a5f41123d357b973dce313c604ee739e135049a5 100644 (file)
Binary files a/meson/vdec/g12a_vp9.bin and b/meson/vdec/g12a_vp9.bin differ
index 9468c657d1c88c76b7be83c6406c3c91d930a0a6..c60e3191ee0bf7c2753182646263bc9e7970cd28 100644 (file)
Binary files a/meson/vdec/gxl_h264.bin and b/meson/vdec/gxl_h264.bin differ
index a97a8881b41c271b40fda65692df53ae52f53867..4159db356383a75ac72be6efbfc3cf38d3a94f03 100644 (file)
Binary files a/meson/vdec/gxl_hevc.bin and b/meson/vdec/gxl_hevc.bin differ
index e2ba47431e867c020e8af18fb9ce4805544c9350..3c0e8c694b5c07e489ebfceeb9df1a61b0d5807c 100644 (file)
Binary files a/meson/vdec/gxl_hevc_mmu.bin and b/meson/vdec/gxl_hevc_mmu.bin differ
index c365b0d0c0d21dbdc50c861f22c84a0d2d6cdece..d088cc0e01a34ee8a4a3d6f4648a63ec306e07f8 100644 (file)
Binary files a/meson/vdec/gxl_mjpeg.bin and b/meson/vdec/gxl_mjpeg.bin differ
index 65d0cacb662576008589220a5d05d49107d4c748..c348148b6de3862557c48db886b7b9ea49ac558e 100644 (file)
Binary files a/meson/vdec/gxl_mpeg12.bin and b/meson/vdec/gxl_mpeg12.bin differ
diff --git a/meson/vdec/gxl_vp9.bin b/meson/vdec/gxl_vp9.bin
new file mode 100644 (file)
index 0000000..1f98548
Binary files /dev/null and b/meson/vdec/gxl_vp9.bin differ
index 4d73e17a25120cf8e3a70e7bae74967f2534d79a..12d0625818e2d6e78ff20263f93801198c1dd2aa 100644 (file)
Binary files a/meson/vdec/gxm_h264.bin and b/meson/vdec/gxm_h264.bin differ
diff --git a/meson/vdec/sm1_hevc_mmu.bin b/meson/vdec/sm1_hevc_mmu.bin
new file mode 100644 (file)
index 0000000..4c35fb5
Binary files /dev/null and b/meson/vdec/sm1_hevc_mmu.bin differ
diff --git a/meson/vdec/sm1_vp9_mmu.bin b/meson/vdec/sm1_vp9_mmu.bin
new file mode 100644 (file)
index 0000000..f49f7af
Binary files /dev/null and b/meson/vdec/sm1_vp9_mmu.bin differ