summaryrefslogtreecommitdiffstats
path: root/board/technexion
Commit message (Collapse)AuthorAgeFilesLines
* configs/imx7dpico: Bump kernel and U-BootFabio Estevam2018-06-081-0/+31
| | | | | | | | | | | Bump kernel to version 4.17 and U-Boot to 2018.05. As the dtb file has been renamed in mainline, make the necessary adjustments in U-Boot environment and also in BR2_LINUX_KERNEL_INTREE_DTS_NAME. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/imx6ulpico: Bump kernel and U-BootFabio Estevam2018-06-081-1/+0
| | | | | | | | | | | Bump kernel to version 4.17 and U-Boot to 2018.05. As the imx_v6_v7_defconfig in 4.17 already selects the CONFIG_CFG80211_WEXT option, the linux.fragment can be simply removed. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/imx7dpico: Bump to 4.13 kernelFabio Estevam2017-09-074-603/+0
| | | | | | | | Bump to 4.13 kernel and remove all the dts patches as they are part of upstream now. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: Add support for imx7dpico boardVanessa Maegima2017-08-145-0/+662
| | | | | | | | | | | | | | | | Add support for imx7d-pico, which is a board based on NXP i.MX7D processor. For more information about this board, please visit: http://www.technexion.org/products/pico/pico-som/pico-imx7-emmc Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> [Thomas: - add upstream references for the Linux kernel patches - fix typoes in readme.txt - remove audio-related packages in defconfig - regenerate .gitlab-ci.yml] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/imx6ulpico: Bump to kernel 4.9Fabio Estevam2016-12-131-66/+0
| | | | | | | | Bump to kernel 4.9 and remove the wifi dts patch as it is already part of 4.9. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* freescale: Create the board/freescale/common/imx/ directoryFabio Estevam2016-11-071-1/+1
| | | | | | | | | | | | | In order to have a better hierarchy for the genimage scripts used by NXP mx25, mx51, mx53, mx6, mx7 SoCs, let's place them inside the board/freescale/common/imx/ directory. This helps in creating a more natural separation between the mxs scripts that are placed inside the board/freescale/common/mxs/ directory. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imx6ulpico/readme: Update the image layout fileFabio Estevam2016-10-051-1/+1
| | | | | | | | As we are using the common image layout now, update the readme.txt file accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/imx6ulpico: Use common script for image generationFabio Estevam2016-10-032-55/+0
| | | | | | | | Using the common board/freescale/common/post-image.sh can lead to some good amount of simplification. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mx6ulpico: Use kernel 4.8-rc5Fabio Estevam2016-09-121-1/+0
| | | | | | | | | With kernel 4.8-rc5 we no longer need to use the "CONFIG_SMP=n" workaround as the reboot issue has been fixed upstream by commit 059e232089e4 ("irqchip/gic: Allow self-SGIs for SMP on UP configurations") Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imx6ulpico: linux.fragment: Disable CONFIG_SMPFabio Estevam2016-08-051-0/+1
| | | | | | | | | | | | | | imx6ul has currently an issue on kernel 4.7 that causes a stall when running the "reboot" command. This issue has been reported in the linux-arm-kernel mailing list, but we don't have a proper fix at the moment. This problem is not seen when SMP is disabled, so let's disable it for now until a proper fix becomes available. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: imx6ulpico: Add Wifi supportFabio Estevam2016-08-014-0/+180
| | | | | | | | | | | | imx6ulpico has a BCM4339 Wifi chip. Add Wifi support by default to allow a better customer experience. The dts patch has already been sent to the linux-arm-kernel list and we can remove it once it reaches a mainline kernel (in version 4.9 probably). Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/freescale: drop unneeded exit statement in post-image scriptsFabio Estevam2016-08-011-2/+0
| | | | | | | | There is no need for the 'exit' statement in the post-image scripts, so just remove it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: Add new configuration for i.MX6UL Pico boardFabio Estevam2016-07-253-0/+116
Add support for Technexion's i.MX6UL Pico board running U-boot 2016.07 and kernel 4.7. For information about this board, please visit: http://www.wandboard.org/images/hobbit/hobbitboard-imx6ul-reva1.pdf Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud