From patchwork Fri Feb 24 03:39:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Chou X-Patchwork-Id: 142738 X-Patchwork-Delegate: wd@denx.de 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 4FB4BB7080 for ; Fri, 24 Feb 2012 14:51:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8601B280CD; Fri, 24 Feb 2012 04:51:37 +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 KZRa1HH1mOAF; Fri, 24 Feb 2012 04:51:37 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9929A280B2; Fri, 24 Feb 2012 04:51:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 431DE280B2 for ; Fri, 24 Feb 2012 04:51:33 +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 NqVzaPQ2Lf3M for ; Fri, 24 Feb 2012 04:51:31 +0100 (CET) X-Greylist: delayed 802 seconds by postgrey-1.27 at theia; Fri, 24 Feb 2012 04:51:29 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 darkstar.wytron.com.tw (www.wytron.com.tw [211.75.82.101]) by theia.denx.de (Postfix) with ESMTP id 0EEC0280AB for ; Fri, 24 Feb 2012 04:51:29 +0100 (CET) Received: by darkstar.wytron.com.tw (Postfix, from userid 1000) id E6726103991; Fri, 24 Feb 2012 11:39:24 +0800 (CST) From: Thomas Chou To: Wolfgang Denk Date: Fri, 24 Feb 2012 11:39:24 +0800 Message-ID: <87y5rsvr0z.fsf@darkstar.wytron.com.tw> MIME-Version: 1.0 Cc: U-Boot Subject: [U-Boot] Pull request: u-boot-nios/master 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 Dear Wolfgang, The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 +0100) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Alex Hornung (2): nios2: implement get_ticks and get_tbclk nios2 - adjust gbl data off to account for bd_info Stefan Kristiansson (1): nios2: add flush_dcache_range function arch/nios2/cpu/interrupts.c | 21 +++++++++++++++++++++ arch/nios2/lib/cache.S | 10 ++++++++++ include/configs/nios2-generic.h | 3 ++- 3 files changed, 33 insertions(+), 1 deletions(-)