From patchwork Tue Feb 28 05:26:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Macpaul Lin X-Patchwork-Id: 143329 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 DB3CAB6F98 for ; Tue, 28 Feb 2012 16:26:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AFBC82807F; Tue, 28 Feb 2012 06:26:48 +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 h5L0fBdsARIp; Tue, 28 Feb 2012 06:26:48 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C09C428080; Tue, 28 Feb 2012 06:26:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3AF3828080 for ; Tue, 28 Feb 2012 06:26:44 +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 reOu3rF3O-l9 for ; Tue, 28 Feb 2012 06:26:42 +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-tul01m020-f172.google.com (mail-tul01m020-f172.google.com [209.85.214.172]) by theia.denx.de (Postfix) with ESMTPS id 0A7262807F for ; Tue, 28 Feb 2012 06:26:40 +0100 (CET) Received: by obbeh20 with SMTP id eh20so2062731obb.3 for ; Mon, 27 Feb 2012 21:26:39 -0800 (PST) Received-SPF: pass (google.com: domain of macpaul@gmail.com designates 10.60.1.4 as permitted sender) client-ip=10.60.1.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of macpaul@gmail.com designates 10.60.1.4 as permitted sender) smtp.mail=macpaul@gmail.com; dkim=pass header.i=macpaul@gmail.com Received: from mr.google.com ([10.60.1.4]) by 10.60.1.4 with SMTP id 4mr6140112oei.28.1330406799336 (num_hops = 1); Mon, 27 Feb 2012 21:26:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=zH3jUXY/rmZWDMk7N4xfJbt9VaY3sF6Ztuw2JzeV9uA=; b=ttpcFF+l4rBjXsF85bkdPL/e+cXq95EHlvqFqayj7PDHQcJiOU1nFG8ho4BjQFRqS0 mxGisKQAGKpdIZW4+vmXmktT7ZXqFhfh6B9hNz5OOKK45V/h7JkqzmXjlWvN9bN4Szh/ gIP6hxyUPQDUUnKgNfTa24+7N/lGNTTzy9NWg= Received: by 10.60.1.4 with SMTP id 4mr5432305oei.28.1330406799250; Mon, 27 Feb 2012 21:26:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.149.6 with HTTP; Mon, 27 Feb 2012 21:26:19 -0800 (PST) From: Macpaul Lin Date: Tue, 28 Feb 2012 13:26:19 +0800 Message-ID: To: Wolfgang Denk , U-Boot X-Content-Filtered-By: Mailman/MimeDel 2.1.11 Subject: [U-Boot] Pull request: u-boot-nds32/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, Please pull the following change into u-boot/master, thanks!. The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5: Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26 22:17:40 +0100) are available in the git repository at: git://git.denx.de/u-boot-nds32.git master Macpaul Lin (3): nds32: add linkage support nds32/ag101/watchdog.S: add linkage support nds32/board.c: add PCI prompt at boot up arch/nds32/cpu/n1213/ag101/watchdog.S | 5 +++-- arch/nds32/include/asm/linkage.h | 28 ++++++++++++++++++++++++++++ arch/nds32/lib/board.c | 1 + 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 arch/nds32/include/asm/linkage.h