This updates the Wandboards' kernel to 3.10.31-1.1.0 beta2 to be in
line with Yocto's next 1.8 release. This commit also drops kernel
3.10.17 support since the new GPU drivers from Freescale do not
support this or older kernel versions.
Signed-off-by: Alfonso Tamés <alfonso@tames.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Please add me as maintainer for the Wandboards. For now, I can test
only the Wandboard Quad and Wandboard Dual boards but not the
Wandboard Solo since I do not have access to that board.
Signed-off-by: Alfonso Tamés <alfonso@tames.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Since SD naming with 3.10.31 kernel changes, this patch
modifies the variable mmcroot.
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update the linux-congatec for the 3.10.31_1.1.0_beta2 kernel.
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The intended value was 69K but the sector number was wrong, fix it to
proper value as it aligns it with U-Boot mainline.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Fixed parallel LCD support and analog audio support respectively.
Eric Nelson (1):
mxc_lcdif: re-order drivers mxc_lcdif and mxc_ipuv3_fb
Laci Tele (1):
sgtl5000: ssi-controller has been replaced with cpu-dai, in .dtsi files
Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
No changes but the bug fixes in the Freescale release
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
No changes but the bug fixes in the Freescale release
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Since meta-fsl-arm is including GPU support that requires the 3.10.31
kernel, remove support for kernels 3.0.35 and 3.10.17 on Boundary
Devices boards for upcoming Yocto 1.8.
Custom boards should use their own recipes and be aware of the
incompatibilities if lingering on the older kernels.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Default to kernel version 3.10.31 to match meta-fsl-arm packages.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This patch adds support for the 3.10.31_1.1.0_beta kernelfor Boundary
Devices BD-SL-i.MX6 (built to SABRE Lite), Nitrogen6X, Nitrogen6_Max
and and Nitrogen6_Lite boards.
To try it out, set PREFERRED_VERSION_linux-boundary = "3.10.31" in your
local.conf file.
Minimal testing has been performed at this point, so don't expect it
to be production-ready.
Note that the 3.10.31 kernel contains an update to provide fixed
numbering for /dev/mmcblk devices instead of numbering them by
order of initialization.
Support has been added into the boot script, but requires setting
a variable in U-Boot:
U-Boot > setenv sdphys 1
U-Boot > saveenv
U-Boot > boot
See this post for some additional commentary:
http://boundarydevices.com/root-equals
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update to Boundary Devices U-Boot 2014.07 tree.
Notable updates include:
Allow override of computed DTB file with 'dtbname' variable
Force 10/100 mode on Nitrogen6_Lite
Fix quoting in Nitrogen6_Lite boot script
Support SD card numbering based on physical path for use with
newer kernels.
Note that no code changes are present in this bump. All changes
are in the boot scripts, and u-boot-boundary-git is being updated
simply to match versions and streamline download of the sources.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
LOCALVERSION is used in FSL Community BSP Release Notes and should highlight
which are the _release version_ for that particular provider.
In addition LOCALVERSION makes it easy to track where the binary running on a
target is from.
Both reasons make LOCALVERSION a very important information.
The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a
case of explicit exception.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
KERNEL_IMAGETYPE = "uImage" is already present a few lines before, so remove
the redundant inclusion.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update Linux kernel for Boundary Devices boards to match the Freescale
3.10.17_1.0.2 release and use branch boundary-imx_3.10.17_1.0.2_ga
No functional changes are in this update beyond the bug fixes in
the Freescale release.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This update contains a handful of minor fixes for Nitrogen6x,
Nitrogen6x-SOM, Nitrogen6x_Max and SABRE Lite:
Added AR1020-i2c 8-wire resistive touch controller
Fixed real-time-clock on Nitrogen6_Max
Miscellenous fixes for OV5642 parallel CSI camera
Fixes for Focaltech FT5x06 capacitive touch screen
Fix for TC358743 HDMI->MIPI
Add mac address override for WL12xx Wifi module
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Add u-boot DESCRIPTION for those providers still using the default one.
This is needed in order to have a complete and readable list of u-boot providers
in FSL Community BSP Release Notes.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Use the same name convention for variable SOC used in other machines.
This mismatch was highlighted during the automatic generation of supported
machine list for FSL Community BSP Release Notes 1.7.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Add support for RIoT board (http://www.riotboard.org/) using by default
linux-fslc and u-boot-fslc.
The machine name follows the linux (kernel.org) naming convention.
The generated uboot is configured by default for usage on the external SDCard
and not for the internal eMMC.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update to Boundary Devices U-Boot boot scripts 2014.07 tree.
This update brings the boot scripts in line with the U-Boot
package (u-boot-boundary) and also contains a number of
enhancements:
- Adds support for 1024x600 panel with Ilitek touch screen
- nit6xlite: fixes bug in quoting bootargs
- nitrogen6x: fixes calculation of DTB name for Solo/Dual-Lite
- nitrogen6x/sabrelite/nitrogen6_max: add disable_giga parameter
to allow a user to force 10/100 operation of the ethernet port
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This updates to 3.10.17-1.0.1 kernel and fixes the GPIO pins behavior
which had no SION flags enabled so not allowing reading back the
setted value of the pin.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This update contains a few important fixes for Nitrogen6x,
Nitrogen6x-SOM, and SABRE Lite:
- bed3f6a3 - Fix for WiFi on Nitrogen6x-SOM carrier board
- 496650f2 - Fix for OV5640 MIPI camera on Nitrogen6x
- 46875533 - Fix for OV5640 MIPI camera on SABRE Lite
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Updates in this release include:
- update Broadcom driver to support per-chip firmware files
(see commit 5ee7d28 in meta-fsl-arm-extra)
- add support for ADV7391 Composite/Component Video output driver
- backport PCIe fixes from mainline kernel
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Includes support for UART3 and UART5.
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
I will not have time to spend to maintain and test the Wandboard
machines, so remove me as maintainer.
Signed-off-by: John Weber <rjohnweber@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The layer dependencies for the master branch should be to master
branches
Signed-off-by: John Weber <rjohnweber@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update to Boundary Devices U-Boot 2014.07 tree.
Notable updates include:
Switch to v2014.07 release from mainline
Addition of USB Mass Storage Gadget for programming SD cards/eMMC
Release notes are available in this post:
http://boundarydevices.com/u-boot-2014-07-release
Specifics (and usage) of USB Mass Storage Gadget are available in
this post:
http://boundarydevices.com/u-boot-usb-mass-storage-gadget/
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update config file:
* U-boot provider: u-boot-qmx6
- UBOOT_CONFIG variable defines the Congatec-QMX6 module
variant to build. For testing purposes by default is set
to: "pn016103"
- This variable must be set in the conf/local.conf file
according with the module partnumber. The possible values
are:
pn016100, pn016101, pn016102, pn016103, pn016104, pn016105,
pn016106, pn016110, pn016111, pn016112, pn016113
If a PN016101 is the target module, the line added to the
conf/local.conf would be like the following:
UBOOT_CONFIG = "pn016101"
* Linux kernel provider: linux-qmx6
- Config file is the same for all the variants, due to that
the SOC_FAMILY variables includes all SOCs to include the
firmware of all machines.
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
U-boot 2009.08 is not longer used by Conga-QMX6, due to that
those files are removed
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Provides the recipe to use 2013.04 U-boot version
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Linux kernel 3.0.35 is not longer used, due to that, recipe, patches
and configuration files are removed.
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Provides the recipe and defconfig to 3.10.17 Linux kernel
Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The Nitrogen6_Max board differs from Nitrogen6x only in its'
device-tree and U-Boot configuration.
Add device-tree to the Nitrogen6x image build, along with the
SABRE Lite and Nitrogen6x and document U-Boot build.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Updates in this release include:
- rebase on Freescale 3.10.17_1.0.1_ga release
- support for new (custom) boards
- fixes for production version of Nitrogen6 Max board
- fixes to allow shutdown/restart of WL12xx Wi-Fi
- added support for adv7180 NTSC video input driver
- added support for Gennum GS2971 SDI receiver
- added Ilitek 210x touch screen driver
- update Focaltech ft5x06 touch screen to support 12 touches
- update flexcan driver to allow use with only a standby GPIO
- add support for "disable_giga" parameter for FEC Gb ethernet driver
- add support for SC16IS7XX I2C multi-port serial controller
- add support for "TRULY-1U" display
- add support for Wolfson WM5102 audio codec
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update to latest commit on Boundary Devices U-Boot 2014.04 tree.
Notable updates include:
support for a number of new boards, including Nitrogen6 Max
fixes for boot scripts for Solo and Dual-Lite processors
fixes to support the use of RAM disks
additional LCD panels:
Ampire 1024x600 (Ilitek touch)
WVGA LVDS
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This is the new SolidRun supported kernel for the HummingBoard and
CuBox-i devices. It is based on the Linaro 3.14 kernel releases.
Some of the changes are:
* devicetree files are used now
* zImage is used instead of uImage
* large amounts of memory leak and stability fixes
* increased FEC ethernet performance, higher than the Freescale rated
470 Mbps
* SDHC patchset for better UHS-I support
* residue support for SDMA with FSL's custom firmware integrated to work
with HDMI and optical SPDIF
* higher DMA and GPU efficiency in general
* the vast array of improvements of a 3.14.14 kernel over a 3.0.35 one
Change-Id: I8f5292b3c2951e7fc48dd20e556da1beba092ed5
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This includes the following changes, the defconfig
changes are reflected in the yocto defconfigs to
keep things in sync.
Eric Nelson (39):
nit6xlite_defconfig: add LEDS_GPIO
sabrelite: configure ethernet PHY nRST
nitrogen6x: configure ethernet PHY nRST
nitrogen6_mtp: configure ethernet PHY nRST
nitrogen6_max: configure ethernet PHY nRST
nit6xlite: configure ethernet PHY nRST
nit6xlite: default to multi-touch input for eGalax, ft5x06
nitrogen6x: default to multi-touch input for eGalax, ft5x06
nitrogen6x_ub: default to multi-touch input for eGalax, ft5x06
ft5x06: free GPIO in _remove
ft5x06: add support for ABS_MT_TRACKING_ID
ft5x06: set MAX_TOUCHES to 12
ft5x06: respect/return tracking id from controller
net: fec: iMX6 FEC does not support half-duplex gigabit
nit*_defconfig: add CONFIG_USB_FUNCTIONFS=m
nit*_defconfig: add CONFIG_USB_SERIAL_GENERIC
nit6xlite: add ili210x touch controller
nitrogen6x: add ili210x touch controller
sabrelite: add ili210x touch controller
nitrogen6_max: add ili210x touch controller
nit6xlite_defconfig: add ILI210X touch screen
nitrogen6x_defconfig: add ILI210X touch screen
ili210x: Allow use with Device Tree
nitrogen6_max: enable FEC ethernet
nitrogen6_max: swap NANDF_CS0/1 (GP6:11/14) for SD3 voltage select, WL IRQ
nitrogen6_max: define ENET_TXD1 as GPIO1:29 for amplifier mute
flexcan: allow use with transceivers that only have standby pin
nitrogen6x: SDIO is 1.8V-only, add flag in DTS
sdhci: Allow platform_set_power callback
sdhci-imx: Add power-gpio support
nitrogen6x: use power-gpio instead of vqmmc-supply to control WL_EN pin
nitrogen6_max: use power-gpio instead of vqmmc-supply to control WL_EN pin
nitrogen6_max: configure voltage-select pin
nit6xlite: flag 1.8v quirk for vqmmc on sdhc2 (WiFi interface)
DT:imx6qdl: Pad SD2_DAT3 should have pull-down
nitrogen6x_defconfig: include LEDS_PWM, SPI_SPIDEV
Add imx6q-sabrelite-nolcd device tree
fec: Add disable_giga parameter to force 10/100 operation
Revert "DT:imx6qdl: Pad SD2_DAT3 should have pull-down"
Ranjani Vaidyanathan (1):
ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 registers across suspend/resume
Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
Reviewed-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Simon Kuhnle <simon.kuhnle@methodpark.de>
Tested-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This patch updates the revision to a06fada55a.
Updates include added support for ramdisks.
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This fixes following warning, when building other mx5 boards:
,----
| WARNING: Unable to get checksum for linux-denx SRC_URI entry
| defconfig: file could not be found
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Update wandboard defconfig to add support for the Fusion touchscreen, Sunplus
keyboard, and some USB to serial devices
Signed-off-by: John Weber <rjohnweber@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Fixes:
WARNING: FILESEXTRAPATHS-variable, must always use _prepend (or _append)
type of assignment, and don't forget the colon.
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
When MACHINE was set to imx6qsabrelite no bootscript.txt was found.
Fix the same for the 6x_upgrade script while at it. There is only
one upgrade script shared by all boards, so use it independent of
the MACHINE.
Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
Tested-By: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-By: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>