summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
Commit message (Collapse)AuthorAgeFilesLines
...
* wic: add kickstart files for i.mxAlexandre Belloni2015-03-093-0/+53
| | | | | | | | | | | | Add kickstart files replacing the sdcard generation capabilities of generate_imx_sdcard(). They keep the same partition layout. For barebox: imx-barebox.wks For u-boot only: imx-uboot.wks For u-boot with SPL: imx-uboot-spl.wks Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 614dd54Otavio Salvador2015-03-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | This does the backport of following changes: 614dd54 mx5: fix get_reset_cause 2db5ec7 mx6slevk: Provide a proper pad configuration for OTG1_ID pin 32f9568 mx6sabre: Select CMD_EXT4 options 8fc3c92 mx6sabre: Enable User Mass Storage f2e5464 board: tbs2910: Enable USB Mass Storage support 47d960e mx35: Fix boot hang by avoiding vector relocation 7827b39 mx31: Fix boot hang by avoiding vector relocation be1165e mx25pdk: Turn on the LCD supply 777f0aa zmx25: Convert to generic board 646fb52 imx31_phycore: Convert to generic board ff37ab6 mx31ads: Convert to generic board e74b278 mmc: fsl_esdhc: Add support for DDR mode Fixed [YOCTO: #7384] Change-Id: I6eeb0a03a9909aea0157e57472780fe4ddbc04c1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to the 3.19 based versionOtavio Salvador2015-02-262-5/+13
| | | | | | | | | The release is based on v3.19 tag and the following commits: 5fdbf2a ARM: dts: warp: Add initial WaRP Board support Change-Id: I8f2f0e7b66a80dc071ab31d9c8293ea8d13c3d7e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 5d0291fOtavio Salvador2015-02-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This backports following fixes from the upcoming U-Boot 2015.04: 5d0291f warp: Add User Mass Storage support 49ad0f1 warp: Select BOUNCE_BUFFER and CMD_EXT options 5a10751 cmd_usb_mass_storage: Remove extra 'ums' string in the usage text dd00fe2 warp: Add initial WaRP Board support b9b6996 imx: mx6sl: Extend USDHC SD2 pins to support 8-wire use 4a01af4 mmc: fsl_esdhc: Add support to force VSELECT set 11688e5 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V c1b0c39 imx:mx6slevk implement power init board 996d2cb imx:mx6slevk add pmic and i2c configuration 509825c imx:mx6sl add I2c pad settings 9867962 nitrogen6x: set environment variable reset_cause 64a6057 ARM: i.MX: provide access to reset cause through get_imx_reset_cause() d4c17e7 ot1200: add eeprom command to non-SPL build 7270ed6 cmd_eeprom: make it possible to define the used i2c bus dadd721 ARM: imx6 Add WDOG3 for i.MX6SX 3f5ba06 ARM: imx6: disable bandgap self-bias after boot Change-Id: I7a73b8722de1085ef93129c4e801617204d483e7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugins: move plugin dependency into .bb fileJohn Weber2015-02-263-1/+3
| | | | | | | | | | Move the dependency on gst-plugins-good-id3demux from the .inc file into the appropriate .bb files for each gstreamer version. Otherwise, including gst-fsl-plugins.inc into a gstreamer1.0 recipe will pull in old gstreamer-0.10 plugins, libraries, and utilities. Signed-off-by: John Weber <rjohnweber@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: ship libgles3-mx6-dev along with libgles2-mx6-devAndreas Müller2015-02-211-0/+3
| | | | | | | | | | | | Otherwise libgles3-mx6-dev has to be added manually to avoid error when compiling on target: | /usr/include/qt5/QtGui/qopengl.h:97:26: fatal error: GLES3/gl3.h: No such file or directory As soon as there are seperate binaries for GLES3 this connetion can be removed. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: sync g++.conf file with upstreamJavier Viguera2015-02-211-23/+7
| | | | | | | | | | | | | | | | Since this g++.conf file was added to fix some MX6 issues the upstream version of the file in which it's based has received some more fixes: http://git.openembedded.org/openembedded-core/commit/?id=6456b596a73232429e0d223089f32dc350ea20b0 http://git.openembedded.org/openembedded-core/commit/?id=6c78f629323bea0be44181d60e3ce45be0416093 http://git.openembedded.org/openembedded-core/commit/?id=3c49c575632cdac7bf950439b33773f09ae63354 This commit fixes an error building QT applications in debug mode (CONFIG+=debug in the QT project file) with a toolchain generated for a MX6 machine (with populate_sdk). Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Use version-agnostic bbappendOtavio Salvador2015-02-191-0/+0
| | | | | | | | | The bbappend was restricted to the 5.0 release. The 6.0 is released and short to be updated in OE-Core so to avoid breakage we are now using a version-agnostic bbappend file. Change-Id: I4f4b3d099c37f6561353225ced7d27bdeab8b2bf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Remove distribution-related settingsOtavio Salvador2015-02-191-3/+1
| | | | | | | | | | | | | | | The use of TSLib, ICU and availability of examples is a distribution configuration and not a BSP thing. Drop this settings from the bbappend. WARNING ------- This breaks QtWebKit based applications, as OE-Core and Poky distros does not add 'icu' to the DISTRO_FEATURES list. Change-Id: Ief633eab9473c3fddd359132ce7196e30b3ea293 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 6e66aedOtavio Salvador2015-02-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the following backports from the 2015.04 upcoming release: 6e66aed imx:mx6 set normal APS and standby PFM mode 7a5cac0 pmic: fix missing SWITCH_SIZE f98e73a pmic:pfuze implement pmic_mode_init d79d747 mx53loco: Fix boot hang during reboot stress test a5fb3c4 arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode 685ec23 arm: mxs: Enable booting of mx28 without battery 19161e5 arm: mxs: Add debug outputs and comments to mxs SPL source files 062e666 imx: mx6: Fixed AIPS3 base address issue bc83af2 imx: imximage: Add QuadSPI boot support 364658f imx: mx6qsabreauto: Change to use common GPMI IO clock function 8c23f6f pmic:pfuz100 add switch mode and more registers 8385185 pmic:pfuze add macro for setting voltage d8cd731 imx:mx6 update fuse_bank0_regs d41380a fsl/ls1021qds: Add deep sleep support 8fe3f3b arm: ls102xa: Add LPUART support for LS1021ATWR board 3408c48 arm: ls102xa: Add LPUART support for LS1021AQDS board e70b26f ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD boot 809e163 arm: ls102xa: Update snoop settings for CCI-400 2650c5d ARM: HYP/non-sec: Make variable gic_dist_addr as a local one b2c8ac3 ls102xa: dcu: Add platform support for DCU on LS1021AQDS board 7f0f245 crypto/fsl: Add fixup for crypto node 8023778 arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROL 79dcb3a ls102xa: etsec: Select ge0_clk125 for eTSEC clock muxing as default 636e863 arm/ls1021a: Add workaround for DDR erratum A008378 Change-Id: I91b013eb0d4a7741aa360f701e86f3dfdfccb6c8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libz160: Add a build-dependency on AMD GPUOtavio Salvador2015-02-191-0/+3
| | | | | | | | | | | | This fixes the following warning: ,---- | WARNING: QA Issue: libz160 requires libgsl-fsl.so.1, but no providers | in its RDEPENDS [file-rdeps] `---- Change-Id: I920eb5f31f94118ed46105545b9d0bd175151690 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* amd-gpu-mx51.inc: Add the amd-gpu-mx51 providerOtavio Salvador2015-02-191-1/+1
| | | | | | | | Add a common provider (for X11 and Framebuffer backends) which works out of box independently of the backend of use, to be used in DEPENDS. Change-Id: I681603c76c95d647944cbe9115dadfbd508cd63d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.10.1Carlos Rafael Giani2015-02-171-1/+11
| | | | | | | | | | | | | | Changes: - uniaudio: fix memory leak in decoder - eglvivsink: fix deadlock - vpu: encoder: pass input video codec state to derived classes - vpu: decoder: handle missing width and height values in caps - fixed video info size bug in phys mem buffer pool - fixes to base blitter Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Add --enable-neon on whitelisted configuration optionsOtavio Salvador2015-02-151-0/+3
| | | | | | | | | | | | This hides the following warning: ,---- | WARNING: QA Issue: xf86-video-imxfb: configure was passed unrecognised | options: --enable-neon [unknown-configure-option] `---- Change-Id: I1c0051db67be4a2640ff18af176a6411cfb86261 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Use xorg-driver-video.inc common fileOtavio Salvador2015-02-151-2/+3
| | | | | | | | | | | | | | The recipe were not including the xorg-driver-video.inc common file so ended not setting the right Xorg ABI dependency. This fixes the following warning: ,---- | WARNING: QA Issue: Package xf86-video-imxfb contains Xorg driver | (imx_drv.so) but no xorg-abi- dependencies [xorg-driver-abi] `---- Change-Id: Ifc2e46c2eb06233eb32c555f4943eed32b634ac4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* amd-gpu-x11-bin-mx51: Add a build-dependency on libxextOtavio Salvador2015-02-151-1/+2
| | | | | | | | | | | | | The binaries link against the libxext so a build dependency should be add. This fixes following warning: ,---- | WARNING: QA Issue: libegl-mx51 rdepends on libxext, but it isn't a | build dependency? [build-deps] `---- Change-Id: Ia3bbfb430f046c24f0be37f0b10c3bbb489ad81a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Ensure kernel source is availableOtavio Salvador2015-02-151-0/+4
| | | | | | | | | | | Add a configure-time requirement on the kernel sources. This is needed because parts of this program use kernel headers directly. If the kernel package is restored from sstate, the headers will not be available unless this dependency is explicit. This new behaviour was introduced in OE-Core: 6a1ff0e7eac Change-Id: I19cf8a08b89b0e33870f804b2d4446755b3715f4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add virtual/libg2d to i.MX6's MACHINE_SOCARCH_FILTEROtavio Salvador2015-02-151-1/+1
| | | | | | | | The virtual/libg2d package is i.MX6 dependant and should put every package depending on it into the i.MX6's sub-architecture to avoid it being included in other architectures due package feed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabreauto: Use zImage by defaultDaiane Angolini2015-02-151-1/+1
| | | | | | | | The U-Boot default environment uses zImage as kernel image type so to a proper out-of-box SD Card image we need to use KERNEL_IMAGETYPE as zImage. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabresd: Use zImage by defaultDaiane Angolini2015-02-151-1/+1
| | | | | | | | The U-Boot default environment uses zImage as kernel image type so to a proper out-of-box SD Card image we need to use KERNEL_IMAGETYPE as zImage. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Ensure kernel source is availableGary Thomas2015-02-121-0/+3
| | | | | | | | | | | Add a configure-time requirement on the kernel sources. This is needed because parts of this program use kernel headers directly. If the kernel package is restored from sstate, the headers will not be available unless this dependency is explicit. This new behaviour was introduced in OE-core: 6a1ff0e7eac Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-alsa-plugin: Ensure kernel source is availableGary Thomas2015-02-121-0/+3
| | | | | | | | | | | Add a configure-time requirement on the kernel sources. This is needed because parts of this program use kernel headers directly. If the kernel package is restored from sstate, the headers will not be available unless this dependency is explicit. This new behaviour was introduced in OE-core: 6a1ff0e7eac Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Disable imx6sl-specific code when imx6sl SOC support is disabledNikolay Dimitrov2015-02-122-1/+55
| | | | | | | | | Currently the build fails when CONFIG_SOC_IMX6SL is disabled, due to some hard-coded stuff. The patch purpose is to handle enabling/disabling this config option. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Don't package X11 specific tools in non-X11 configurationsJacob Kroon2015-02-121-0/+6
| | | | | | | | | | Fixes: WARNING: QA Issue: imx-gpu-viv-tools-apitrace requires libX11.so.6, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Add VFAT support for mxs defconfigDaiane Angolini2015-02-121-0/+1
| | | | | | | | Add VFAT file system support in order to allow pendrives and other storage devices using vfat out-of-the-box. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc.inc: Avoid duplication on assignmentsOtavio Salvador2015-02-092-10/+4
| | | | | | | The linux-imx.inc already handles the base settings, this drops the assignments which were duplicate in linux-fslc.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Backport i.MX related changes from v2015.04Otavio Salvador2015-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the revision to 4dab988, which includes following changes: 4dab988 arm, imx6, aristainetos: board updates 1dfbf54f arm: mx6: cm-fx6: add splash screen support f1882ea compulab: splash: support loading splash from sf 4c2bf3a compulab: splash: support multiple splash sources a7d780b compulab: splash: refactor splash.c 46cef71 compulab: splash: use errno values a2c128c arm: mx6: cm-fx6: add support for usb keyboard 71582ee arm: mx6: cm-fx6: display compulab logo af637a8 arm: mx6: cm-fx6: add hdmi console support e8d2b04 arm: mx6: cm-fx6: increase size of malloc area 6449956 arm: mx6: cm-fx6: pass 2nd nic mac addr to Linux f3aba9f compulab: eeprom: allow reading mac address from multiple eeproms 3dafefb arm: mx6: cm-fx6: change dtb node for ethaddr 3f84477 arm: mx6: cm-fx6: expand boot sequence 0f1c4ca ot1200: add ot1200_spl_defconfig file 892bf75 ot1200: add basic SPL support 4b29ad8 ot1200: add SPL configuration a94b46b ot1200: enable spi clock directly in ccgr_init(..) 0eeddfb ot1200: move ccgr and gpr init to c functions b708920 ot1200: make use of imx_ddr_size(..) 3762dab ot1200: select SUPPORT_SPL 0bbf5e8 imx: mx6: Change ENV offset to 512K bytes for larger u-boot image 31f433e imx:mx6sxsabresd board spl support 4c46ecb imx:mx6 add mx6sx in imx spl header file 195c032 imx:mx6sx add dram io configure for mx6sx 982c08f imx:mx6sxsabresd spl support in header file 1551931 imx:mx6sxsabresd select SUPPORT_SPL f15ff8f imx:mx6sxsabresd add spl config file 8cbbb75 mxsboot : Support of 224-bytes OOB area length c717a19 mx6sxsabresd: Remove unneeded board_late_init() 5358bea spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT f041545 arm: vf610: Remove duplicate MTD defines. Change-Id: Ib116be2e61828581ee97bc1a2536f83df6b39036 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* amd-gpu-mx51: Stop auto-renaming GPU driver librariesOtavio Salvador2015-02-051-2/+22
| | | | | | | | The AMD GPU libraries shouldn't be renamed; this allow for runtime to choose the right library at installation time. Change-Id: If674fa3d3ee0c8ff99688d0a1bc2dfda67355fa8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1-tools-native: remove recipeChunrong Guo2015-02-051-16/+0
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Added change-file-endianess as DEPENDSChunrong Guo2015-02-051-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: Added change-file-endianess as DEPENDSChunrong Guo2015-02-051-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* change-file-endianess: add recipeChunrong Guo2015-02-052-0/+52
| | | | | | | provides the tcl script for endian swap Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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>
* linux-fslc: Update to revision 483412c9Otavio Salvador2015-02-051-2/+2
| | | | | | This updates the branch to the 3.18.5 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: fix typosAlexandre Belloni2015-02-051-3/+3
| | | | | | | | Few comments are using bytes instead of block. Also remove useless seek=1 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: Drop UBOOT_PADDING supportOtavio Salvador2015-02-051-3/+2
| | | | | | | | | | The U-Boot 2009.08 has been removed so every version now supported does not use padding. This patch drops the code which added the possibility of use old U-Boot version but which was unused for long time. Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-eula-unpack.bbclass: Avoid warning about wrong 'S' being setOtavio Salvador2015-02-041-2/+3
| | | | | | | | | | | | | | | | The binary files packages provided by Freescale need to have the specialized unpack method called before the OE-Core original one. This unsures that the source is available when sanity tests are done. This fixes following warning: ,---- | WARNING: .../libfslcodec/4.0.2-r0/libfslcodec-4.0.2 ('S') don't | exist, you must set 'S' to a proper value `---- Change-Id: Ie85c5b2abdc34449503b543e5fc8d8e914ac0c1c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Performance optmizations for i.MX6 GAL2D rendererOtavio Salvador2015-02-048-28/+476
| | | | | | | | | | | | | | This improves the Weston performance considerably and is backward compatible with Vivante 4.6.9 and Vivante 5.0.X VIV-GPU drivers. The following new patches has been included: MGS-391: Weston: Performance Optimisation for single buffer mode MGS-389: Fix for wrong FPS throttling when multibuffer is set Change-Id: I17a5d8377927fa250dd0f24ac8462064dc7592ca Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: enable fsl-alsa-plugins conditionallyAlexandre Belloni2015-02-041-1/+1
| | | | | | | | Stop adding fsl-alsa-plugins to the MACHINE_EXTRA_RRECOMMENDS when DISTRO_FEATURES doesn't contain alsa to avoid building alsa-utils. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: correct initscript packageDan McGregor2015-02-041-0/+1
| | | | | | | Specify that the initscript is in xserver-xorg-extension-viv-autohdmi Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds: add sdcard configChunrong 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: 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>
* directfb: Upgrade to 1.7.4 versionNeena Busireddy2015-01-275-381/+51
| | | | | | | | Poky master upgraded directfb to 1.7.6 but 3.10.53-1.1.0 GA release is compatible with directfb 1.7.4. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Add autohdmi utilityNeena Busireddy2015-01-272-3/+55
| | | | | | | | This utility is used to monitor hdmi display hot plug and reconfigure xserver (through exa driver) if it detects the display change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Upgrade to 3.10.53-1.1.0 GA releaseNeena Busireddy2015-01-272-89/+6
| | | | | Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Upgrade to 3.10.53-1.1.0 GA releaseNeena Busireddy2015-01-2727-279/+100
| | | | | | | | | | | | | - Graphics recipe is renamed from gpu-viv-bin-mx6q to imx-gpu-viv - Recipe version is changed to use Vivante version - gpu-viv-g2d shares same package with imx-gpu-viv - imx-gpu-viv includes separate sub packages for demos and tools to support flexible package additions - Graphics package is reorganized to improve library layout - New GPU tool apitrace is added - supported only for X11 backend Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd.conf: Add imx6q-sabresd-uart device treeLauren Post2015-01-271-1/+1
| | | | | | | | Add uart5 DTE mode pinctrl set for imx6q-sabresd board becuase of pin conflict. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add new uart device tree imx6sl-evk-uart.dtbLauren Post2015-01-271-1/+1
| | | | | | | | | Add uart4 DCE and DTE pinctrl set because of pin conflict. DTE pinctrl set is commented out but can be enabled in dts file. If user want to test DTE mode, it needs to rebuild the DTB file. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabreauto: Create for 3.10.53-1.1.0 ReleaseLauren Post2015-01-271-0/+19
| | | | | | | Add machine configuration file for i.MX 6SoloX SABRE-AI board Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabresd: Remove deleted device tree canfdLauren Post2015-01-271-1/+2
| | | | | | | | Remove imx6sx-sdb-canfd device tree from device tree list. CANFD_IP is removed in final production board. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>