summaryrefslogtreecommitdiffstats
path: root/configs/warp7_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/warp7: Bump U-Boot and kernel versionsFabio Estevam2017-07-251-5/+4
| | | | | | | | | | Bump U-Boot to 2017.07 and kernel to version 4.12.3. As imx_v6_v7_defconfig in 4.12 selects CONFIG_CFG80211_WEXT=y, remove the linux.fragment file. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/warp7: Bump U-Boot to 2017.01 versionFabio Estevam2017-01-091-1/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/warp7: Add floating point supportFabio Estevam2016-12-301-0/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/warp7: Select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEVFabio Estevam2016-12-281-0/+3
| | | | | | | | BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV allows the Broadcom wireless driver to be automatically loaded on boot. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/warp7: Bump to mainline kernel 4.9Fabio Estevam2016-12-281-7/+6
| | | | | | | | | | Use mainline 4.9 instead of a custom kernel based on NXP 4.1. As mx7 boots in non-secure mode in mainline kernel, change the U-Boot target to "warp7". Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/warp7: Bump to U-Boot 2016.11Fabio Estevam2016-11-141-1/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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>
* configs/warp7: Use common script for generating boot imageFabio Estevam2016-10-251-1/+1
| | | | | | | | | | | Use the common board/freescale/common/post-image.sh script instead of a custom one. As the final image binary is called "sdcard.img" update the documentation accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/imx: Bump to U-Boot 2016.09.01Fabio Estevam2016-09-251-1/+1
| | | | | | | 2016.09.01 is a bugfix release, so bump to this version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/warp7: Add Wifi supportFabio Estevam2016-09-201-0/+13
| | | | | | | Warp7 has a BRCM43430 Wifi chipset. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/warp7: Use mainline U-BootFabio Estevam2016-09-121-4/+3
| | | | | | | | | | | | warp7 is well supported in mainline U-Boot 2016.09, so switch to this version. As the current supported kernel is based on a 4.1 kernel from NXP, use the "warp7_secure" U-Boot target as NXP kernel needs to boot in secure mode. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: Add support for warp7 boardFabio Estevam2016-09-081-0/+36
Add support for warp7, which is a board based on NXP i.MX7S processor. More information about warp7 can be found at: https://www.element14.com/community/docs/DOC-79058 Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud