From patchwork Thu Jul 25 09:17:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Macpaul Lin X-Patchwork-Id: 261641 X-Patchwork-Delegate: trini@ti.com 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 518D72C0082 for ; Thu, 25 Jul 2013 19:17:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0374D4A037; Thu, 25 Jul 2013 11:17:45 +0200 (CEST) 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 mSUm29mGRRkL; Thu, 25 Jul 2013 11:17:44 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E732C4A02C; Thu, 25 Jul 2013 11:17:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FD934A02C for ; Thu, 25 Jul 2013 11:17:38 +0200 (CEST) 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 1aOyaRAsJw8i for ; Thu, 25 Jul 2013 11:17:33 +0200 (CEST) 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-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by theia.denx.de (Postfix) with ESMTPS id 86E874A02A for ; Thu, 25 Jul 2013 11:17:26 +0200 (CEST) Received: by mail-lb0-f178.google.com with SMTP id y6so1322609lbh.9 for ; Thu, 25 Jul 2013 02:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=7uJvoKqSbXBc6XQw6PyFCCc8TeJNlMkFSeR8IaOQhP8=; b=xDrZcBeTYWt2jpVm63Um/7XHg9V+p8ntklBfYFwfUuiOkCiWFWZa02eApD/5TF9mXK gyxC99iAvxMzJIgykbfDZzcZ5vv+tb/W3rmYciNkbs4UXy+4W1gSi4eMG+uf5+tQrowg FDuSajUBOY3PGN9AROPOGViSRnVlFP/4+xZU2Ne5lG0bb0HhP5r9gOvaSDzDLIwrRIRz GhXLQZ0Tz/AYB3Zj10Lxo6qaQSWQSM/rbyWvAVJKk9O6YpSGwHaZeQkJhvYdC1VzNszt i6mZpbCg4ICHx9KZfklCe6hc0wbNrI3DAQoDQON+j33/7Iv7G81iJ8st62FS7VD4FGLA rq2A== X-Received: by 10.112.150.170 with SMTP id uj10mr17859367lbb.93.1374743845964; Thu, 25 Jul 2013 02:17:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.187.129 with HTTP; Thu, 25 Jul 2013 02:17:05 -0700 (PDT) From: Macpaul Lin Date: Thu, 25 Jul 2013 17:17:05 +0800 Message-ID: To: Tom Rini , "u-boot@lists.denx.de" , ken kuo , "Ken Kuo@Andes" , uboot@andestech.com Subject: [U-Boot] Pull request v2: u-boot-nds32 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 Hi Tom, Please pull the following patch from u-boot-nds32 into your tree. Thanks! The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c: Prepare v2013.07 (2013-07-23 07:58:13 -0400) are available in the git repository at: git://git.denx.de/u-boot-nds32.git master for you to fetch changes up to c54fd3efa497876a33cc3c6e7df514ae53abc729: nds32: Enable FPU if the version of CPU supported (2013-07-25 16:54:19 +0800) ---------------------------------------------------------------- Axel Lin (1): nds32: ag101/ag102: Fix setting lastdec and now values Gabor Juhos (6): nds32: introduce macros for bit manipulation mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not defined block: constify sect_buf argument of ide_write_data pci: add prototype for pci_ftpci_init() function pci: move pci_ftpci100.h to include/faraday/ftpci100.h nds32: adp-ag102: use 'faraday/ftpci100.h' for pci_ftpci_init Tom Rini (1): nds32: Update and with SPDX license identifiers ken kuo (5): nds32: Enable two banks of SDRAM on Andes board nds32: Enable SDIO and EXT2 command support for Andes board nds32: Enable the function of passing parameters to Linux nds32: Convert Makefiles to use COBJS-y style nds32: Enable FPU if the version of CPU supported arch/nds32/cpu/n1213/Makefile | 4 ++-- arch/nds32/cpu/n1213/ag101/Makefile | 8 ++++---- arch/nds32/cpu/n1213/ag101/lowlevel_init.S | 32 ++++++++++++++++++++++++++++- arch/nds32/cpu/n1213/ag101/timer.c | 7 ++++--- arch/nds32/cpu/n1213/ag102/Makefile | 8 ++++---- arch/nds32/cpu/n1213/ag102/lowlevel_init.S | 26 ++++++++++++++++++++++++ arch/nds32/cpu/n1213/ag102/timer.c | 7 ++++--- arch/nds32/include/asm/io.h | 41 ++++++++++++++++++++++++++++++++++--- arch/nds32/include/asm/setup.h | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/nds32/lib/Makefile | 9 ++++++--- board/AndesTech/adp-ag101/Makefile | 6 +++--- board/AndesTech/adp-ag101/adp-ag101.c | 10 +++++++++- board/AndesTech/adp-ag101p/Makefile | 6 +++--- board/AndesTech/adp-ag101p/adp-ag101p.c | 10 +++++++++- board/AndesTech/adp-ag102/Makefile | 4 ++-- board/AndesTech/adp-ag102/adp-ag102.c | 3 +-- doc/driver-model/UDM-block.txt | 2 +- drivers/block/ftide020.c | 2 +- drivers/mmc/ftsdc010_mci.c | 6 +++++- drivers/pci/pci_ftpci100.c | 4 ++-- include/common.h | 1 + include/configs/adp-ag101.h | 19 +++++++++++++++++- include/configs/adp-ag101p.h | 18 ++++++++++++++++- drivers/pci/pci_ftpci100.h => include/faraday/ftpci100.h | 2 ++ include/ide.h | 2 +- 25 files changed, 384 insertions(+), 43 deletions(-) create mode 100644 arch/nds32/include/asm/setup.h rename drivers/pci/pci_ftpci100.h => include/faraday/ftpci100.h (98%)