summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-10-23 22:49:34 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:21 -0300
commit7db58d763177c0a1d1762370d53c1a1f0aa810e7 (patch)
tree2349bb0623a41cf36b476c3d63b1eea9793fdab9
parent6140524427fe11bb5eafbedc60d2793d46e92f84 (diff)
downloadmeta-freescale-7db58d763177c0a1d1762370d53c1a1f0aa810e7.tar.gz
twr-vf65gs10: move to Linux 4.1 based linux-fslc tree
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>
-rw-r--r--conf/machine/twr-vf65gs10.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
index 45c9232b..40a98c08 100644
--- a/conf/machine/twr-vf65gs10.conf
+++ b/conf/machine/twr-vf65gs10.conf
@@ -2,19 +2,19 @@
2#@NAME: Freescale Vybrid TWR-VF65GS10 2#@NAME: Freescale Vybrid TWR-VF65GS10
3#@SOC: VF610 3#@SOC: VF610
4#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10 4#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10
5#@MAINTAINER: Anthony Felice <tony.felice@timesys.com> 5#@MAINTAINER: Stefan Agner <stefan.agner@toradex.com>
6 6
7include conf/machine/include/imx-base.inc 7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa5.inc 8include conf/machine/include/tune-cortexa5.inc
9 9
10SOC_FAMILY = "vf:vf60" 10SOC_FAMILY = "vf:vf60"
11 11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
13PREFERRED_PROVIDER_virtual/kernel-module-mcc ?= "kernel-module-mcc"
14PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev ?= "kernel-module-mcc"
15 13
16UBOOT_MACHINE = "vf610twr_config" 14UBOOT_MACHINE = "vf610twr_config"
17 15
16KERNEL_DEVICETREE = "vf610-twr.dtb"
17
18SERIAL_CONSOLE = "115200 ttyLP1" 18SERIAL_CONSOLE = "115200 ttyLP1"
19 19
20MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 20MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"