aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu
AgeCommit message (Collapse)Author
2016-05-16imx-vpu: Set PACKAGE_ARCH to MACHINE_ARCHOtavio Salvador
The imx-vpu is a machine specific package, as it depends on the kernel for build. We are going to change the PACKAGE_ARCH of it to be MACHINE_SOCARCH as the interface provided by it is stable thus not requring that the library users to be rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-06imx-vpu: Upgrade to 5.4.33 versionLauren Post
VPU firmware has been changed to the format of Linux codec driver firmware. Change VPU library to adapt to firmware format change. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11EULA: Update to LA_OPT_BASE_LICENSE v10 November 2015Lauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11imx-vpu: Upgrade to 5.4.32Lauren Post
- Support AVcVuiInfo for Decoder through DecInitialInfo or DecOutputInfo - Clear structure iram IOGetIramBase() fails to set them to avoid using uninitialized variables. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-06Drop Freescale official Linux kernel for i.MX23, i.MX28 and i.MX5 SoC familiesOtavio Salvador
The Linux kernel provided by Freescale for i.MX28 and i.MX5 is too old (2.6.35.3) and there are no plans to upgrade it, as the OE-Core is going to use GCC 5.2 as default compiler soon and it is not possible to compile this kernel with the new toolchain, thus the removal. The metadata related to the i.MX23, i.MX28 and i.MX5 SoC family, which is dependant of this Linux kernel support, has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. The recipes affected are: - alsa-state - amd-gpu-x11-bin - gtk+3 - imx-lib - imx-test - imx-vpu - libfslcodec - linux-imx - mesa - qt4-embedded-free - qt4-x11-free - qtbase - xf86-video-imxfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2015-08-04imx-vpu: Upgrade to 5.4.31 versionLauren Post
- Fix VPU blocked in BWB module. - Adding new soc name for i.MX6QP Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28imx-vpu: Upgrade to 5.4.30 versionLauren Post
Released with 3.14.38-6QP_Beta release. Fixes for no output after decoding small jpg in ring buffer mode License updated to 2015.06 v8 so updated License checksum. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-09imx-vpu: Upgrade 5.4.27 to 5.4.28 versionLauren Post
License also changed from LAOP27 to LA_OPT_FSL_OPEN_3RD_PARTY_IP Change-Id: I84da584f0bc74b2e330127599643a4b8dccae1b3 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-27imx-vpu: Upgrade to 3.10.53-1.1.0 GA releaseLauren Post
- imx-vpu recipe version changed to internal version 5.4.27 - VPU share memory file open fixes - Upgrade ion usage - Remove obey-variables patch -now included in release Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-10imx-vpu: Upgrade to 3.10.31-1.1.0 Beta versionLauren Post
Upgrade to v5.4.26 version - Fixes to support multiple thread robustness - SOF stuffing new command added used for MJPEG - VPU performance fixes with multiple instances - IOGetVirtMem - return checking - Remove patch from recipe - SOI search performance fixes - Comment unused registers for mx6 chips as dummy - Add new registers used on mx6 chips only. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-04imx-{lib,vpu}: obey CFLAGS, LDFLAGSChristopher Larson
This quiets GNU_HASH warnings when building with an external toolchain. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-06-25imx-vpu: fix checks of IOGetVirtMem() return valueEric Nelson
The IOGetVirtMem() routine returns the address of a memory block or -1 (MAP_FAILED) to indicate an error. Many callers of this routine tested the return value for <= 0 to detect failure, and at least with a 3G/1G memory split configured in the kernel, a negative number (!= -1) is a valid (successful) return value. Without this patch, the IOSystemInit() will often detect failure incorrectly. Change-Id: I8b20ae5f74608307cbb810168024e8863599dbdb Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-04-30imx-vpu: Update to 3.10.17-1.0.0 GA versionLauren Post
Change-Id: I2cffa52aec15bce9efb09e4ef186f541f0b3afc0 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-20imx-vpu: Upgrade to 3.10.17-1.0.0_betaLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-05imx-vpu (3.10.9-1.0.0): Fix build system to use OE build flagsOtavio Salvador
The build system needs to allow override of CC and AR variables so OE can pass proper flags for it; this includes a patch to allow it to happen and fix builds in O.S. Systems autobuilder. Change-Id: I974166244df3f743b21a00d705097602108449b2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-04imx-vpu (3.10.9-1.0.0): Use imx-vpu.inc to avoid code duplicationOtavio Salvador
The code in 3.10.9-1.0.0 version was duplicating the logic used in the imx-vpu.inc so we removed this duplication. Change-Id: Ie6fc0c5f1a43f7a3bc2b89c155e47b8fa5cdb1a7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-10-30imx-vpu: Add 3.10.9-1.0.0 recipeLauren Post
This was previously part of imx-lib but separated starting in 3.0.35-4.1.0 because vpu is Freescale Proprietary license. Note that libvpu was previously part of imx-lib but has been pulled out because vpu is now Freescale Proprietary license Change-Id: I3293b94ee3c3474d305c13c0c8c62480317713fc Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-10-18imx-vpu: Add imx-vpu version 11.09.02Daiane Angolini
This package wraps lib-vpu with proper licensing. Change-Id: I21da011672eb2ce7c000abd4f5ed10baec58d9ba Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>