]> code.ossystems Code Review - meta-freescale.git/commitdiff
twr-vf65gs10: move to Linux 4.1 based linux-fslc tree
authorStefan Agner <stefan.agner@toradex.com>
Sat, 24 Oct 2015 05:49:34 +0000 (22:49 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:21 +0000 (15:03 -0300)
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>
conf/machine/twr-vf65gs10.conf

index 45c9232b633dbd0c530eecf251667890a4f400f5..40a98c081fc6473a37921d1448f6f2949ee2773a 100644 (file)
@@ -2,19 +2,19 @@
 #@NAME: Freescale Vybrid TWR-VF65GS10
 #@SOC: VF610
 #@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10
-#@MAINTAINER: Anthony Felice <tony.felice@timesys.com>
+#@MAINTAINER: Stefan Agner <stefan.agner@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"