summaryrefslogtreecommitdiff
path: root/configs/nitrogen7_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-23configs: add Boundary Devices i.MX7 Nitrogen7 supportGary Bisson
This board is using a different kernel and u-boot branch than the other Boundary Devices platforms since NXP forked the 3.14 kernel to add i.MX7 support (see imx_3.14.38_6ul7d_beta branch). Next kernel version, 3.14.52, will be the same for all i.MX platforms. https://boundarydevices.com/product/nitrogen7/ Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>