Sololite x11 backend only supports mesa software rendering GL but
does not support GLES. Sololite non-x11 backends (fb, wayland
and dfb) do not support GL and GLES.
Change qtbase recipe to support sololite qt for all backends.
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Wang Zidan [Fri, 12 Sep 2014 08:34:13 +0000 (16:34 +0800)]
gstreamer1.0-plugins-base: Enable native video in playbin for i.MX SoCs
GST_PLAY_FLAG_NATIVE_VIDEO means link decoder directly with video
render, otherwise, software csc/resize/deinterlace plugins will be
linked between them.
For all i.MX chips, we should enable this flag, as the fsl renders
has the capability to do csc/resize.
Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 11 Sep 2014 18:51:09 +0000 (15:51 -0300)]
linux-imx (3.10.17): Forward port 3.10.17-1.0.0 fixes
Freescale when doing 3.10.17-1.0.1 has ignored the fixes done, by
themselves, in the 3.10.17-1.0.0 kernel.
This includes following patches, rebased on top 3.10.17-1.0.1:
ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 registers across suspend/resume
ENGR00301078-2: ARM: dts: imx6sl-evk: add support for pfuze200 on imx6sl-evk
ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on mx6dl-sabresd
pfuze100-regulator: Fix of_node_get() parameter
regulator: pfuze100: Use of_get_child_by_name
regulator: pfuze100: Add PFUZE200 support to Kconfig and module description
regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables
regulator: pfuze100: add pfuze200 support
regulator: pfuze100: Fix address of FABID
ENGR00309838 ARM: imx6sl: gpc: add chip revision check for dispmix
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
- Fixed imxipuvideotransform's passthrough mode to make it work with
playbin's about-to-finish signal
- Display scale updates in imxeglvivsink weren't being handled properly
- Updates to make imxv4l2src buffers shareable
- Extra calls to make imxv4l2src work for TV capture
- Better zero-copy support in tee'd pipelines
- New IDR interval property in h264 encoder
- New slice size, and intra refresh properties in encoders
- Configurable framebuffer number in IPU sink
- Workaround for GStreamer 1.4.0 bug related to the
GST_BUFFER_FLAG_TAG_MEMORY buffer flag
- Unset GST_BUFFER_FLAG_TAG_MEMORY explicitely in VPU decoder to prevent
unnecessary copies
- Drain decoder when a new format is set, allowing for seamless transitions
- Fixed decoder shutdown freeze
- Fixed leaked socket pair problem in imxeglvivsink
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 5 Sep 2014 00:05:06 +0000 (21:05 -0300)]
gpu-viv-bin-mx6q: Fix libOpenVG link when building for mx6sl
The ab83159 (gpu-viv-bin-mx6q: Include sololite changes to remove 3Dx
libraries.) reworked the libraries available for mx6sl case however
the symbolic link was wrong. It points to the work instalation directory.
Also update chromium-imx revision to support newer v5 Vivante drivers
(used in 3.10.31 Beta release). These do not use "GL_VIV_direct_texture"
as the name for the Vivante texture extension, but "GL_VIV_tex_direct"
instead. v4 drivers (3.10.17 GA release and older) are still supported.
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 2 Sep 2014 18:54:45 +0000 (15:54 -0300)]
linux-mfgtool.inc: Fix dynamic packages handling
In case we have kernel modules, a runtime dependency or recommendation
can break the dependency resolution algorithm of BitBake resulting on
a conflict like:
,----[ Provider conflict error ]
| ERROR: Trying to resolve runtime dependency kernel-module-nfs resulted
| in conflicting PREFERRED_PROVIDER entries being found.
| The providers found were:
| ['.../meta-customer/recipes-kernel/linux/linux-customer-mfgtool_3.10.17.bb',
| '.../meta-customer/recipes-kernel/linux/linux-customer_3.10.17.bb']
| The PREFERRED_PROVIDER entries resulting in this conflict were:
| ['PREFERRED_PROVIDER_linux-mfgtool = mfgtool-linux-customer',
| 'PREFERRED_PROVIDER_virtual/kernel = linux-customer']
`----
To fix this, we need to rename the dynamic packages and hence change
the built binaries, solving the conflict.
Change-Id: I8becb8a4a839494720711f60f51515aba0140c68 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Mon, 1 Sep 2014 14:20:31 +0000 (11:20 -0300)]
linux-imx.inc: Use the new fsl-kernel-localversion class
This uses the new class for LOCALVERSION handling, dropping the old
code. The local version is set for '+imx' by default but can be
overriden by users of this .inc file.
Change-Id: Ib571e17c250473b923b31837954942ca5bacb61b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 26 Aug 2014 02:23:42 +0000 (23:23 -0300)]
cairo: Drop 'class-target' use
The native and nativesdk classes now reset the MACHINEOVERRIDES
variable, avoiding the failure during the build due the extra flags
for Vivante support.
This patch removes the 'class-target' override as the override won't
apply in native and nativesdk use anymore.
Change-Id: I53b1939c1bd20fca1c3e39e67fd03aaa743501d0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Wang Zidan [Fri, 22 Aug 2014 01:50:49 +0000 (09:50 +0800)]
libfslparser: Upgrade from version 3.0.11 to 4.0.1
libfslparser has been updated to 4.0.1 and several parsers have been updated.
-- FLV parser update to 1.9.5.
-- AVI parser update to 3.5.12.
-- MPG2 parser update to 4.4.24.
-- MP4 parser update to 6.9.2.
-- ASF parser update to 1.0.35.
-- MKV parser update to 1.5.5.
Signed-off-by: Wang Zidan <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Wang Zidan [Fri, 22 Aug 2014 01:50:48 +0000 (09:50 +0800)]
libfslcodec: Upgrade from version 3.0.11 to 4.0.1
libfslcodec: Upgrade to version 4.0.1
-- Fix AAC issue for arm11 and arm9 conformance test.
-- Fix nbamrd decoder seek crash issue.
-- Fix some fault for aac conformance for C version.
-- Promote computational accuracy for ARM12 version to pass the aac conformance.
-- Control searching boundary to avoid searching adts header to the outside of
input buffer for aacd_wrap.
-- Add WB AMR wrapper arm12 shared library which calling the arm9 decoder shared lib.
libfslcodec.inc: Add narrow and wide band amr wrapper decoder packages
Signed-off-by: Wang Zidan <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 26 Aug 2014 20:13:08 +0000 (17:13 -0300)]
packagegroup-*: set PACKAGE_ARCH before packagegroup inherit
The required order was changed in OE-Core commit:
,----
| allarch: Add warning about packagegroup
|
| Since we want to start including this class conditionally, detect cases
| where packagegroup files use the old ordering and inform the user they
| need to update this.
`----
Change-Id: If76ae87fadd4310ae0d1ae344a565683d4b34f9f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Jacob Kroon [Sat, 23 Aug 2014 19:27:09 +0000 (21:27 +0200)]
glmark2: Move .bbappend to openembedded-layer collection
The glmark2 recipe lives in meta-oe, so move it to the proper
collection directory. This makes it possible to again use meta-fsl-arm
without having meta-oe layer included.
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
chromium: Add bbappend for GPU specific modifications and VPU support
* Adds ozone-wayland patches which modify the required EGL versions in
the GYP files
* Turns on h.264 and MP4 support in Chromium's FFmpeg copy
* Enables a workaround for the Vivante GPU that prevents translucent
canvas regions to show up with a blue color
* Adds hardware-accelerated video decoding using the VPU by fetching
chromium-imx sources and integrating them into the Chromium source tree
and the GYP files
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Tony Felice [Mon, 18 Aug 2014 21:48:30 +0000 (17:48 -0400)]
kernel-module-mcc: Update to version 1.06
This includes the following main changes:
* Increase max code size of MQX binary that can be loaded to SRAM from
128KB to 256KB.
* Add compatibility for the 3.13+ Linux kernel. Functionality with the 3.0
kernel remains unchanged.
* Integrate patch that removes bashisms from kernel-module-mcc's Makefile.
Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Jun Zhu [Fri, 15 Aug 2014 16:28:40 +0000 (00:28 +0800)]
pulseaudio: Fix mutext issue when do pause in gstreamer
Pulseaudio crashes when other program using sound:
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed
at pulsecore/mutex-posix.c:106, function pa_mutex_unlock().
Disable the feature PTHREAD priority inheritance is the easiest
workaround for this issue.
Signed-off-by: Jun Zhu <R01007@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Thu, 14 Aug 2014 19:17:31 +0000 (14:17 -0500)]
linux-imx: Upgrade to 3.10.17-1.0.1
For 2D GPU cores there is a potential need to manage the maximum number
of outstanding return requests from the memory subsystem. The proper way
to manage these for 2D cores with this configuration is to use a FLUSH.
The patch does a FLUSH after every DRAW, the pipe will not overfill and
the scenario which may lead to a stall will not occur.
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Thu, 14 Aug 2014 19:17:30 +0000 (14:17 -0500)]
xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
For 2D GPU cores there is a potential need to manage the maximum number
of outstanding return requests from the memory subsystem. The proper way
to manage these for 2D cores with this configuration is to use a FLUSH.
The patch does a FLUSH after every DRAW, the pipe will not overfill and
the scenario which may lead to a stall will not occur.
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Thu, 14 Aug 2014 19:17:29 +0000 (14:17 -0500)]
gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
For 2D GPU cores there is a potential need to manage the maximum number
of outstanding return requests from the memory subsystem. The proper way
to manage these for 2D cores with this configuration is to use a FLUSH.
The patch does a FLUSH after every DRAW, the pipe will not overfill and
the scenario which may lead to a stall will not occur.
This patch requires the Linux kernel 3.10.17-1.0.1 fixes.
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Gary Bisson [Sun, 27 Jul 2014 23:05:03 +0000 (16:05 -0700)]
gst-fsl-plugin: fix build for kernel headers >= 3.10
This package couldn't build using a toolchain with kernel headers >=
3.10 because of the use of VIDIOC_DBG_G_CHIP_IDENT. As stated in
videodev2.h, this ioctl should never be used.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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>
The patches for Vivante GPU support are i.MX6-specific and shouldn't
be applied for other SoCs and architectures. This patch changes it
to be i.MX6-specific.
Fixes [YOCTO: #6545]
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sat, 5 Jul 2014 14:12:08 +0000 (11:12 -0300)]
linux-imx (2.6.35.3): Update to the b3912bb revision
This includes following updates:
b3912bb ENGR00285448 [MX28] SAIF: Out of Voltage in SAIF clock PINs 90ce77d ENGR00285446-3 [MX28] SAIF: Bit Shift in SAIF RX Data 1ea685a ENGR00285446-2 [MX28] SAIF: Bit Shift in SAIF RX Data 1ca8992 ENGR00285446-1 [MX28] SAIF: Bit Shift in SAIF RX Data 45fe172 mach-mx5/devices.c: Add PMU device
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Jacob Kroon [Fri, 18 Jul 2014 21:05:43 +0000 (23:05 +0200)]
gpu-viv-bin-mx6q: Fix file ownership in packages
The do_install() function is run under pseudo in order to create packages with
correct file-permissions. By issuing "cp -a" to install files, we leak
build user/group permissions into the packages, since the do_unpack() function
is executed as the regular build user. Replace it with -P, so that we at least
keep symlinks.
Also drop -x (--one-file-system) since it's not needed.
This was tested by comparing the output of "ls -lR --time-style=+ image/"
before and after the change.
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
shows that the library has a runtime dependency on libffi. Same thing
applies to libwayland-viv.so.
For non-wayland builds, where libffi may or may not be available during
package time, skip packaging them so that they don't cause unexpected
dependency changes in buildhistory.
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 11 Jul 2014 19:54:44 +0000 (16:54 -0300)]
amd-gpu-mx51.inc: Use anonymous python function to inject metadata
The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.
To accomodate the code to this the recipe needed to be reworked to use
an anonymous python function so it runs at parsing time.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 11 Jul 2014 19:42:52 +0000 (16:42 -0300)]
libfslcodec: Move package related fields near to binary ones
The best practice is to have the package related fields close to the
binary related ones (FILES, RDEPENDS and like) as those has direct
influence in each other. This changes the recipe to follow this.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 11 Jul 2014 21:18:04 +0000 (18:18 -0300)]
libfslparser: Use python function to amend metadata
The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.
To accomodate the code to this the recipe needed to be reworked to use
separated method to apply the quirks.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 11 Jul 2014 19:32:17 +0000 (16:32 -0300)]
libfslcodec: Use python functions to split and amend metadata
The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.
To accomodate the code to this the recipe needed to be reworked to use
separated methods to:
- split the packages for the plugins;
- generate the needed rdepends for the meta package;
- apply the quirks;
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Changes:
- Support newer Vivante drivers, which use a different name for the
direct textures extension
- Sync points for forced keyframes during encoding were missing
- Added checks for cases where physical memory allocators fail
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Eric Nelson [Sat, 21 Jun 2014 17:52:48 +0000 (10:52 -0700)]
imx-vpu: fix checks of IOGetVirtMem() return value
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>
Thomas Elste [Fri, 13 Jun 2014 13:46:26 +0000 (15:46 +0200)]
libdrm: Add ite instruction to mx6 ARM patch
Building with Angstrom toolchain fails on inline assembler added by
drm-update-arm.patch because of missing ite instruction. Insert
instruction to make the inline assembler block Thumb2 compatible.
Signed-off-by: Thomas Elste <thomas.elste@imms.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Alexey Ignatov [Thu, 5 Jun 2014 10:22:00 +0000 (14:22 +0400)]
imx28evk: Add U-Boot NAND image generation support
This defines NAND parameters for u-boot.mxsboot-nand image creation
similar to those used for UBI image (for K9LBG08U0D-PCB chip):
- page size: 4 k
- OOB size: 218 bytes
- erase size: 512 k
Signed-off-by: Alexey Ignatov <lexszero@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Alexey Ignatov [Thu, 5 Jun 2014 10:21:59 +0000 (14:21 +0400)]
image_types_fsl.bbclass: Add U-Boot NAND support for i.MX23/i.MX28
This adds support to generate the U-Boot image for use with NAND
(uboot.mxsboot-nand) and allows for custom params to be given for
mxsboot using the MXSBOOT_NAND_ARGS variable which should be defined
in the machine definition file.
Signed-off-by: Alexey Ignatov <lexszero@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Wed, 4 Jun 2014 22:23:24 +0000 (17:23 -0500)]
weston: Upgrade patches to 1.5 with GPU integration
This rework the patches for them to apply against the Weston 1.5
release.
Change-Id: I99b08011b8e76ac3f4a955e5f48e6f0093326cad Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
imx-base.inc: Add values for i.MX GStreamer 1.0 plugins
These new values contain the names of i.MX plugins for GStreamer 1.0.
The plugins wrap i.MX functionality for video en/decoding, amongst others.
Change-Id: I5a49954b229ddac531a3a9771e156ca5e8e3e090 Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Thomas Senyk [Tue, 3 Jun 2014 09:14:25 +0000 (11:14 +0200)]
qtmultimedia: Fix zero-copy patch for imx6 so that the plugin will be build
The "*imx6* {" is a check on mkspec name which doesn't contain
"imx6" in the case of building with bitbake.
When building with bitbake, it's the recipes deciding which
code/patch goes in -> we need to check here
Change-Id: Ia99515db58d79bcd460c87ad28c0ddfe19d4aa19 Signed-off-by: Thomas Senyk <thomas.senyk@pelagicore.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Major changes:
- Wayland support introduced (tested with imx6 Weston patches)
- Aspect ratio and resize fixes in eglvivsink
- GLES dependency fixes
- Updated libGAL checks
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Maciej Borzecki [Fri, 23 May 2014 08:54:22 +0000 (10:54 +0200)]
linux-imx (3.10.17): enable CONFIG_FHANDLE
This kernel setting is required when using systemd >= 210. Without
it, no serial devices are enabled at boot time, making serial login
impossible.
Change-Id: Icd85e136be51700bb5c6c5bcff9bf4e87c9ab2f2 Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 22 May 2014 17:01:28 +0000 (14:01 -0300)]
imx-uuc: Update to 0.5
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>
This includes the 3.14.2 stable updates and a bug fix for
i.MX23/i.MX28 MMC detection (ac1781f mmc: mxs: fix card detection
function for broken card detect).
Change-Id: Iba200a00d11413927fa949e971a245dbd943f920 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 1 May 2014 18:58:42 +0000 (15:58 -0300)]
gst-fsl-plugin: Fix out of tree build
The build system had relative include paths which didn't take into
account the origial source path makes it impossible to do out of tree
builds. To fix it, every relative include path was replaced with
$(top_srcdir) so it works independetly of build diretory location.
Change-Id: Ib19f5695958bceffc1eeba56b5a507ebc68eee47 Reported-by: Boszormenyi Zoltan <zboszor@pr.hu> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:49 +0000 (07:43 -0500)]
linux-imx: Update defconfig for 3.10.17-1.0.0 GA
Change-Id: I82c0f7f3b74d051c57036b4e9864ab8c43db212b Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:43 +0000 (07:43 -0500)]
gpu-viv-g2d: Update to 3.10.17-1.0.0 GA version
Change-Id: Id0ec99d783bbe2b7fe8ef751c45f3de670066f86 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:32 +0000 (07:43 -0500)]
xf86-video-imxfb-vivante: Update to 3.10.17-1.0.0 GA
Equivalent fix-hdmi-preferred patch was applied so remove with new version.
Change-Id: I71be1a71b11415fced061ce6b7d13bf758c67bed Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:42 +0000 (07:43 -0500)]
gpu-viv-bin-mx6q: Update to 3.10.17-1.0.0 GA version
Change-Id: If7482f4072d136f4de4ea17d3a7a3ad18edac043 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:47 +0000 (07:43 -0500)]
imx6slevk: Add spinor U-Boot support
Change-Id: I0caeffbde2c6a9f4603dabb8653a81c0b4af4616 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:46 +0000 (07:43 -0500)]
uboot-imx: Upgrade to 3.10.17-1.0.0 GA for mx6
Change-Id: I0934ac02fcd5317da5e5fb717822a840f037df1d Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:45 +0000 (07:43 -0500)]
linux-imx: Upgrade to 3.10.17-1.0.0 GA
Change-Id: I0c4af593a1a086777342143c398546a866e7d842 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:41 +0000 (07:43 -0500)]
libfslcodec: Update to 3.0.11 version
Version 3.0.11 provided with 3.10.17-1.0.0 GA release.
Change-Id: Icfc316ef6d9db3d01c808928fff982d9dd827e67 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Lauren Post [Mon, 28 Apr 2014 12:43:40 +0000 (07:43 -0500)]
libfslparser: Update to 3.0.11 version
Version 3.0.11 provided with 3.10.17-1.0.0 GA release.
Change-Id: I5615c1b99d566b510333ce65084f003d6b73de76 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>