[oe-commits] org.oe.dev linux-omap2: use MPU timer instead of 32kHz timer to avoid serial hangs

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:55:56 UTC 2008


linux-omap2: use MPU timer instead of 32kHz timer to avoid serial hangs

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 505353d4980790de19d2f2385c848a5402fa919a
ViewMTN: http://monotone.openembedded.org/revision/info/505353d4980790de19d2f2385c848a5402fa919a
Files:
1
packages/linux/linux-omap2-git/beagleboard/defconfig
packages/linux/linux-omap2_git.bb
Diffs:

#
# mt diff -r49aa7e32ad04c8fb22ec547782609a5efddf1e39 -r505353d4980790de19d2f2385c848a5402fa919a
#
#
#
# patch "packages/linux/linux-omap2-git/beagleboard/defconfig"
#  from [5dcf73d1dc04bac818a527f9cc2fe572619f8d29]
#    to [c23b7af31c00fe87a9bcf702cd52ff278c144bea]
# 
# patch "packages/linux/linux-omap2_git.bb"
#  from [fefff33cc8166b4fc84f2c788fef8919f013528e]
#    to [ff0b8fc25b7fd96f207d47814cc87e62ea2f543b]
#
============================================================
--- packages/linux/linux-omap2-git/beagleboard/defconfig	5dcf73d1dc04bac818a527f9cc2fe572619f8d29
+++ packages/linux/linux-omap2-git/beagleboard/defconfig	c23b7af31c00fe87a9bcf702cd52ff278c144bea
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.26-omap1
-# Wed Jul 30 14:28:15 2008
+# Tue Aug  5 20:34:54 2008
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -187,9 +187,8 @@ CONFIG_OMAP_MCBSP=y
 CONFIG_OMAP_MCBSP=y
 # CONFIG_OMAP_MMU_FWK is not set
 # CONFIG_OMAP_MBOX_FWK is not set
-# CONFIG_OMAP_MPU_TIMER is not set
-CONFIG_OMAP_32K_TIMER=y
-CONFIG_OMAP_32K_TIMER_HZ=128
+CONFIG_OMAP_MPU_TIMER=y
+# CONFIG_OMAP_32K_TIMER is not set
 CONFIG_OMAP_DM_TIMER=y
 # CONFIG_OMAP_LL_DEBUG_UART1 is not set
 # CONFIG_OMAP_LL_DEBUG_UART2 is not set
@@ -256,7 +255,7 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
 # CONFIG_PREEMPT is not set
-CONFIG_HZ=128
+CONFIG_HZ=100
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
 # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
@@ -859,6 +858,7 @@ CONFIG_I2C_OMAP=y
 # CONFIG_I2C_GPIO is not set
 # CONFIG_I2C_OCORES is not set
 CONFIG_I2C_OMAP=y
+# CONFIG_I2C2_OMAP_BEAGLE is not set
 # CONFIG_I2C_PARPORT_LIGHT is not set
 # CONFIG_I2C_SIMTEC is not set
 # CONFIG_I2C_TAOS_EVM is not set
============================================================
--- packages/linux/linux-omap2_git.bb	fefff33cc8166b4fc84f2c788fef8919f013528e
+++ packages/linux/linux-omap2_git.bb	ff0b8fc25b7fd96f207d47814cc87e62ea2f543b
@@ -6,7 +6,7 @@ PV = "2.6.26"
 
 PV = "2.6.26"
 #PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCREV}"
-PR = "r56"
+PR = "r57"
 
 SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
 	   file://defconfig"






More information about the Openembedded-commits mailing list