diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-03-16 15:56:50 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-18 23:23:02 +0100 |
commit | 5d41be30d25a848bbda82b501219fa9b1a87b405 (patch) | |
tree | a7df31d258f60510cf80c8fe7e16ebd7008de25f /package/freescale-imx/firmware-imx | |
parent | ec8a413078bc1b594e262c68b9607bc815ff0e31 (diff) | |
download | buildroot-5d41be30d25a848bbda82b501219fa9b1a87b405.tar.gz buildroot-5d41be30d25a848bbda82b501219fa9b1a87b405.zip |
firmware-imx: bump to version 5.3
Changelog:
- Add basic epdc firmware copy to correct output path
- Move legacy epdc firmware to this package out of kernel
- VPU firmware upgrade to v3.1.1_r46070
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/0fdf829
This package has been implicitely tested through gstreamer as the
plugins rely on them for vpu decoding for instance:
# gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! \
matroskademux ! imxvpudec ! imxipuvideosink
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/freescale-imx/firmware-imx')
-rw-r--r-- | package/freescale-imx/firmware-imx/firmware-imx.hash | 3 | ||||
-rw-r--r-- | package/freescale-imx/firmware-imx/firmware-imx.mk | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash index 06d5a5496b..a5bc82c7f9 100644 --- a/package/freescale-imx/firmware-imx/firmware-imx.hash +++ b/package/freescale-imx/firmware-imx/firmware-imx.hash @@ -1,2 +1 @@ -# locally computed -sha256 8cc2df128c0e2d2f5224d73389fbe6e4d6fa9ede76f8c0a9adaf7ec0986d0f1f firmware-imx-5.2.bin +sha256 fd14c3666eb3c12f4f2665d95caf383bb1d0277bb12e2de28fefc8d1230604f2 firmware-imx-5.3.bin diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk index 35cfb6de04..8f81c579d9 100644 --- a/package/freescale-imx/firmware-imx/firmware-imx.mk +++ b/package/freescale-imx/firmware-imx/firmware-imx.mk @@ -4,7 +4,7 @@ # ################################################################################ -FIRMWARE_IMX_VERSION = 5.2 +FIRMWARE_IMX_VERSION = 5.3 FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE) FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin |