summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gstreamer1.0-plugins-imx: Ensure the kernel source is avail for buildOtavio Salvador2015-04-091-0/+2
| | | | | | | | The FSL kernel headers are necessary during the build of the GStreamer 1.0 plugin. Change-Id: I0a8566e57f43a9d3c7d002997ec556bee51e1648 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2015.04-based forkOtavio Salvador2015-04-093-9/+10
| | | | | | | | | This updates the fork based on upcoming 2015.04 release. This is currently based on 2015.04-rc5 tag and offers a very solid release for start the tests for Yocto Project 1.8 release. Change-Id: I15519ffc7a28411f850bcf8492d8e5fb981bec7c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Add overrides for i.MX6SoloXNeena Busireddy2015-04-061-0/+2
| | | | | | Change-Id: Ib736ab6c45748c9714e9c57607ae6681e3b68f07 Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: fix multiple u-boot compile path changed.Chunrong Guo2015-04-031-5/+11
| | | | | | | | | | *fix the following error: |couldn't open "/poky/build/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.bin": no such file or directory (From OE-Core rev: eca277b0af9e0e29022f81f54c17bf24aec02232) Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-dynamic-packagearch.bbclass: Fix support for empty MACHINE_SOCARCH_SUFFIXOtavio Salvador2015-04-021-4/+14
| | | | | | | | | | | When MACHINE_SOCARCH_SUFFIX is empty a duplicated architecture will be included in PACKAGE_ARCHS. The expected behaviour is to not include duplicated values and raise an error in case a MACHINE_SOCARCH package tries to be build. Change-Id: I98d936409554e4e7725c8af6c0a0a0344ddec751 Reported-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-dynamic-packagearch.bbclass: Fix package skip when MACHINE_SOCARCH is unsetOtavio Salvador2015-04-021-1/+1
| | | | | | | | | The 'bb.parse.SkipPackage' exception was missing a 'raise' call to proper inform the BitBake tool parsing system about the error, now the package is properly skipped when necessary. Change-Id: Ie736186c8e459eea55c1455547e1da8f7111e165 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: Ensure kernel source is availableOtavio Salvador2015-04-021-0/+8
| | | | | | | | During Qt4 build the kernel source needs to be available so a explicit dependency has to be added. Change-Id: I66dbd0a9d8ac75e300d0baa44410a629e160b8d7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: Rework bbappend code to avoid duplicationOtavio Salvador2015-04-024-35/+22
| | | | | | | | The X11 and Embedded flavours are doing the same changes so there is no reason to duplicate it all. Change-Id: Ibd7e95645600f841eecf3d671d87cf979eeddfe9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls-base.inc: Allow default tune overrideOtavio Salvador2015-04-021-1/+1
| | | | | | | | The default tune setting needs to be overridable otherwise distros or local.conf are unable to change it. Change-Id: I8c28d90d144cffc56ac6f199183090aa9a94af71 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Use MACHINE_ARCH for dummy packageOtavio Salvador2015-04-021-2/+2
| | | | | Change-Id: I1290d7b0279bc92c3c4e73af9d432c255d5e3cfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc.inc: Use linux-fslc.git repositoryOtavio Salvador2015-04-021-1/+1
| | | | | | | | In old days, the repository was named linux-mainline.git but this has been changed long time ago. GitHub handles the rename gracefully but for consistency we ought to rename here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-kernel-localversion.bbclass: Fix Git hash in versionOtavio Salvador2015-04-021-2/+2
| | | | | | | | | | | The .scmversion file needs to be located in the Git source, otherwise the build system does not use it. This fixes the regression introduced in f69b21d (fsl-kernel-localversion.bbclass: Fix building using out-of-tree). Change-Id: I7f06279f5b1f9aee18d1a5a39a22b27f4c34f365 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Adapt to work-shared kernel sourceOtavio Salvador2015-04-021-10/+11
| | | | | | | | | | The kernel source code is (since OE-Core:6a1ff0e7) used from work-shared. As consequence, the MfgTool kernel needed changes to use a completely separated source code and avoid messing with original Linux kernel ABI identificationfile. Change-Id: Idd43dd5d0d8d9e1ff7cc6e8ce15c8cd60107259d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-dynamic-packagearch: add all MACHINE_SOCARCH feedsMax Krummenacher2015-04-013-15/+21
| | | | | | | | | | | | | | | | | | | This ensures that all MACHINE_SOCARCH feeds are part of PACKAGE_EXTRA_ARCHS. oe-core now puts packages into feed dirs dependent on the used instruction sets. http://cgit.openembedded.org/openembedded-core/commit/?id=3e760031f91fb87c3e2f62b77a117eb41164f259 This is true also for packages in MACHINE_SOCARCH, i.e. we get in deploy/ipk for an angstrom based build: armv7ahf-vfp-neon-mx6qdl armv7at2hf-vfp-neon-mx6qdl so we must put both into PACKAGE_EXTRA_ARCHS. TUNE_FEATURES defines if arm and/or thumb feeds are possible with the current configuration. Change-Id: I47ed7c3a5cbdc488801cd9198e822f9845565559 Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: set ALLOW_EMPTY_${PN}Matt Madison2015-03-261-0/+2
| | | | | | | | | | With the recent addition of rootfs creation log checking for builds using Debian packaging, rootfs builds fail because the main imx-gpu-viv package isn't present, but other packages (such as its -dev) depend on it. Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-194-5/+11
| | | | | | | | In order to support forks of the MCC kernel module, define the MCC kernel module packages as virtual packages. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* vf/twr-vf65gs10: add new SoC family "vf" for Vybrid in generalStefan Agner2015-03-124-6/+7
| | | | | | | | | This patch introduces a new base SoC family "vf". The family includes all Freescale Vybrid SoC based modules, which is the single core (vf50/VF5xx) or dual core (vf60/VF6xx) variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-rules-imx: set proper S valueJavier Viguera2015-03-091-1/+3
| | | | | | | | | Clean bitbake warning: udev-rules-imx-1.0 ('S') don't exist, you must set 'S' to a proper value Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: FILESEXTRAPATHS_prepend should use ":=", not "="Robert P. J. Day2015-03-091-1/+1
| | | | | | Change-Id: Ibf0bde5be5d51b31f2adffbb0597eecf52526140 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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>