From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 19 Dec 2011 09:50:38 +0100 Subject: [U-Boot] Please pull u-boot-ti/master (updated!) In-Reply-To: References: Message-ID: <4EEEFADE.7040202@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Le 16/12/2011 23:20, Tom Rini a ?crit : > On Wed, Dec 14, 2011 at 9:06 AM, Tom Rini wrote: >> On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini 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, -- Albert.