[meta-freescale] [meta-fsl-arm][PATCH 3/3] twr-vf65gs10: move to Linux 4.1 based linux-fslc tree

Stefan Agner stefan at agner.ch
Fri Oct 23 22:49:34 PDT 2015


From: Stefan Agner <stefan.agner at toradex.com>

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 at toradex.com>
---
 conf/machine/twr-vf65gs10.conf | 8 ++++----
 1 file 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 @@
 #@NAME: Freescale Vybrid TWR-VF65GS10
 #@SOC: VF610
 #@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10
-#@MAINTAINER: Anthony Felice <tony.felice at timesys.com>
+#@MAINTAINER: Stefan Agner <stefan.agner at toradex.com>
 
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa5.inc
 
 SOC_FAMILY = "vf:vf60"
 
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys"
-PREFERRED_PROVIDER_virtual/kernel-module-mcc ?= "kernel-module-mcc"
-PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev ?= "kernel-module-mcc"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
 
 UBOOT_MACHINE = "vf610twr_config"
 
+KERNEL_DEVICETREE = "vf610-twr.dtb"
+
 SERIAL_CONSOLE = "115200 ttyLP1"
 
 MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
-- 
2.6.2



More information about the meta-freescale mailing list