summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware-imx
Commit message (Collapse)AuthorAgeFilesLines
* firmware-imx: Upgrade to 3.14.28-1.0.0 releaseLauren Post2015-04-093-11/+9
| | | | | | | | | | This upgrades the vpu firwmare to v3.1.1_r46063 Also license is now changed from LAOPT27 to LA_OPT_FSL_OPEN_3RD_PARTY_IP Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Fix PE syntax to follow code styleOtavio Salvador2015-04-091-1/+1
| | | | | | | This adds space before and after equal symbol. Change-Id: If8f0f3a710730a67b473828889c3c07b51940393 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Upgrade to 3.10.53-1.1.0 GA releaseLauren Post2015-01-272-14/+10
| | | | | | | - VPU firmware upgraded Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Upgrade to 3.10.31-1.1.0 Beta versionLauren Post2014-11-104-24/+15
| | | | | | | | | | | VPU firmware is updated to version v3.1.1_r46060 for mx6 This release does not contain Atheros firmware so remove from the firmware-imx.inc file. This also removes the 3.0.35-4.0.0 version as this release is also compatible with mx5 SoCs. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Update to 3.10.17-1.0.0 GALauren Post2014-04-302-10/+10
| | | | | | Change-Id: I60e297e003b5114e3c11c8e63106bfdc5d00d65f Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Use MACHINE_SOCARCH for PACKAGE_ARCHOtavio Salvador2013-09-281-1/+1
| | | | | | | | The firmware-imx is common to the soc-architecture so we ought to reflect this in the PACKAGE_ARCH setting. Change-Id: Ib8c45fd2589e7a7fa10275021152ae7f951bf51e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Add version 3.5.7-1.0.0Lauren Post2013-08-051-0/+10
| | | | | Change-Id: I3b57aaf4d68e08f81dd29319beaa054cac4ecdd4 Signed-off-by: Lauren Post <lauren.post@freescale.com>
* firmware-imx: Fix rootfs generation for 'dev-pkgs' image featureOtavio Salvador2013-07-211-0/+2
| | | | | | | | The -dev package depends on firmware-imx but this needs to be available or rootfs generation fails. Change-Id: Ibe52d64c591eb81d79a5e2174f1d8db1a496c455 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Move PR to the .bb file and PE to .incOtavio Salvador2013-07-202-3/+2
| | | | | Change-Id: I13bd9ea63c5d25854f7f28681c15686db966bb8f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Remove Atheros firmwareOtavio Salvador2013-06-071-5/+3
| | | | | | | | The linux-firmware already provide the Atheros firmware so we should use it and avoid duplication. Change-Id: I5e8675612916ab20ae27e63aedba6758e9a17afb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Update to MX5 to version 3.0.35-4.0.0Daiane Angolini2013-05-284-17/+1
| | | | | | | | Version 3.0.35-4.0.0 is compatible with MX5 SOC FAMILY Remove old version (11.09.01) and patches for this version Change-Id: I27b3d7c94c68459c32b151054b5f1b175dd75bfb Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* firmware-imx: Update to version 3.0.35-4.0.0Daiane Angolini2013-05-282-9/+9
| | | | | | | | Add new version compatible with MX6 SOC FAMILY. Remove old version for MX6 (1.1.0) Change-Id: I2e500ce49590340c47ee107f08cab604c21c88d5 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* firmware-imx: Make the package machine specificOtavio Salvador2013-03-201-2/+4
| | | | | | | | Each SoC has a different version of the firmware files so it is not architecture agnostic thus make it machine specific. Change-Id: I1de5da5014c4dbc64e18804b11f09a6d0337e618 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Update to version 1.1.0Daiane Angolini2013-01-252-8/+9
| | | | | Change-Id: Idb7c97d836f11fcf40b09cd6ce48cb3a221700d9 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* firmware-imx: Add 12.09.01 versionOtavio Salvador2012-11-221-0/+8
| | | | | Change-Id: Ibfff91ed18a37ccac52ab1b19f8265dc8f86f03b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Refactor recipe to avoid useless files in rootfsOtavio Salvador2012-10-151-20/+32
| | | | | | | | | The recipe now generate a set of packages for each SoC so it avoids including useless files in rootfs. The architecture of binaries has also been change to all as it is in binary form. Change-Id: I912df305c0cda3a60e88a8e939f002464fd374ff Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Move specific filesOtavio Salvador2012-10-154-12/+11
| | | | | | | | The 11.09.01 has some specific files and those ought to be in the version recipe. Change-Id: I6749648927a122b8652323321757844618660b67 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Use fsl-eula-unpack class to handle EULAOtavio Salvador2012-10-023-3/+8
| | | | | | | | | The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I8a627d7bc4ab2103ae9f7c68eba403427885ac95 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* firmware-imx: Fix license field to use 'Proprietary'Otavio Salvador2012-09-301-2/+2
| | | | | Change-Id: I21e5c54e01d0b846286087637af4d4784ce77582 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: refactory package naming and versionOtavio Salvador2012-09-195-0/+45
Rename the 'imx-firmware' package to 'firmware-imx' as this is how the tarball is named. We also changed the version from 0.1 to 11.09.01 to proper reflect to the version in use. During the refactory the package upgrade path has been respected so package management can know how to handle the rename. Change-Id: I8d908020333883d7c8a42641e6d9a6e3e81f4bb0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>