summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-imx (2009.08): Remove deprecated versionOtavio Salvador2015-02-051-68/+0
| | | | | | | | This release is not in use by any supported board, being kept completely untested for last release. Drop it. Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Booting from SD card using u-boot-with-spl-pblChunrong Guo2015-02-021-0/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: add the path of byte_swap.tcl scriptZhenhua Luo2015-01-221-1/+1
| | | | | | | | | | Fix the following build error of QSPI u-boot. | couldn't read file "byte_swap.tcl": no such file or directory | WARNING: /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/temp/run.do_compile.18788:1 exit 1 from | tclsh byte_swap.tcl /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.bin /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.swap.bin 8 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Upgrade to 2014.07 versionChunrong Guo2015-01-162-4/+4
| | | | | | | | | | | This includes following changes: 2bf1c34 ls102xa: scfg: Remove SCFG bit reverse setting on LS1 80b1d30 ls1021atwr: SECURE BOOT- Add secure boot target for ls1021atwr 49eaf3e board/ls1021aqds: Add support to test GPIO by enabling EC3 16111c4 ls102xa: spi: Fix QSPI and DSPI compatibility issue on LS1021ATWR board Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1-tools-native: fix the git url and SHAChunrong Guo2015-01-161-0/+3
| | | | | | | | | the byte_swap.tcl script is provided by another FSL u-boot tree, fix following build error: | install: cannot stat `/home/yocto/poky/build_ls1021atwr_release/tmp/work/x86_64-linux/u-boot-ls1-tools-native/2013.10-r0/git/byte_swap.tcl': No such file or directory Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: update to sdk v1.7 releaseChunrong Guo2015-01-161-3/+3
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qe-ucode: add recipes for Layerscape1 supportChunrong Guo2015-01-161-0/+36
| | | | | | | | *qe-ucode are the microcode binaries for the QUICC Engine hardware block in QorIQ products. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* apptrk: add recipes for Layerscape1 supportChunrong Guo2015-01-163-0/+68
| | | | | | | Debug agent for Freescale CodeWarrior debugger Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: build with versioned sonameMax Krummenacher2015-01-122-1/+20
| | | | | | | | | | | | | | | | | | | This adds a versioned soname to the shared library during linking. Otherwise an application linked with '-lmcc' needs libmcc.so for execution, having libmcc.so.1 would not be enough. root@colibri-vf:~# ls -l /usr/lib/libmcc.so* lrwxrwxrwx 1 root root 13 Jan 7 2015 /usr/lib/libmcc.so.1 -> libmcc.so.1.0 -rwxr-xr-x 1 root root 5252 Jan 7 2015 /usr/lib/libmcc.so.1.0 root@colibri-vf:~# mcc-pingpong mcc-pingpong: error while loading shared libraries: libmcc.so: cannot open shared object file: No such file or directory Additionaly the following warning no longer appears. WARNING: QA Issue: mcc-pingpong requires libmcc.so, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: Add runtime dependency for kernel-module-mcc-devOtavio Salvador2015-01-121-0/+2
| | | | | | | | | | | | | | | | | The kernel-module-mcc-dev brings the kernel API headers used when doing application development which uses the libmcc. So when libmcc-dev is included in a SDK, this brings all the necessary boilerplate code. The motivation for this can be found at message from Petr Kubizňák <kubiznak.petr@elnico.cz>[1]. 1. https://lists.yoctoproject.org/pipermail/meta-freescale/2015-January/012144.html Change-Id: Icd8311c79a87500c0a9d97d9b63fb0340a5908a1 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: Fix symbolic link for dynamic libraryOtavio Salvador2015-01-122-1/+34
| | | | | | | | | This fixes the Makefile to properly generate the symlink inside the installation directory. Change-Id: I18ad51c87f64780bfdd8bd70abdda5554439d9e8 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mqxboot: provide explicit do_installMax Krummenacher2014-12-311-2/+4
| | | | | | | | | | mqxboot is a pure make project. Inheriting autotools provided an implicit do_install task, however with the change to seperate builddirs in dizzy (${B} != ${S}) do_install fails. Removing autotools and providing an explicit do_install task fixes this. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: provide explicit do_installMax Krummenacher2014-12-311-2/+4
| | | | | | | | | | libmcc is a pure make project. Inheriting autotools provided an implicit do_install task, however with the change to seperate builddirs in dizzy (${B} != ${S}) do_install fails. Removing autotools and providing an explicit do_install task fixes this. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-*: Rework LOCALVERSION depending on SRCBRANCHDaiane Angolini2014-11-244-3/+5
| | | | | | | | | | | | | | | | LOCALVERSION is used in FSL Community BSP Release Notes and should highlight which are the _release version_ for that particular provider. In addition LOCALVERSION makes it easy to track where the binary running on a target is from. Both reasons make LOCALVERSION a very important information. The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case of explicit exception. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 5fd0b607dFabio Estevam2014-11-102-2/+2
| | | | | | | | | This adds the following U-boot patch: 5fd0b607d mx53loco: Change 'fdt_file' dynamically Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Update to 50d6848 revisionChunrong Guo2014-11-101-1/+1
| | | | | | | | | | | | This includes following changes: 50d6848 arm: ls102xa: Update bit reversing for SCFG registers 4d18340 arm: ls102xa: Remove custom part number SLS1020A and related defination 756cbdc arm: ls102xa: clear EPU registers for deep sleep 1d333c7 arm: ls102xa: correct the base address of DCSR registers Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw : Update to 38ec2c9 revisionChunrong Guo2014-11-101-1/+1
| | | | | | | | | | | | | | This includes following changes: 69c87db ls1021aqds: set value of uboot entry address for qspiboot a59bea9 ls1021a: add rcw for enable sai ca0b3d1 ls1021aqds: sdboot: fix value of PBI_SRC and IFC_MODE 3ac85c8 ls1021atwr: add rcw for SD card boot 43707fa ls1021aqds: add rcw for NAND boot 1948685 ls1021a: remove custom part number "letech" Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-101-1/+1
| | | | | | | Improve speed of image authentication in 2013.04 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-*: Add DESCRIPTION for u-boot providersDaiane Angolini2014-10-314-3/+7
| | | | | | | | | Add u-boot DESCRIPTION for those providers still using the default one. This is needed in order to have a complete and readable list of u-boot providers in FSL Community BSP Release Notes. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2014.10 upcoming releaseOtavio Salvador2014-10-234-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the U-Boot to the 2014.10 based branch. On top of the original code we still have following changes applied: 75ce95e embestmx6boards: Change default bootenv configuration 472bfb3 ot1200: add sata support 4e8b5ee ot1200: fix sf detection 857ccfd ARM: i.MX6: include prototype for get_board_rev() 2b542e6 video: ipu_disp: remove pixclk fixup 499a8ca video: ipu: fix debug and comment c970aa2 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 37a6b36 mx6sabre_common: Add HDMI config to common code 56f29bf mx6qsabreauto: Add HDMI support 2878ac3 ot1200: remove superfluous "string" tag d2104d6 ARM: i.MX video: declare displays and display_count publicly 2d6e2ec ARM: i.MX: provide declaration for board_spi_cs_gpio d09ced3 ARM: prevent compiler warnings from bootm.c 34fd658 wandboard: Use 32bit color depth for Fusion LCD 92e4fa9 mx6sabresd: Use LDO dtb file until LDO bypass support is added d859ee7 mx6slevk: Use LDO dtb file until LDO bypass support is added 47ac5b6 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT Due the changes on the way U-Boot works now, heavily relying on kconfig, it is required to use the 'configure' step to properly setup it for the 'sandbox' before building the tools. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to e36968a revisionOtavio Salvador2014-09-232-2/+2
| | | | | | | | | | | | | | | This includes follow backports from 2014.10 upcoming release e36968a wandboard: Use 32bit color depth for Fusion LCD c1c50cf mx6qsabreauto: Staticize when possible 930ed7c mx6sxsabresd: Staticize i2c_pad_info1 38b6f2e imx:mx6slevk: change CONFIG_SYS_FSL_ESDHC_ADDR 10377d0 imx:mx6qarm2: change CONFIG_SYS_FSL_ESDHC_ADDR a1cf9ae imx:mx6sxsabresd: change CONFIG_SYS_FSL_ESDHC_ADDR 3ac6818 arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG bbc0712 arm: Make reset position-independent Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: add recipes for Layerscape1 supportZhenhua Luo2014-09-152-0/+93
| | | | | | | | | The reset configuration word (RCW) manages the hardware configuration info for QorIQ targets, rcw is used by the preboot loader to begin system configuration. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Add recipe for Layerscape1 supportZhenhua Luo2014-09-153-0/+51
| | | | | | | | * u-boot-ls1-tools-native: provides the tcl script for endian swap * u-boot-ls1: the u-boot recipes for ls1021aqds and ls1021atwr support Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 53cd36b revisionOtavio Salvador2014-09-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the 2014.07-based branch with more backports from the 2014.10 upcoming release. The following changes are included: 53cd36b imx: mx6slevk: Change to use generic board 987efad imx: mx6q/dlarm2: Change to use generic board 0207052 README.imximage: Fix the maximum DCD size 13e94fe imx: Fix build of mx6sxsabresd 318d1cd mx6sxsabresd: Add PCI support 919802d pcie_imx: Add mx6solox support 847d6ce mx6: imx-regs: Provide a structure for GPC registers f26e33b mx6qsabreauto: Remove imx6q-sabreauto.dts f22fd9d imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent e45540b arm: vf610: lpuart: disable FIFO on initializaton 11571b6 arm: vf610: lpuart: fix status register handling 09e81f4 mx6: Fix ECSPI typo in soc_boot_modes b8d5d42 imximage: Fix imximage IVT bug for EIM-NOR boot 228135e iMX6: Disable the L2 before chaning the PL310 latency 45108f1 tools: imximage: Fix the maximum DCD size for mx53/mx6 9f3f181 pci: add support for board_pci_fixup_dev function 4ecf3e6 arm: mx6: add get_cpu_type() b6faaf1 arm: mx6: ddr: fix cs0_end calculation 07917e7 arm: mx6: ddr: configure MMDC for slow_pd 66b2f14 arm: mx6: ddr: do not write into reserved bit b3f847e arm: mx6: ddr: cleanup eba02a9 i2c: imx: add macros to setup pads for multiple SoC types e50e740 sata: dwc_ahsata: implement sata_port_status a45361d compulab: eeprom: add support for defining eeprom i2c bus 8f82ddd mx6: add clock enabling functions 5305489 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR d5e440b net: fec_mxc: Adjust RX DMA alignment for mx6solox fca8b5a usb: ci_udc: implement dfu_usb_get_reset 7baddea arm: Add missing .vectors section to linker scripts 324df11 arm: vf610: add NFC clock support 10c68b2 arm: vf610: add NFC pin mux 9bba571 ARM: Fix overflow in MMU setup 7be9add api: fix build without CMD_NET support 8a9e527 e1000: add i210 support dcd2c8c e1000: Implement dcache support Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-{lib,vpu}: obey CFLAGS, LDFLAGSChristopher Larson2014-09-048-2/+480
| | | | | | | 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>
* u-boot-imx: Use the new fsl-u-boot-localversion classOtavio Salvador2014-09-012-1/+8
| | | | | | | | | | | | This uses the new class for LOCALVERSION handling. The local version is set for '+imx' by default but can be overriden by users of this .inc file. While on that move the PACKAGE_ARCH setting, in the 2009.08 recipe, to the end of file, as done on other recipes. Change-Id: Ic7e26635908cefe28c340cd9885e1efa0a009a16 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Use the new fsl-u-boot-localversion classOtavio Salvador2014-09-012-1/+4
| | | | | | | | | This uses the new class for LOCALVERSION handling. The local version is set for '+fslc' by default but can be overriden by users of this .inc file. Change-Id: Ic6089ffad89648ec5f3d2f8247e33fd5dd0e7fea Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to a824e89 revisionOtavio Salvador2014-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This include several backports of fixes and improvements from upcoming U-Boot 2014.10. Those are: a824e89 mx6sxsabresd: Add Ethernet support 6fc1d30 mx6sx: Adjust enable_fec_anatop_clock() for mx6solox 55d1de2 mx6sxsabresd: Update DDR initialization 9101eae pci: mx6: fix occasional link failures e97d548 ARM: mx6: Enable Thumb build for SPL fa27b7b ARM: mx6: Handle the MMDCx_MDCTL COL field caprices b141ef7 ARM: mx6: Prevent overflow in DRAM size detection c065fdd ARM: mx5: Fix CHSCCDR name aaee4ef i.MX31 PDK: Enable generic board for i.MX31 PDK a371261 pmic: pmic_pfuze100: Use a shorter name for PMIC name ed82ae7 mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED 7d34646 mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition 6e03308 mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offset 0a79f15 mx6: imx-regs: Remove unused 'omux' field from iomux struct 01ed8e1 arm: m53evk: Fix RTC bus number fb9eb0c lib: div64: add missing include cf321e1 mtd: cfi_flash: fix clang warning 64d14a7 fsl_i2c: add support for 3rd and 4th I2C Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: indentation fixes and whitespace cleanupMario Domenech Goulart2014-08-201-11/+11
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: Update to version 1.05Tony Felice2014-08-192-23/+3
| | | | | | | | This version was released to integrate the patch that removed bashisms from the libmcc Makefile. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: remove bashism in MakefileMax Krummenacher2014-08-152-1/+21
| | | | | | | | Replacing bash brace expansion with a Posix compliant syntax to make do_install succeed also when using a dash shell. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to dfd9146 revisionOtavio Salvador2014-08-012-2/+2
| | | | | | | | | | | This includes following fixes: dfd9146 mx6sabresd: Use LDO dtb file until PMIC support is added 28b6bee mx6slevk: Use LDO dtb file until PMIC support is added This avoids boot issues due the lacking of LDO bypass support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 7a3b1da revisionOtavio Salvador2014-07-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This includes the following changes: 7a3b1da mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT cb07d74 Add TQ Systems TQMa6 board support e379c03 arm, imx6: add aristainetos board 562f8df spi: add config option to enable the WP pin function on st micron flashes a0ae009 i.MX6: add enable_spi_clk() b2f97cf pwm, imx6: add support for pwm modul on imx6 aafe402 i.MX6: define struct pwm_regs and PWMCR_* defines 4a4d3a7 imx6: add gpr2 usb_otg_id iomux select control define d726d5f arm: mxs: Scrub useless ifdef aeadf06 mx6: Adjust the GPR offset for mx6solox 0a11d6f mx6: Remove duplication of iomuxc structure fa8cf31 mx6sxsabresd: Add PFUZE100 PMIC support a3df99b mx6: soc: Do not apply the PFD erratum for mx6solox 6ed9c7b embestmx6boards: convert to generic board 14a1613 mx6sx: Add initial support for mx6sxsabresd board d95b6ab mx6: clock: Do not enable sata and ipu clocks f586040 mx6sx: Add pin definitions 05d54b8 mx6: Add support for the mx6solox variant Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2014.07-based releaseOtavio Salvador2014-07-213-11/+10
| | | | | | | | | | | | | | | | | | | | This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpu: fix checks of IOGetVirtMem() return valueEric Nelson2014-06-252-0/+85
| | | | | | | | | | | | | | | | | 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>
* imx-uuc: Update to 0.5Otavio Salvador2014-05-246-531/+16
| | | | | | | | | This version has no code changes, except the previous patches which were applied on top of previous version. We thus update it and drop the merged patches. Change-Id: If975a07487b1f3a6d3251ecf5401aeea080bd996 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update 2014.01-based version to f5d8030Otavio Salvador2014-05-112-2/+2
| | | | | | | | | | | | This includes following changes: f5d8030 wandboard: Pass video kernel arguments for HDMI and LCD 07425b2 wandboard: add Future Eletronics 7" WVGA LCD extension board f637b1e imx-common/video: add detect_hdmi fc21589 imx-common: add board_video_skip Change-Id: I6361b60b8693ca7293fd81cf8f937d380e3bb7b2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* uboot-imx: Upgrade to 3.10.17-1.0.0 GA for mx6Lauren Post2014-04-301-2/+2
| | | | | | Change-Id: I0934ac02fcd5317da5e5fb717822a840f037df1d Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Update to 3.10.17-1.0.0 versionLauren Post2014-04-301-6/+2
| | | | | | Change-Id: I2403835a0fcdf73df94cd2fbb99fd58124886b0b Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test-hdcp: Create 3.10.17-1.0.0 versionLauren Post2014-04-301-0/+23
| | | | | | | | imx-test-hdcp is an HDCP test application for i.MX6 Change-Id: I942949d012fce9091e6ce55fd36f411cc78e1469 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpu: Update to 3.10.17-1.0.0 GA versionLauren Post2014-04-301-6/+2
| | | | | | Change-Id: I2cffa52aec15bce9efb09e4ef186f541f0b3afc0 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Update to 3.10.17-1.0.0 GA versionLauren Post2014-04-301-6/+2
| | | | | | Change-Id: Ia62c064d246f0a8cf4e88d059490d8f58eead290 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: Upgrade to 3.10.17-1.0.0 GALauren Post2014-04-301-3/+4
| | | | | | | | Changes are same as beta but directory names changed to GA Change-Id: Iba2830da1072400af01c5a49adca66e940f73b99 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-kobs: Update to 3.10.17-1.0.0 GA versionLauren Post2014-04-301-5/+3
| | | | | | Change-Id: Ie3340e5c61fa9dcc18da0f6cee262c5c94ba703d 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>
* Stop using mx6s SoC familyOtavio Salvador2014-04-231-1/+0
| | | | | | | | | The i.MX6 Solo is internally a i.MX6 Dual Lite but single core. This uses the mx6dl as the SoC family as it is already being done in the Kernel, U-Boot and Barebox. Change-Id: Ifefdce9d2f261352c409e7137c7566060e3915be Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Use generic bbappend filesOtavio Salvador2014-04-221-0/+0
| | | | | | | | | | | | | | | | | | | | This uses the % wildcard for recipe matching, this easy the update of recipe versions and maintenance. - formfactor_0.0.bbappend - udev-extraconf_1.0.bbappend - eglinfo-fb_1.0.bbappend - eglinfo-x11_1.0.bbappend - mesa-demos_8.1.0.bbappend - pointercal-xinput_0.0.bbappend - xserver-xf86-config_0.1.bbappend - gst-plugins-base_0.10.36.bbappend - gst-plugins-gl_0.10.3.bbappend - qt4-embedded_4.8.5.bbappend - qt4-x11-free_4.8.5.bbappend Change-Id: Ia901561f327fde3109237994a2a5a76827f11913 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Fix native contamination for libsslOtavio Salvador2014-04-191-2/+2
| | | | | | | | | | In case host does not have libssl available, mkimage will fail to run as the linking flags where not complete. Fixes [YOCTO: #6098] Change-Id: Ia7bd80b500ac6e60357f1e61d304bee4e3cb6832 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to v2014.01 based releaseOtavio Salvador2014-03-313-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates U-Boot to a v2014.01 based release. It includes following patches on top of prestine v2014.01 tag: 490069b mx6sabresd: Use LDO dtb file until PMIC support is added 6467f19 mx6slevk: Use LDO dtb file until PMIC support is added 5555f1b i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd 029912e NET: fec_mxc: fix MDIO clock prescaler calculation 0163b4c ARM: imx6: fix wrong fec clk 9f120dc pci: mx6: Implement reset callback d016d9d mx6: Enable L2 cache support 8b8c015 mx6qsabreauto: Update imximage.cfg fbd6105 mx6: Distinguish mx6dual from mx6quad 7d7f526 imx: Introduce a header for the imx cpu versions 7717807 hummingboard: Return from cpu_eth_init() directly 58ea0f3 imx6: make sure MMDC_CHx_MASK is clear to avoid warm reset failure 8612ce3 imx6: ensure AHB clock is 132MHz in low freq boot mode 094a791 ARM: m53evk: Enable CONFIG_REGEX 778d80a ARM: m53evk: Rename mxc-nand to mxc_nand e470e26 ARM: mx6: Enable PCIe on Sabrelite 0a666db ARM: mx6: Add PCI express driver 274fd14 ARM: mx6: Add PCI express clock configuration 5aebc94 mx6sl: Adjust fdt_addr to avoid address overlapping 95a98c2 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT cd0b4d9 MX6: Add SION flag to ENET_REF_CLK PAD Change-Id: I2bd74338c2e099b1e09cd504c6e8faefaa68d504 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* alsa-state: Update MX6 settings for use with FSL 3.10.17-1.0.0 kernelLauren Post2014-03-283-138/+248
| | | | | | | | | This configuration is made for use with the 3.10.17-1.0.0 kernel and won't work with previous 3.0.35-4.1.0 one. Change-Id: Iceef47befdf1e09a364bcf992b7631dd163718c7 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>