diff options
| author | Maxime Jourdan <mjourdan@baylibre.com> | 2020-02-03 15:58:23 +0100 |
|---|---|---|
| committer | Maxime Jourdan <mjourdan@baylibre.com> | 2020-02-03 16:20:05 +0100 |
| commit | fb505a691b2a37b9d1fc20617433dfd52fb6e27e (patch) | |
| tree | 5436613464030aa4b2d0a885e6a656a52084f329 /meson | |
| parent | 6d9f39910215a7dc56df3629e7d46b71a592be8e (diff) | |
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>
Diffstat (limited to 'meson')
| -rw-r--r-- | meson/vdec/g12a_hevc_mmu.bin | bin | 0 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/g12a_vp9.bin | bin | 16384 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/gxl_h264.bin | bin | 36864 -> 36864 bytes |
| -rw-r--r-- | meson/vdec/gxl_hevc.bin | bin | 16384 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/gxl_hevc_mmu.bin | bin | 16384 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/gxl_mjpeg.bin | bin | 16384 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/gxl_mpeg12.bin | bin | 16384 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/gxl_vp9.bin | bin | 0 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/gxm_h264.bin | bin | 36864 -> 36864 bytes |
| -rw-r--r-- | meson/vdec/sm1_hevc_mmu.bin | bin | 0 -> 16384 bytes |
| -rw-r--r-- | meson/vdec/sm1_vp9_mmu.bin | bin | 0 -> 16384 bytes |
11 files changed, 0 insertions, 0 deletions
diff --git a/meson/vdec/g12a_hevc_mmu.bin b/meson/vdec/g12a_hevc_mmu.bin Binary files differnew file mode 100644 index 00000000..4c35fb52 --- /dev/null +++ b/meson/vdec/g12a_hevc_mmu.bin diff --git a/meson/vdec/g12a_vp9.bin b/meson/vdec/g12a_vp9.bin Binary files differindex 94e16747..a5f41123 100644 --- a/meson/vdec/g12a_vp9.bin +++ b/meson/vdec/g12a_vp9.bin diff --git a/meson/vdec/gxl_h264.bin b/meson/vdec/gxl_h264.bin Binary files differindex 9468c657..c60e3191 100644 --- a/meson/vdec/gxl_h264.bin +++ b/meson/vdec/gxl_h264.bin diff --git a/meson/vdec/gxl_hevc.bin b/meson/vdec/gxl_hevc.bin Binary files differindex a97a8881..4159db35 100644 --- a/meson/vdec/gxl_hevc.bin +++ b/meson/vdec/gxl_hevc.bin diff --git a/meson/vdec/gxl_hevc_mmu.bin b/meson/vdec/gxl_hevc_mmu.bin Binary files differindex e2ba4743..3c0e8c69 100644 --- a/meson/vdec/gxl_hevc_mmu.bin +++ b/meson/vdec/gxl_hevc_mmu.bin diff --git a/meson/vdec/gxl_mjpeg.bin b/meson/vdec/gxl_mjpeg.bin Binary files differindex c365b0d0..d088cc0e 100644 --- a/meson/vdec/gxl_mjpeg.bin +++ b/meson/vdec/gxl_mjpeg.bin diff --git a/meson/vdec/gxl_mpeg12.bin b/meson/vdec/gxl_mpeg12.bin Binary files differindex 65d0cacb..c348148b 100644 --- a/meson/vdec/gxl_mpeg12.bin +++ b/meson/vdec/gxl_mpeg12.bin diff --git a/meson/vdec/gxl_vp9.bin b/meson/vdec/gxl_vp9.bin Binary files differnew file mode 100644 index 00000000..1f98548e --- /dev/null +++ b/meson/vdec/gxl_vp9.bin diff --git a/meson/vdec/gxm_h264.bin b/meson/vdec/gxm_h264.bin Binary files differindex 4d73e17a..12d06258 100644 --- a/meson/vdec/gxm_h264.bin +++ b/meson/vdec/gxm_h264.bin diff --git a/meson/vdec/sm1_hevc_mmu.bin b/meson/vdec/sm1_hevc_mmu.bin Binary files differnew file mode 100644 index 00000000..4c35fb52 --- /dev/null +++ b/meson/vdec/sm1_hevc_mmu.bin diff --git a/meson/vdec/sm1_vp9_mmu.bin b/meson/vdec/sm1_vp9_mmu.bin Binary files differnew file mode 100644 index 00000000..f49f7aff --- /dev/null +++ b/meson/vdec/sm1_vp9_mmu.bin |
