summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Felice <tony.felice@timesys.com>2014-02-26 10:27:28 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-26 15:58:03 -0300
commit0adc0bc76f92e867f66e888b91499aa161e84719 (patch)
tree36318198e03e865630acb888ae2b8dd212af4179
parent1a61a2e83961edc3a045f85d92226e7481b118f5 (diff)
downloadmeta-fsl-arm-0adc0bc76f92e867f66e888b91499aa161e84719.tar.gz
twr-vf65gs10: update kernel to latest ts-2.13 release
defconfig changes: * enable global timer by default source changes: * fix cache collision with MQX * Add support for UART 0,2,3 iomux defines * usb: core: fix two problems for unsupported devices * usb: certification: several fixes * usb: misc: introduce OTG & EH Test Driver * ENGR00241582 MX6 USB host: USB host certification patch * Add missing header for __exception_irq_entry in global timer * mtd: m25p80: set writebufsize * Allow SW1 on TWR-VF65GS10 to be a wake-up event for TWR-VF600 * Only allow i2c driver to assign mvf_sema4 once. * Fix typo in DSPI2 and DSPI3 base address * fix FAST_READ for QSPI nor flash support * add Global Timer support to fix High Resolution Timer functionality. Signed-off-by: Anthony Felice <tony.felice@timesys.com>
-rw-r--r--recipes-kernel/linux/linux-timesys-3.0.15/defconfig3
-rw-r--r--recipes-kernel/linux/linux-timesys_3.0.15.bb4
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-timesys-3.0.15/defconfig b/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
index 2d90b1e..b750bed 100644
--- a/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
+++ b/recipes-kernel/linux/linux-timesys-3.0.15/defconfig
@@ -11,10 +11,11 @@ CONFIG_MODVERSIONS=y
11CONFIG_ARCH_MXC=y 11CONFIG_ARCH_MXC=y
12CONFIG_ARCH_MVF=y 12CONFIG_ARCH_MVF=y
13CONFIG_MACH_MVFA5_TWR_VF700=y 13CONFIG_MACH_MVFA5_TWR_VF700=y
14CONFIG_MXC_USE_PIT=y
15CONFIG_DMA_ZONE_SIZE=16 14CONFIG_DMA_ZONE_SIZE=16
16CONFIG_ARM_ERRATA_743622=y 15CONFIG_ARM_ERRATA_743622=y
17CONFIG_ARM_ERRATA_754322=y 16CONFIG_ARM_ERRATA_754322=y
17CONFIG_NO_HZ=y
18CONFIG_HIGH_RES_TIMERS=y
18CONFIG_VMSPLIT_2G=y 19CONFIG_VMSPLIT_2G=y
19CONFIG_AEABI=y 20CONFIG_AEABI=y
20# CONFIG_OABI_COMPAT is not set 21# CONFIG_OABI_COMPAT is not set
diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bb b/recipes-kernel/linux/linux-timesys_3.0.15.bb
index 82d40ee..217feb6 100644
--- a/recipes-kernel/linux/linux-timesys_3.0.15.bb
+++ b/recipes-kernel/linux/linux-timesys_3.0.15.bb
@@ -9,8 +9,8 @@ SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCB
9 file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \ 9 file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \
10" 10"
11 11
12SRCBRANCH = "3.0.15_vybrid" 12SRCBRANCH = "3.0.15_vybrid-twr"
13SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695" 13SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504"
14LOCALVERSION = "-3.0-mvf+yocto" 14LOCALVERSION = "-3.0-mvf+yocto"
15 15
16COMPATIBLE_MACHINE = "(vf60)" 16COMPATIBLE_MACHINE = "(vf60)"