From patchwork Wed May 18 14:45:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kumar Gala X-Patchwork-Id: 96176 X-Patchwork-Delegate: galak@kernel.crashing.org 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 DB41CB6F69 for ; Thu, 19 May 2011 00:46:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 131452809E; Wed, 18 May 2011 16:45:59 +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 aEzSVVTwV51O; Wed, 18 May 2011 16:45:58 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8EDFD28087; Wed, 18 May 2011 16:45:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C9EB28087 for ; Wed, 18 May 2011 16:45:53 +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 hrmZPx3T5mdb for ; Wed, 18 May 2011 16:45:52 +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 gate.crashing.org (gate.crashing.org [63.228.1.57]) by theia.denx.de (Postfix) with ESMTPS id 0665628082 for ; Wed, 18 May 2011 16:45:49 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p4IEjf4d017400; Wed, 18 May 2011 09:45:42 -0500 Date: Wed, 18 May 2011 09:45:41 -0500 (CDT) From: Kumar Gala X-X-Sender: galak@right.am.freescale.net To: Wolfgang Denk Message-ID: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [GIT PULL] Please pull u-boot-mpc85xx.git 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 The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Kumar Gala (1): powerpc/85xx: Add P2041 processor support Mingkai Hu (1): powerpc/p2040: Add various p2040 specific information Ramneek Mehresh (1): qoriq/p1_p2_rdb: Add Dual Role USB support macro for P1020RDB Shaohui Xie (2): powerpc/85xx: Enable eSPI support on corenet ds boards powerpc/85xx: add support for env in MMC/SPI on corenet ds boards arch/powerpc/cpu/mpc85xx/Makefile | 6 ++ arch/powerpc/cpu/mpc85xx/p2040_ids.c | 106 +++++++++++++++++++++++++++++ arch/powerpc/cpu/mpc85xx/p2040_serdes.c | 24 +++++++ arch/powerpc/cpu/mpc8xxx/cpu.c | 2 + arch/powerpc/include/asm/config_mpc85xx.h | 15 ++++ arch/powerpc/include/asm/processor.h | 2 + board/freescale/common/Makefile | 2 + boards.cfg | 7 ++- include/configs/P1_P2_RDB.h | 1 + include/configs/corenet_ds.h | 40 +++++++++-- 10 files changed, 196 insertions(+), 9 deletions(-) create mode 100644 arch/powerpc/cpu/mpc85xx/p2040_ids.c