From patchwork Thu Nov 10 03:14:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Macpaul Lin X-Patchwork-Id: 124771 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 9E9591007D1 for ; Thu, 10 Nov 2011 14:14:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C6A3E28B6B; Thu, 10 Nov 2011 04:14:39 +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 hrEPWP34rw0I; Thu, 10 Nov 2011 04:14:39 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1E0C328B67; Thu, 10 Nov 2011 04:14:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 28FC928B67 for ; Thu, 10 Nov 2011 04:14:34 +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 i3DcqsK9FsVT for ; Thu, 10 Nov 2011 04:14:33 +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-qy0-f172.google.com (mail-qy0-f172.google.com [209.85.216.172]) by theia.denx.de (Postfix) with ESMTPS id 48F8528B66 for ; Thu, 10 Nov 2011 04:14:29 +0100 (CET) Received: by qyl16 with SMTP id 16so88894qyl.3 for ; Wed, 09 Nov 2011 19:14:28 -0800 (PST) Received: by 10.182.73.42 with SMTP id i10mr1451231obv.76.1320894868112; Wed, 09 Nov 2011 19:14:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.144.69 with HTTP; Wed, 9 Nov 2011 19:14:07 -0800 (PST) From: Macpaul Lin Date: Thu, 10 Nov 2011 11:14:07 +0800 Message-ID: To: U-boot , Wolfgang Denk 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, Could you please pull these 5 patches to your tree. Thanks, Macpaul The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45: Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100) are available in the git repository at: git://git.denx.de/u-boot-nds32.git master Macpaul Lin (5): andes_pcu.h: header file of andes_pcu power control unit dwcddr21mctl: Synopsys DWC DDR2/1 Memory Controller nds32: fix data section of linker script adp-ag101p: Add SoC and board support of ag101p adp-ag101p: add product into MAINTAINERS list MAINTAINERS | 1 + arch/nds32/cpu/n1213/u-boot.lds | 2 +- arch/nds32/include/asm/mach-types.h | 14 ++ board/AndesTech/adp-ag101p/Makefile | 44 ++++ board/AndesTech/adp-ag101p/adp-ag101p.c | 89 +++++++ boards.cfg | 1 + include/andestech/andes_pcu.h | 367 +++++++++++++++++++++++++++++ include/configs/adp-ag101p.h | 383 +++++++++++++++++++++++++++++++ include/synopsys/dwcddr21mctl.h | 337 +++++++++++++++++++++++++++ 9 files changed, 1237 insertions(+), 1 deletions(-) create mode 100644 board/AndesTech/adp-ag101p/Makefile create mode 100644 board/AndesTech/adp-ag101p/adp-ag101p.c create mode 100644 include/andestech/andes_pcu.h create mode 100644 include/configs/adp-ag101p.h create mode 100644 include/synopsys/dwcddr21mctl.h