The crystalfontz boards don't really need APM for anything and the APM
emulation is not even compiled in the kernel.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Since commit 1eb70a97452cacbe7aae752879b782e1e97a3484, it is possible to
correctly use xinput_calibrator to calibrate the touchscreen connected
to mxs-lradc at first boot.
That commit has been backported to the 3.10 branch of the Crystalfontz
repository so the calibration files are not needed anymore.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Adding recipes for early 3.10.17 kernel support for Wandboard.
To use this recipe, edit the local.conf file and add the line:
PREFERRED_VERSION_linux-wandboard = "3.10.17"
Signed-off-by: John Weber <rjohnweber@gmail.com>
Set the PREFERRED_VERSION for the Linux kernel to 3.0.35. This allows
the addition of Linux 3.10.17-beta recipes without them being used by
default as they do not fully support the hardware and are for development
only.
Signed-off-by: John Weber <rjohnweber@gmail.com>
Remove sound support as there is no sound on the boards.
Remove useless Logitech DJ module
Fine tune the debugging option to remove a lot of debugging messages
(input events, USB, lockdep).
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Currently the following variables can be shared among all the
wandboard models: PREFERRED_PROVIDER_virtual/kernel, SERIAL_CONSOLE
and MACHINE_FEATURES. Move them to a include file to avoid code
duplication.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
New bitbake checks for SRCREV in the branch to be checked out.
That defaults to master, but SRCREV may not be in master. Set the
branch so bitbake doesn't die.
Amended by John Weber to use GITBRANCH instead of BRANCH.
Signed-off-by: John Weber <rjohnweber@gmail.com>
The Congatec qmx6 is based on 3.0.35-4.0.0 BSP and has not been ported
to the 3.0.35-4.1.0 yet; we workaround it fixing the revision and
applying the need patches on top of the kernel for it to work with the
3.10.9-1.0.0 GPU.
Change-Id: Ifa5baa4dd26edd5e68c9f3e2d5dec2b078e05a23
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The kernel used for this board is based in the mainline kernel and
does not provide the Freescale specific headers so we cannot build the
GStreamer specific plugin.
Change-Id: I382759bc05a74c638cb80dd61ce950bf896d33cf
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The kernel used for this board is based in the mainline kernel and
does not provide the Freescale specific headers so we cannot build the
GStreamer specific plugin.
Change-Id: Icd9e08c3e774ea3a0df2c532ef52619d378a4fca
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update defconfig to reflect the new features in d35902c7:
* use LZO compression to improve boot speed
* enable Future Eletronics 7" LCD expansion board support
* remove boot logo as we usually use Yocto splash and it avoids two
changes in a roll
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
This change lets the user override the choice of kernel in local.conf
Without it, there is no way to build any kernel, e.g. linux-imx, other
than the linux-boundary version.
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
The gk802 is not being actively maintained at this moment and it lacks
support for current GPU version.
This patch remove the board and specific recipes and can be reverted
later when a better support is provided for this board.
Change-Id: I0575c244945d7b4ee78ac47aae5c4a5d0bfbd793
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This allows the imx6qsabrelite machine type to use files (esp defconfig)
from the nitrogen6x/ directory.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
The Nitrogen6-Lite board supports Wi-fi with a daughterboard
with the Broadcom 4330 ABGN chip.
This patch adds the driver, firmware, and calibration (nvram)
files to the build using the broadcom-nvram-config recipe.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
The board support has taken into account the following main features
of the board:
* Freescale i.MX6 Solo Processor ARM Cortex A9 @ 1GHz
* 512 MB DDR3 (expandable to 1GB)
* microSD slot
* 2MB Serial Flash
* 802.11 a/b/g/n + BT4.0 via Optional Daughter Card
Change-Id: I02735b67d04ceae78a55905e26edd82f609da59e
Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
The move is necessary to add support for the nitrogen6x-lite board.
Change-Id: I146e2a871b4e73f581cadd536ec03452a3756b2f
Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
Tested-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
The order of processing is done from left to right so the
machine-group ought to be used just before the machine itself and the
'=.' operator /prepends/ the string so we need to change this.
The code now uses the SOC_FAMILY to set this as this is how we've been
doing in all other machines which fits in this case.
Change-Id: I049271ae77fc96b97486736f726bf90bfb58c2b6
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
As cfa10036-based machines use linux-cfa which is based on Linux
mainline it cannot building the gst-fsl-plugin due missing
FSL-specific headers.
Change-Id: Iba09f1af37e08a0ae6b8aa15f2d0f554ad58a73e
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
since Mon Feb 4 19:13:20 2013 +0200, commit
"5ce5c3d netbase: split up in netbase and init-ifupdown" in oe-core
moved netbase's configuration file into init-ifupdown
Change-Id: Iefdf697cdb080adc4cfd9a157406a3c5fa25b7bb
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
We've been using imx233-olinuxino with U-Boot for quite some time and
this reduces the amount of code we need to maintain, so remove it.
Change-Id: I872fada913e7dfb95cddcdf3fc336964f3468e63
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Pass KERNEL_DEVICETREE, so that wandboard variants could boot a mainline kernel.
The solo variant uses the same dtb from the dual-lite, as they are the same
SoC with only the number of cores being different.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
cfa-10058, also called cfa-921 is a cfa-10036 plus ethernet, usb, mems
and a 4" touchscreen.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
cfa-10057, also called cfa-920 is a cfa-10036 plus ethernet, usb, mems
and a 3.5" touchscreen.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Introduce an include file to be able to support multiple boards using
the cfa10036 by reusing the imx-bootlets, barebox and kernel
configurations.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
The galcore module does not support auto-load and to avoid manual
handling of it we should have it built-in. This changes the defconfig
file for it.
Change-Id: I559f99ef197d752d2ac0c398ad0b4180b6cc2d1f
Reported-by: Rene Fichter <rene.fichter@megger.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This patch updates U-Boot and the boot script to the latest production
version as described in this post:
http://boundarydevices.com/u-boot-2013-07-release/
For Yocto users, it also adds support for processor and memory
configurations other than the standard Quad-core/1GB option.
To build U-Boot for other CPU or memory combinations, you can set
the UBOOT_MACHINE variable in your local.conf according to the
following table:
Processor Memory Configuration
-------------- ------ --------------------
i.MX6Quad/Dual 1GB nitrogen6q_config
i.MX6Quad/Dual 2GB nitrogen6q2g_config
i.MX6Dual-Lite 1GB nitrogen6dl_config
i.MX6Dual-Lite 2GB nitrogen6dl2g_config
i.MX6Solo 512MB nitrogen6s_config
i.MX6Solo 1GB nitrogen6s1g_config
This patch also updates the boot script to allow support
for device-tree-enabled kernels in preparation for a 3.5.7
alpha release.
If a device-tree binary (imx6q_sabrelite.dtb or imx6q_nitrogen6x.dtb)
is found in the root directory of the boot (p1) partition, it
will be passed to the kernel.
Change-Id: Ieeeb4b094ddfbcf3982bfe4a682015b5cbe25797
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>