aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
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-04-06imx-lib: Upgrade to 5.4 versionLauren Post
- Remove platform check in hdmi-cec and imx-lib - simplify to support builds on multiple machines - For ipu use the dummy defaul object to fix build issues on non-ipu hardware Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-06imx-kobs: Upgrade to 5.4 versionLauren Post
- Check raw mode flag for backward compatbility - Fix membership name in bch geometry structure. - Fix the previous implementation that may ruin the BBM - Adapt raw page accesses to match the new raw_read/write implementation The old raw access implementation (in GPMI driver) was considering that data and OOB data were separated in their respective regions (the data area and the OOB area of the page), which is not true. They are actually interleaved this way: METADATA + ((DATA + ECCBYTES) * N) The new raw access implementation (in the GPMI driver) is hiding this weird layout to MTD users by exposing a more common layout: DATA + METADATA + (N * ECCBYTES) Here METADATA + (N * ECCBYTES) are exposed as if they were stored in the OOB area. Unfortunately kobs-ng rely on this weird layout when accessing the NAND in raw mode. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-06firmware-imx: Upgrade to 5.4 versionLauren Post
- Upgrade to FW v3.1.1_r46072 - v3.1.1_r46070 plus 2 patches 391/392 - FSLARIK-391 [Decoder/H.264] VPU is always busy when decoding an erroneous H264 bitstream - FSLARIK-392 [Decoder/VC1] VPU outputs only 1 picture - Change to the format of Linux coda driver firmware Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-06u-boot-fslc: Update to 1e82446 revisionOtavio Salvador
This brings following backports/fixes: 1e82446 mx6slevk: imximage.cfg: update to fix tINIT3 and tIH-CA violations e578035 mx6qarm2: imximage_mx6dl.cfg update to fix tINIT3 violation adc86d5 mx7_common: Define CONFIG_SYS_MALLOC_LEN in the board file 83195c2 warp7: Pass the UART base definition 87a2283 mx6sabresd: Remove unneeded enable_lvds() function 8f1927e arm: mxs: Update MX28EVK config db8b958 mx6sabresd: Use VESA 1024x768 timings 49185d3 mx27: 16-bit wide watchdog registers cfc4a96 mx6sabre_common: Fix U-Boot corruption after 'saveenv' d955806 arm: mx5: Enable NAND TrimFFS on M53EVK 0aea495 imx: print ARM clock for clocks command 1a1ac16 imx: mx6ul configure the PMIC_STBY_REQ pin as open drain 6f8ee92 imx: mx6ul: skip setting ahb rate 60b774d imx: mx6: Fix incorrect clear mmdc_ch0 handshake mask fe3704b Revert conversion for config_distro_bootcmd.h 8a68957 Revert "warp7: Add initial support" Change-Id: I7a04b21f4ec9aac0a58adb1233d208b1ae2c3258 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-02imx-uuc: Add dosfstools-native on DEPENDSFabio Berton
imx-uuc Makefile runs mkfs.vfat command and fails if it not available. We need to install dosfstools-native to provide this tool. Change-Id: Iadc9ce579bbe20b69ed27e3518b39009254d9cd0 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-03-18u-boot-fslc: Update to U-Boot 2016.03 based forkOtavio Salvador
This updates the fork for the 2016.03 release. Currently following patches are applied on top of it: fd6b196 warp7: Add initial support f9dc5fe wandboard: Drop revision specific DeviceTree support b3e771e mx6sabresd: Enable video interfaces in bootargs e0a65b1 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" af0e438 iMX6: Change mmcroot to use fixed mmc block index for USDHC 36a641b embestmx6boards: Change default bootenv configuration f97660e mx6sabresd: Use LDO dtb file until LDO bypass support is added 4064b09 mx6slevk: Use LDO dtb file until LDO bypass support is added f854376 imx: mx7d: move MX7D to Kconfig entry 8a29233 imx: mx6sx: move MX6SX to Kconfig entry d85319f arm: mx6: Add CCV xPress board support fe7917e arm: mx6: Add UART8 base address for i.MX6UL 8730cc5 arm: imx6: Switch DDR3 calibration to wait_for_bit() 91c85e8 warp7: Add initial support ca3306a mx7_common: Put early/late init configs into board file 1dfebcc mx7: Distinguish between dual and solo versions dfcf27d mx7dsabresd: Define serial port locally 95817e0 mx7_common: Remove unexisting options 78eb121 arm: imx: Add support for GE Bx50v3 boards Change-Id: I0e7ddd021fd87ffe8a5ad6916fd1eb7a3243b21b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-03-11alsa-state: Using one unified version to set configuration values for ↵Yuqing Zhu
mx6/mx6ul/mx7 As i.MX6UL uses the SOC Family name as "mx6ul", need to add configuration for mx6ul separately. Unify the configuration files to be easy to maintain. For asound.conf, there is no change. For asound.state, wm8962/cs42888 audio configuration for mx6. wm8958/wm8960 audio configuration for mx6ul/mx7. Signed-off-by: Yuqing Zhu <carol.zhu@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-11firmware-imx: Upgrade to 5.3 versionLauren Post
- 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 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11formfacor: Add generic machconfig formfactors for i.MX 6UltraLite and 7DualLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11imx-uuc: Upgrade to 0.5.1 versionLauren Post
Support a dummy fat file to vaoid windows popup format dialog when using manufacturing tool. 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>
2016-02-11imx-test.inc: Add depends to support x11 buildsLauren Post
This fixes build issues with mxc_epdc_x11_fb_test and x11_overlay which have dependencies on x11 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11imx-test: Upgrade to 5.3 versionLauren Post
- Remove the ar3k hciattach since bluez4 and 5 support BT. - mxc_mlb_test: Use one file for mlb test - rename to generic name. - mxc_sim_test: Handle errors when running on un supported sim cards. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11imx-kobs: Upgrade to 5.3 versionLauren Post
MMT-89: support reading bch geometry setting from debugfs add new feature to read bch geometry setting from debugfs, it provides the feasibility to support large oob NAND devices. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11u-boot-imx: Upgrade to 3.14.52-1.1.0_ga releaseLauren Post
Consolidate GA support i.MX 6Q/QP/D/S/SL/UL and 7Dual Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-02-11u-boot-fslc: Update to U-Boot 2016.01 based forkOtavio Salvador
This updates the fork for the 2016.01 release. Currently following patches are applied on top of it: 5da7953 wandboard: Drop revision specific DeviceTree support 3a636ab mx6sabresd: Enable video interfaces in bootargs bec0ad3 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" fad3922 iMX6: Change mmcroot to use fixed mmc block index for USDHC 3c73816 embestmx6boards: Change default bootenv configuration 90bac9b mx6sabresd: Use LDO dtb file until LDO bypass support is added 885c473 mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-12-03barebox: update to 2015.10Alexandre Belloni
2013.08 doesn't compile anymore because of the switch to gcc 5.2 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-11-23u-boot-ls1: The finale u-boot binary is not named as u-boot.bin for sdcard/spiChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-11-05u-boot-fslc: Update revision to 1b6aee7Otavio Salvador
This includes following backported changes from 2016.01 development tree: 1b6aee7 mx7dsabresd: add secure boot support 54021ea imx: hab: add mx7 secure boot support eea967b imx: hab: use read_fuse for secure boot settings cca95ea arm: imx: add secure boot fuse details for imx7 SoC 5ef219e arm: imx: add secure boot fuse details for imx6 SoC b2842cc imx: hab: add secure boot fuse details 31454f2 imx: hab: rework unified rom section for mx7 9ac3e4b imx: hab: use unified rom section for mx6sx and mx6ul 20235de imx: hab: rework secure boot support for imx6 8574461 imx: cpu: move common chip revision id's a0c37ef imx: mx6sabresd: add i.MX6DQP Sabresd support 93bcc5f imx35, flea3: add FIT image support 10ca202 ts4800: add CONFIG_OF_LIBFDT 4198580 arm, imx6, aristainetos2: set gpr register after reset e06ab75 arm, imx: add some gpr register defines 8af784c driver: misc: add MXC_OCOTP Kconfig entry a022163 imx-common: timer: clean up code Besides those, it also include: 4238786 cgtqmx6eval: Fix SPL support Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-29Remove MCC libraryStefan Agner
As we moved all the other MCC related recipes (mqxboot and kernel-module-mcc), we should do so too with libmcc. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-29u-boot-ls: support gcc5Chunrong Guo
Fixed the following build errors with gcc5: |error: linux/compiler-gcc5.h: No such file or directory Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-28u-boot-fslc: Update to revision 23575d2Otavio Salvador
This includes the Congatec QMX6 SPL support which is targetting inclusion for U-Boot 2016.01 release. The following patches are included: 23575d2 cgtqmx6eval: Add DFU support 112dfb1 iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad() bf2ca16 cgtqmx6eval: Add SPL support 3bce451 cgtqmx6eval: Add fastboot support 77b786a cgtqmx6eval: Use SPI NOR to store the environment f6bc396 cgtqmx6eval: Add SPI NOR flash support 540baa3 spi: Add SPI NOR protection mechanism 6e057b9 spi: sf_ops: Add SPI protection mechanism from the kernel 3f150e4 powerpc: Remove __ilog2_u64 and ffs4 from bitops 2feb00c compat: Remove is_power_of_2() definition 254550e nios2: Use the generic bitops headers 7611cdc nds32: Use the generic bitops headers f9bfea4 openrisc: Use the generic bitops headers d2f21eb sparc: Use the generic bitops headers fde093e sandbox: Use the generic bitops headers ef582a7 sh: bitops: Use the generic bitops headers d068eae blackfin: bitops: Use the generic bitops headers 37d32df m68k: bitops: Use the generic bitops headers 902775c4 x86: bitops: Use the generic bitops headers 6ab6bf2 ARM: bitops: Use the generic bitops headers 8324309 include: Add generic bitops headers 5054c77 include: Add log2 header from the kernel Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-28Remove Vybrid mcc related recipesOtavio Salvador
The mqxboot and mcc Linux kernel module requires the Timesys kernel to work. The kernel is not in use in meta-fsl-arm anymore and in long term the Vybrid will be using the remoteproc mechanism to share resources across the different CPU, inside of the SoC. As consequence of the update for the Linux 4.1 kernel, those recipes ought to move for meta-fsl-arm-extra where 3rd party boards can keep using them. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-22u-boot-fslc: Update to revision a4338ecfOtavio Salvador
This merges the v2015.10 final changes onto the FSLC fork, bringing the fixes done on top of the rc5 release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-22Remove unused patch filesOtavio Salvador
Those patch files were left orphan when upgrading the linux-imx and u-boot-imx recipes, becoming unused. The removal of them cause no harm and helps to keep the metadata clean. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-16u-boot-fslc: Update to 982a6474 revisionOtavio Salvador
Update the U-Boot fork to a 2015.10-rc5 based version. This brings several fixes for i.MX and Vybrid based systems. Mainly: cf04ad3 arm: vf610twr: improve memory layout d45fd01 colibri_vf: Fix bstlen field e24bb2b mtd: nand: vf610_nfc: resync with upstream Linux version f861f51 ls102xa: Fix reset hang f532727 imx_watchdog: Add a header file for watchdog registers 040ef8f pcm052: fix MTD partitioning 61903b7 imximage: fix commands other than write_data 835c30e imximage: header.length of 4 is valid Change-Id: Ifdb607d9a94ef594f3fe37d2b6388dc9a8268106 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-10-08u-boot-fslc: Update to 2015.10-based forkOtavio Salvador
This updates the fork based on upcoming 2015.10 release. This is currently based on 2015.10-rc3 tag and offers a very solid release for start the tests for Yocto Project 2.0 release. Change-Id: I1d35409a9806a96f8dd538e2b8c2a3520e9104ba Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-09-21firmware-imx: Update to 5.2 versionLauren Post
The package adds the EPDC waveforms and the needed changes to properly install those were done in the firmware-imx.inc file. Another change was to include the i.MX 7 in the COMPATIBLE_MACHINE list. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-09-18imx-test: Upgrade to 5.2 versionLauren Post
- Update mx6ul Modules - Update motion sensor fxls8471 in acctest Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-09-18imx-lib: Add mx6ul support for pxp librariesLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-09-18u-boot-imx: Update to i.MX 6Quad Plus GA and 6UltraLite GA releasesLauren Post
QuadPlus and Ultralite were each standalone releases so keep baranches and commits specific to each standalone release. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-06u-boot-fslc: Update to 3f0c535 revisionOtavio Salvador
This upgrades the U-Boot 2015.07 fork to include following backports: 3f0c535 udoo: Remove SPL fat support 87c4294 arm: mxs: make inline function compatible for GCC 5 a3c103e udoo: Switch to SPL support 963982d cgtqmx6eval: Use standard boot script 70bbfc1 cgtqmx6eval: Align DCD settings with Congatec's U-boot a17e383 cgtqmx6eval: Add SATA support 825ced0 cgtqmx6eval: Add splash screen support 26a3d35 cgtqmx6eval: Add USB support 7a902c7 cgtqmx6eval: Add PMIC support 9991641 cgtqmx6eval: Add thermal support 1702fa7 cgtqmx6eval: Add ESDHC3 support 4a01796 cgtqmx6eval: Fit into single lines 3b8bc2d cgtqmx6eval: Improve the error handling 03d8850 cgtqmx6eval: Staticize when possible d199d1f cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE c3bb8cc cgtqmx6eval: Use default prompt 389d672 mmc:fsl_esdhc invalidate dcache before read 2aa590e warp: Add MAX77696 support b446a29 power: pmic: Add support for MAX77696 PMIC 0c610df thermal: Fix comments 7869cf1 imx: imximage: add new CHECK/CLR BIT command f18b011 arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM 7e23759 mx6sabresd: Use 'int' for return values c5fb677 mx6sxsabresd: Use 'int' for return values b713ff9 builderthread.py: Keep 'SPL' 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-05u-boot-imx: Upgrade to 2015.04 versionLauren Post
Upgrade to 2015.04 version and add i.MX 6UltraLite. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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-08-04imx-test: Upgrade to 5.1 version and add 6UL supportLauren Post
Adding i.MX 6UltraLite support Fix scc build exclusion in makefile Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-04imx-lib: Upgrade to 5.1 and add i.MX 6UltraLite supportLauren Post
Enable pxp libraries for i.MX 6UltraLite. Fix rng and shara2 to exclude the 6UL platform to avoid build breaks Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-04imx-kobs: Upgrade to 5.1 versionLauren Post
Add i.MX 6UltraLite support. When kobs-ng generates FCB with BCH ecc parity, ecc data might NOT byte align, and requires join the ecc with real FCB data. When the ecc data is byte aligned, the operation is not necessary, just simply copy the data. Generalize the encode_bch_ecc function for different configurations. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28u-boox-imx: Upgrade to 3.14.28-6QP_beta releaseLauren Post
Update to latest fixes in 3.14.38-6QP_beta which adds support for i.MX 7Dual and i.MX 6QuadPlus boot configurations. Bug fixes for i.MX 6 boards including ARM errata fixes. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28alsa-state: Add mx7 support with wm8960 audioLauren Post
Include the i.MX 7Dual alsa-state configurations. The mx7 is a new i.MX SoC family provided in the 3.14.28-7D_alpha release and upstreamed with the 3.14.38-6QP_Beta release. 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-07-28imx-test: Upgrade to 5.0 versionLauren Post
Released with 3.14.38-6QP_beta release. This version change creates independence from BSP version. This will avoid confusion on future BSP updates that don't include imx-test changes. - Include support for MX7 - Rework makefiles for legacy machines to avoid rework with new chips. - DCIC fix for system hangs - MMDC support for 6QP and revision checks and higher granularity with ms. - EPDC deprecate old driver and add v2 unit test - remove patches for legacy. - V4L2 fixes for v4l2_buffer user pointer Create the mx7 SoC family to the COMPATIBLE_MACHINE in recipe. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28imx-lib: Upgrade to 5.0 versionLauren Post
Released with 3.14.38-6QP_beta release. Change version to be independent of BSP version. This limits confusion on future BSP updates that do not include imx-lib updates Add i.MX 7D support for platforms, machines and makefiles. Change LICENSE Checksum to point to a full LGPL license. Add the mx7 SoC family to the COMPATIBLE_MACHINE in recipe. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28imx-kobs: Upgrade to 5.0 versionLauren Post
Released with 3.14.38-6QP_beta release. Use a different versioning schema based on package versioning instead of BSP version. This way, if a new BSP version does not bump this package, we can keep this package unchanged as well. To avoid conflicts with QorIQ adding COMPATIBLE machines including mx7 support. This software is i.MX specific so should be limited to i.MX. Add fixes for maximum ecc strength for each platform. Add mx7 boot config support. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28firmware-imx: Upgrade to 5.0 versionLauren Post
Released with 3.14.38-6QP_Beta release. Use a different versioning schema based on package versioning instead of BSP version. This way, if a new BSP version does not bump this package, we can keep this package unchanged as well. Freescale license upgraded to 2015.06 v8 so checksum is updated VPU firmware upgraded to v3.1.1_r46067 - Low Latency fixes for H.264 encoder - Wrong frame number fix for H.264 decoder - Deocde failure fix for H.264 decoder with multi-SPS/PPS headers Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-22imx-lib (11.09.02): Override license checksum fileOtavio Salvador
The imx-lib release, used in i.MX5, uses the old header file to check for the license causing a build error: ERROR: Function failed: imx-lib: LIC_FILES_CHKSUM points to an invalid file: .../tmp/work/imx53qsb-poky-linux-gnueabi/imx-lib/11.09.02-r0/imx-lib-11.09.02/COPYING-LGPL-2.1 As the new releases will use the LGPL-2.1 license file we add the override for the old release to avoid this build failure. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-22u-boot-fslc: Upgrade to a 2015.07-based forkOtavio Salvador
This upgrades the FSL Community fork to a 2015.07-based one. The following patches are applied on top of the original source code: 31851bd wandboard: Drop revision specific DeviceTree support a31d74b mx6sabresd: Enable video interfaces in bootargs 9aaf17f Revert "embestmx6boards: convert to use config_distro_bootcmd.h" 05c69ef wandboard: Changed mmcroot variable so kernel 3.10.31 boots 3e86dfb iMX6: Change mmcroot to use fixed mmc block index for USDHC 44ffc6d mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT 7767edb embestmx6boards: Change default bootenv configuration bebd6c7 mx6sabresd: Use LDO dtb file until LDO bypass support is added 8a82d9d mx6slevk: Use LDO dtb file until LDO bypass support is added 6f3f04e thermal: imx_thermal: fix busywait if IMX6 temp <0C a978050 tools: mkimage: fix imximage header size 8788cb7 i2c: fix vf610 support a7fd9dd net: fec_mxc: remove useless struct nbuf 823ba31 iMX: adding parsing to hab_status command 0210211 imx: mx6 add i2c4 clock support for i.MX6SX 8e45722 imx: mx6 remove duplicated enable_cspi_clock bf639dd imx6: standardise OCOTP and fuse config to mx6_common 4d4c88c thermal:imx_thermal: enter busywait cooling loop when over max CPU temp c23cd60 mx53loco: Use generic 'load' command instead of 'fatload' Change-Id: I7215c00328e6110fb40effa0514a28d076bbedf0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Drop i.MX31 and i.MX35 supportOtavio Salvador
The i.MX31 and i.MX35 has been barely used and without much community coverage since its inclusion making them untested boards. There is no reason to keep the support for those SoCs in the BSP layer as those are virtually not tested and unkown to be working or not. The metadata related to the i.MX3 SoC family 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. Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>