summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-10-23 22:49:34 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-24 18:50:10 -0200
commitd93d8995a6ff85daa954f075b700d0660a2c9335 (patch)
tree6d6faeaafde811cabd16b06a5751e3cfea15f3e1 /conf
parent8ce501ec7259e054a213ba02da8632e8768a8df5 (diff)
downloadmeta-fsl-arm-d93d8995a6ff85daa954f075b700d0660a2c9335.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>
Diffstat (limited to 'conf')
-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 45c9232..40a98c0 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"