Commit Graph

174 Commits

Author SHA1 Message Date
Jeremy Stashluk
d791c0e2e9 linux-boundary: freescale 4.0.0 BSP release
Boundary Devices kernel release to follow up the Freescale v4.0.0
Use nitrogen6x_defconfig and enable CONFIG_NETFILTER.

Change-Id: Id7abac7267680690364769bb8b3d5c48947abab5
Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-17 12:05:53 -03:00
Otavio Salvador
34fa2e642b wandboard-solo: Add machine configuration
The kernel configuration is the same for Dual and Solo variants; to
fix it, we move the Dual defconfig to common directory avoiding
duplication.

Change-Id: I5d4b304c9980115318fdda75a6dc623783cb5cf7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-10 10:18:16 -03:00
Otavio Salvador
ded3e1d109 wandboard: Add 'wandboard' as SoC family and restrict kernel compatibility
This allow for addition of wandboard-solo soon, while avoid build
warning due lack of a generic 'defconfig' file.

Change-Id: Ifedad79f8093f1f5f4d9df9d5a4e5c45d452cdbf
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-09 15:38:39 -03:00
Otavio Salvador
f127f3cb9d imx233-olinuxino: Enable USB HID support
Change-Id: Idd61888e932b0fdc9534cf6957a5b7061ba27675
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-09 15:38:39 -03:00
Otavio Salvador
3b351525b3 linux-boundary: Add recipe for Boundary Devices kernel
This provides a kernel for use with SabreLITE and Nitrogen6X boards.

Change-Id: I02477254b2986ffb05b81b264121527238800fcd
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-06 12:20:08 -03:00
John Weber
29ab3a55d7 linux-imx (3.0.35): Remove wandboard from recipe
With the addition of the linux-wandboard recipe, we remove wandboard
support from the linux-imx recipes in order to prevent confusion and keep
all Wandboard effort focused on the 'official' Wandboard kernel.

Signed-off-by: John Weber <rjohnweber@gmail.com>
2013-04-04 12:16:01 -03:00
John Weber
7eeb5a2d9e linux-wandboard (3.0.35): add recipe for 'official' wandboard kernel
Adds a recipe to build a kernel using the 'offical' wandboard
git repository.  Recipe is two parts.  linux-wandboard.inc specifies
items that should not change very often (e.g. SRC_URI).  The .bb
file specifies the SRCREV and other things that could change
quite often.

Signed-off-by: John Weber <rjohnweber@gmail.com>
2013-04-04 12:15:53 -03:00
John Weber
58ae96298a linux-imx (3.0.35): Fix cpu_regulator problem with Wandboard
With a recent merge, the default kernel for mx6dl changed to linux-imx
3.0.35, rev 3.0.0.  In this branch, calls to mx6_cpu_regulator_init() are
required.  This patch adds this call to the Wandboard init file.

Also, fixed some minor things such as adding the header to the Wandboard
board file so that the original authors are credited, and uncommented
the #include for cpu_op-mx6.h which was commented out for some reason.

Signed-off-by: John Weber <rjohnweber@gmail.com>
2013-03-25 11:50:00 -03:00
John Weber
1d3c0ac04d linux-imx (3.0.35): wandboard: replace brcm80211 driver 2013-03-21 21:56:31 -05:00
John Weber
336cfaf5ad linux-imx (3.0.35): wandboard: fix sdhc platform data 2013-03-21 21:56:30 -05:00
SARTRE Leo
3dea2b434c linux-imx-3.0.35: Add Congatec qmx6 support
Based on imx6qsabrelite BSP. Code originally written by Congatec Linux
team, based on the tag rel_imx_3.0.35_1.1.0 from Freescale's linux
git.

Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com>
2013-03-12 15:26:29 -03:00
John Weber
b057708fab linux (3.0.35): Add support for Wandboard-Dual
Signed-off-by: John Weber <rjohnweber@gmail.com>
2013-02-27 09:35:06 -03:00
Fabio Estevam
93ea67bf6c linux-imx-2.6.35.3: udev needs CONFIG_DEVTMPFS_MOUNT
New udev version needs CONFIG_DEVTMPFS_MOUNT to be selected, otherwise console
gets stuck.

The same approach has been already deployed into 3.0.35 as per commit 96417b88a
at meta-freescale-arm: (Recent versions of udev (182 in OE-core) need devtmpfs
to operate correctly).

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-01-23 14:18:12 -02:00
Otavio Salvador
a2392c91f9 linux-imx (2.6.35.3): update imx233-olinux.patch to Freescale's 10.12.01 branch
The Freescale's branch for mxs SoC family is based on 10.12.01 BSP and
the patch needed some changes to apply properly. The patch has been
updated based on this branch.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-07 10:36:28 -03:00
Otavio Salvador
1ff364c0a7 linux-imx (2.6.35.3): sync imx233-olinuxino with imx23evk
It provides besides the original configuration:

Enabled:

 * FUSE file system
 * GPIO sysfs interface
 * SMSC95xx
 * TV output
 * USB ACM
 * USB Printer
 * USB Serial (FTDI and PL2303)

Disabled:

 * LCD LMS430
 * MTD supprt

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-07 10:36:28 -03:00
Otavio Salvador
06edd96455 linux-imx (2.6.35.3): drop imx233-olinuxino-maxi specific config
We will share the Kernel setup among all iMX233-OlinuXino variants.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-05 12:55:15 -03:00
Otavio Salvador
3d27f2a4b0 linux-imx (2.6.35.3): use imx233-olinuxino override and share defconfig
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-26 17:33:14 -03:00
Otavio Salvador
a5998b4832 linux-imx (2.6.35.3): enable AUART for imx233-olinuxino-{maxi,micro}
The following options need to be enabled on the kernel configuration
for those to work:

 CONFIG_MXS_AUART1_DEVICE_ENABLE=y
 CONFIG_SERIAL_MXS_AUART=y

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: Razvan Dragomirescu <razvan.dragomirescu@gmail.com>
2012-06-17 09:32:01 -03:00
Otavio Salvador
b9c7f25a56 linux-imx (2.6.35.3): use ext4 support in imx233-olinuxino (maxi and micro)
ext4 is capable of be used to ext3 and ext2 filesystems giving maximum
flexibility with minimal memory and resource use.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-10 11:26:56 -03:00
Otavio Salvador
7f9af2ed9b linux-imx (2.6.35.3): enable FUSE support in imx233-olinuxino (maxi and micro)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-10 11:26:56 -03:00
Otavio Salvador
738dd658e3 linux-imx (2.6.35.3): drop smsc95xx patch
The patch has been move to meta-fsl-arm as this is clearly a fix and
ought to be shared among all boards.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-29 10:13:40 -03:00
Otavio Salvador
67f5f1bd12 linux-imx (2.6.35.3): add imx233-olinuxino-micro configuration
This is the same of imx233-olinuxino-maxi but with SMS95xx usb network
disabled.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-28 14:31:57 -03:00
Otavio Salvador
f95a1a6956 linux-imx (2.6.35.3/imx233-olinuxino): fix compilation with disabled ADC
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-22 19:07:48 -03:00
Otavio Salvador
9495196570 linux-imx (2.6.35.3): add imx233-olinuxino-maxi support
This includes the kernel configuration plus a fix, backported from
2.6.36 kernel, to fix smsc95xx support for MAC configuring at run time.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21 08:13:32 -03:00