summaryrefslogtreecommitdiffstats
path: root/conf/machine/twr-vf65gs10.conf
Commit message (Collapse)AuthorAgeFilesLines
* Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador2016-09-081-2/+2
| | | | | | | | | | The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove apm from machine featuresStefan Agner2016-08-181-1/+1
| | | | | | | | | | | | APM (Advanced Power Management) is a more or less ancient power management API mainly from the x86 world. There is an optional APM emulation layer for ARM, and some platform make some extended use of it (e.g. PXA). However, neither is the emulation enabled on any NXP/Freescale kernel nor is it commonly used, hence remove it from machine feature. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: move to Linux 4.1 based linux-fslc treeStefan Agner2015-10-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change the default Kernel to the linux-fslc 4.1 kernel. What seems to work: - UART - CPU/Memory (obviously) and L2 Cache - ARM global timer as clock source - Pinctrl/GPIO support - SD-Card - USB Host (according to bootlog, not tested) - SoC internal RTC (SNVS RTC) - Watchdog Not tested, but should be working: - Audio using SGTL5000 connected via SAI (hardware not available) - DCU Framebuffer device (hardware not available) - Ethernet PHYs (not sure, might be a hardware issue) Known to be missing: - Spansion Flash S25FL128S connected via QuadSPI - MCC v1 and v2 - Touchscreen with TWR-LCD-RGB (according to Tony) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: Use IMAGE_FSTYPES setting from imx-base.incOtavio Salvador2015-09-181-3/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-191-0/+2
| | | | | | | | In order to support forks of the MCC kernel module, define the MCC kernel module packages as virtual packages. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* vf/twr-vf65gs10: add new SoC family "vf" for Vybrid in generalStefan Agner2015-03-121-2/+2
| | | | | | | | | This patch introduces a new base SoC family "vf". The family includes all Freescale Vybrid SoC based modules, which is the single core (vf50/VF5xx) or dual core (vf60/VF6xx) variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: Add myself as a maintainerAnthony Felice2014-02-271-0/+1
| | | | Signed-off-by: Anthony Felice <tony.felice@timesys.com>
* machine/*: Allow kernel provider overrideGary Thomas2013-10-311-1/+1
| | | | | | | All machine configurations now allow user override of the preferred kernel provider. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* machines: Add PREFERRED_PROVIDER for virtual/bootloaderKhem Raj2013-10-181-1/+0
| | | | | | | | | | | virtual/bootloader is a commonly used target. This patch adds it for meta-fsl-arm machines. Other BSP layers have this provider and when using a mutli-machine distro setup bitbake virtual/bootloader builds a wrong u-boot for fsl machines Signed-off-by: Khem Raj <raj.khem@gmail.com>
* twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10Andy Voltz2013-07-291-0/+21
Change-Id: I51e1b780c7860a16d722f49072915ad194fd5df7 Signed-off-by: Andy Voltz <andy.voltz@timesys.com>