From patchwork Tue Nov 1 05:05:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Macpaul Lin X-Patchwork-Id: 123023 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 C7E6FB6F85 for ; Tue, 1 Nov 2011 16:06:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5266729447; Tue, 1 Nov 2011 06:06:14 +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 al9OX8O27pAz; Tue, 1 Nov 2011 06:06:14 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0407B292D4; Tue, 1 Nov 2011 06:06:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 308C8292D4 for ; Tue, 1 Nov 2011 06:06:09 +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 FpuPvzcuY8oA for ; Tue, 1 Nov 2011 06:06:08 +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-gx0-f172.google.com (mail-gx0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 77EAE292CB for ; Tue, 1 Nov 2011 06:06:07 +0100 (CET) Received: by ggnv1 with SMTP id v1so6500083ggn.3 for ; Mon, 31 Oct 2011 22:06:06 -0700 (PDT) Received: by 10.182.164.74 with SMTP id yo10mr3495238obb.69.1320123965736; Mon, 31 Oct 2011 22:06:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.154.102 with HTTP; Mon, 31 Oct 2011 22:05:44 -0700 (PDT) From: =?UTF-8?B?6aas5YWL5rOh?= Date: Tue, 1 Nov 2011 13:05:44 +0800 Message-ID: To: Wolfgang Denk , U-boot Subject: [U-Boot] Pull request: u-boot-nds32 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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, Please pull these 3 patches to your tree. Thanks, Macpaul The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2: e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 00:37:01 +0200) are available in the git repository at: git://git.denx.de/u-boot-nds32.git master Macpaul Lin (3): nds32: Use getenv_ulong() in place of getenv(), strtoul nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment nds32: asm/io.h: add __iormb __iowmb and inline io support arch/nds32/include/asm/cache.h | 11 ++++++ arch/nds32/include/asm/io.h | 72 +++++++++++++++++++++++++++++----------- arch/nds32/lib/board.c | 12 +----- 3 files changed, 65 insertions(+), 30 deletions(-) --- Best regards, Macpaul Lin