
Hi Tom,
Le 16/12/2011 23:20, Tom Rini a écrit :
On Wed, Dec 14, 2011 at 9:06 AM, Tom Rinitom.rini@gmail.com wrote:
On Tue, Dec 13, 2011 at 11:58 AM, Tom Rinitom.rini@gmail.com wrote:
The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1): arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ilya Yanok (1): arm926ejs: remove noop flush_dcache_all function arch/arm/cpu/arm926ejs/cache.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) This is a bugfix to the cache changes that were pushed before and without them some boards get stuck in an infinite loop.
This is now:
The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1): arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ilya Yanok (1): arm926ejs: remove noop flush_dcache_all function
Manfred Rudigier (1): davinci: Fixed wrong timebase clock frequency.
arch/arm/cpu/arm926ejs/cache.c | 5 ----- arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +- 2 files changed, 1 insertions(+), 6 deletions(-)
The change from Manfred corrects get_tbclk() to return the right value (CONFIG_SYS_HZ_TIMER, basically) rather than CONFIG_SYS_HZ which is not at all the same.
And now: The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1): arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Chris Lalancette (1): omap4_panda: Initialize the USB phy
Ilya Yanok (1): arm926ejs: remove noop flush_dcache_all function
Manfred Rudigier (1): davinci: Fixed wrong timebase clock frequency.
arch/arm/cpu/arm926ejs/cache.c | 5 -- arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +- arch/arm/include/asm/arch-omap4/clocks.h | 63 ++++++++++++++++++++++++++++++ board/ti/panda/panda.c | 59 ++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 6 deletions(-)
This adds Chris' patch for the USB clocks on Pandaboard. While USB continues to not be supported in U-Boot, without this patch we have a regression in Linux wherein USB stops working.
Applied to u-boot-arm/master, thanks.
Amicalement,