From patchwork Wed Dec 14 16:06:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 131432 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id A93A51007D7 for ; Thu, 15 Dec 2011 03:06:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C8D2028551; Wed, 14 Dec 2011 17:06:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mOCgYSql3hgH; Wed, 14 Dec 2011 17:06:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C6B628544; Wed, 14 Dec 2011 17:06:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BFEAE28541 for ; Wed, 14 Dec 2011 17:06:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CReL5-V6GcOh for ; Wed, 14 Dec 2011 17:06:16 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-qw0-f44.google.com (mail-qw0-f44.google.com [209.85.216.44]) by theia.denx.de (Postfix) with ESMTPS id 1992228543 for ; Wed, 14 Dec 2011 17:06:06 +0100 (CET) Received: by qadb15 with SMTP id b15so5078147qad.3 for ; Wed, 14 Dec 2011 08:06:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3AkCqj27tu1pqBeZtN19eCX3Pd5BlvfFaAEIZDNbMxg=; b=o69ccUVw5iAlLnlKAoMIiUnf+tnLJLA4+n9Rewy5Gkjr5ndqo540p0Q/cHsMc8NrUn fY9ISmQJz8f2GZ4kTB78n9y323BX6BBaO5gAe6tsxBBRLPJX4KFgo+IHz7TvJXP8l6w3 mM3oTWWF/hHlZjaR6UidnI2Yyb0J6/2bW8IOQ= MIME-Version: 1.0 Received: by 10.224.219.8 with SMTP id hs8mr10453414qab.96.1323878765501; Wed, 14 Dec 2011 08:06:05 -0800 (PST) Received: by 10.229.94.72 with HTTP; Wed, 14 Dec 2011 08:06:05 -0800 (PST) Date: Wed, 14 Dec 2011 09:06:05 -0700 Message-ID: From: Tom Rini To: Albert ARIBAUD Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Please pull u-boot-ti/master (updated!) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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.