| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
| |
provides the tcl script for endian swap
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
This updates the branch to the 3.18.5 stable release.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|