summaryrefslogtreecommitdiff
path: root/configs/nitrogen6x_defconfig
AgeCommit message (Collapse)Author
2017-01-24configs: nitrogen*: bump kernel and u-boot revisionsGary Bisson
Here are the main U-Boot modifications: - Fix second Ethernet port for SoloX - Fix LCD disable sequence - Fix LVDS2 as primary display Here are the main Linux modifications: - Rebase on top of NXP 4.1.15_2.0.0 branch - Fix touch screens interrupt conflicts - Backport tw686x features from mainline - Fix multiple ft5x06 touch instantiation - Fix dirty cow vulnerability - Various improvements to TC358743 driver Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-26configs: nitrogen*: bump kernel and u-boot revisionGary Bisson
Here are the main U-Boot modifications: - Add Spansion flash support - Add secure boot (HAB) support Here are the main Linux modifications: - Add HDMI2CSI 75Hz support - Add KD024FM display support - Fix PCIe reset gpios in device tree - Backport xhci fixes from mainline - Fix SOM PHY address bug - Enable IPU Prefetch engine for 6QP - Fix ft5x06 touch bug Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-17configs: nitrogen*: enable VFP and NEON supportGary Bisson
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-03configs: nitrogen*: bump kernel and u-boot version for m4 supportGary Bisson
Also adding the '-m4' device tree blobs which allow to disable the peripherals that are used by the Cortex-M4. The 6x_bootscript is already setup to load the '-m4' dtb if m4enabled u-boot variable is set to 1. The FreeRTOS BSP for both Nitrogen6SX and Nitrogen7 can be found here: https://github.com/boundarydevices/freertos-boundary Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-07-27configs: nitrogen*: bump u-boot version to v2016.03Gary Bisson
Using the latest commit of our 2016.03 U-Boot branch: https://github.com/boundarydevices/u-boot-imx6/tree/boundary-v2016.03 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-07-27configs: nitrogen*: bump kernel version to 4.1.15_1.0.0_gaGary Bisson
Using the latest commit of our 4.1.15 kernel branch: https://github.com/boundarydevices/linux-imx6/commits/boundary-imx_4.1.15_1.0.0_ga Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-05linux: use zImage by default on ARMThomas Petazzoni
Since quite some time, the kernel and bootloader communities consider zImage as the default format for kernel images on ARM, replacing uImage. The load address information in uImage is no longer needed, since the kernel is position-independent in terms of physical address, except on a few old platforms. For most people, using zImage is simply better/simpler, so let's switch to zImage as the default image format on ARM. All defconfigs are updated: 46 defconfigs no longer need to select explicitly zImage because it's the default, and 16 defconfigs now need to explicitly select uImage because that's no longer the default. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Matt Weber <matt@thewebers.ws> Acked-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-03-19configs: nitrogen*: bump kernel version to 3.14.52-1.1.0_gaGary Bisson
Also add device tree of our Nitrogen6_Max QuadPlus version: https://boundarydevices.com/product/nitrogen6max/ As well as our latest SOM version: https://boundarydevices.com/product/nit6x-som-v2/ Using the latest commit of our 3.14.52 kernel branch: https://github.com/boundarydevices/linux-imx6/commits/boundary-imx_3.14.52_1.1.0_ga Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-03board/boundarydevices: rename folder and update readmeGary Bisson
It didn't make sense to keep the U-Boot scripts and post build/image scripts under the nitrogen6x folder since they apply for all our platforms. Also update the readme.txt to make it clearer which defconfig should be used depending on the platform targeted. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-02-06defconfigs: all use the headers from the kernelYann E. MORIN
For most defconfigs, it was trivial to deduce the kernel version, by just reading the version string, which could be: - a standard upstream version string vX.Y.Z - a non-standard version string, but still containg the standard X.Y.Z Those for which it was not so trivial were those hosted on git tree. Since most were already using a custom linux-headers version, it could be easily deduced from that. It was confirmed by browsing said git trees and check the version there. There are a few cases were there was a mismatch: - microzed: uses a 3.18 kernel, but 3.8 headers; fixed. - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed. - zedboard: uses a 3.18 kernel, but 3.8 headers; fixed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-02-01configs/nitrogen6*: bump kernel versionGary Bisson
Update to latest boundary-imx_3.14.28_1.0.0_ga commit which brings the following additions: - Fix cache functions export when !MULTI_CACHE https://github.com/Freescale/linux-fslc/commit/6325d57 - Mandatory for Vivante kernel module - Add TW686x video decoder support - Fix OV5642 subdev/capture driver conflict - Add GSLX680 touchscreen support Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-31configs/nitrogen6*: update to use genimageGary Bisson
Also updating the documentation with the dd instruction to flash the bootable media. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-19nitrogen6*_defconfig: bump u-boot and kernel revisionsGary Bisson
This update brings several improvements such as: - switch to a generic Boundary defconfig - same across all the Boundary Devices platforms - support of HDMI to MIPI daugther board https://boundarydevices.com/product/bd_hdmi_mipi/ - enhanced display support - LCD ASIT500MA6F5D - LCD A030JN01 - HDMI 480p For a complete list of changes: https://github.com/boundarydevices/linux-imx6/commits/d7a412b https://github.com/boundarydevices/u-boot-imx6/commits/a4070a8 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-19nitrogen6*_defconfig: switch to zImageGary Bisson
As now using zImage/bootz in the 6x_bootscript. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-19nitrogen6x_defconfig: bump version to 3.14.28-1.0.0Gary Bisson
U-Boot version is updated to v2015.07. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11board/boundarydevices: rework and update u-boot scriptsGary Bisson
Those scripts are executed by u-boot in order to detect the hardware configuration (board, displays etc...), configure the bootargs and device tree accordingly or update the bootloader located in NOR flash. This update is necessary due to the kernel bump to version 3.10.53. The rework consists of replacing the binaries by their text file equivalent and generate the binaries from the post-build.sh script. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11nitrogen6x_defconfig: bump version to 3.10.53_1.1.1_gaGary Bisson
Also update the dtb files to be generated. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-05-01nitrogen6x_defconfig: bump kernel to 3.10.17_1.0.1_gaJérôme Pouiller
Tested-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-24nitrogen6x_defconfig: bump linux kernelPeter Korsgaard
To the latest commit on the 3.10 branch. Also lock the kernel headers to match. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-09-24nitrogen6x_defconfig: bump u-boot versionPeter Korsgaard
To the 2014.07 release. For furture details, see: http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/ Also update our 6x_upgrade script to the version from that page so the entire SPI flash gets erased (otherwise it fails on big u-boot builds) and document how to perform the upgrade. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> u-boot fixup
2014-08-11nitrogen6x_defconfig: bump u-boot to version 63ae4a5Peter Seiderer
Bump u-boot to latest version binary provided by Boundary Devices ([1]). This version is only 6 commits behind the head of the git production branch ([2]) recommended by Boundary Devices ([3]). Tested on nitrogen6q-rev3 board. [1] http://commondatastorage.googleapis.com/boundarydevices.com/u-boot-production.tar.gz [2] https://github.com/boundarydevices/u-boot-imx6/commits/production [3] http://boundarydevices.com/i-mx6-frequently-asked-questions-and-answers/#latest-uboot Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-07-15nitrogen6x: include .dtb files for compatible variantsEric Nelson
The Boundary Devices Nitrogen6X comes in a number of variants with different processors, and the kernel and userspace is compatible with the SABRE Lite (BD-SL-i.MX6), Nitrogen6_Lite, and Nitrogen6_Max boards. This patch adds support for these boards through the corresponding .dtb files. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-15nitrogen6x: bump kernel version to 3.10.17Gary Bisson
Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-09-27nitrogen6x: fixup linux tarball settingPeter Korsgaard
A terminating '"' was missing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-26nitrogen6x: bump kernel to latest version (3.0.35-4.1.0)Eric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-26nitrogen6x: u-boot: use imx format to match bootscriptPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-26nitrogen6x: bump U-Boot to latest production version (2013.07)Eric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-12nitrogen6x: get rid of ext2 rev 1 notice now we can create it directly insteadPeter Korsgaard
And update the defconfig to do so. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-11nitrogen6x_defconfig: drop double linux tarball locationPeter Korsgaard
Somehow the old setting wasn't dropped in 184850a42 (bump u-boot / linux versions to current stable). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-09nitrogen6x_defconfig: bump u-boot / linux versions to current stablePeter Korsgaard
As described on http://boundarydevices.com/u-boot-branches-for-i-mx6-april-2013/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-10-19nitrogen6x_defconfig: bump kernel versionPeter Korsgaard
To boundary-L3.0.35_12.09.01_GA branch. See http://boundarydevices.com/october-freescale-releases-for-i-mx6/ for details. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-10-08nitrogen6x_defconfig: Use tarball from github instead of cloning gitArnout Vandecappelle
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-24configs: add defconfig for boundarydevices nitrogen6x boardPeter Korsgaard
http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/ And post-build hook for u-boot scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>