From patchwork Fri Oct 14 07:34:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kumar Gala X-Patchwork-Id: 119718 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 502D6B6F9C for ; Fri, 14 Oct 2011 18:44:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 010CB28BB6; Fri, 14 Oct 2011 09:44:44 +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 2gvmhgoBCBHd; Fri, 14 Oct 2011 09:44:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BF47428B53; Fri, 14 Oct 2011 09:44:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A3D6F28B53 for ; Fri, 14 Oct 2011 09:44:40 +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 rjRlgBY-bABs for ; Fri, 14 Oct 2011 09:44:39 +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 20F0928B52 for ; Fri, 14 Oct 2011 09:44:37 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p9E7YQLs005970; Fri, 14 Oct 2011 02:34:27 -0500 Date: Fri, 14 Oct 2011 02:34:25 -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] Pull request u-boot-85xx.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 d8fffa057c9430fd0c5104ab6ff7db4cdb03db51: Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 22:47:15 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Haiying Wang (3): powerpc/p5020: fixup portal config info powerpc/p2041: fixup portal config info powerpc/p3041: fixup portal config info Kuldip Giroh (1): powerpc/85xx: Added secure boot option for P2041RDB boards Kumar Gala (1): powerpc/85xx: Drop CONFIG_VIDEO on P1_P2_RDB-PC boards to reduce size Timur Tabi (2): powerpc/p3060: remove all references to RCW bits EC1_EXT, EC2_EXT, and EC3 phylib: wait for TN2020 to achieve SERDES lane alignment at startup chenhui zhao (2): powerpc/mpc8548cds: Code cleanup and refactoring powerpc/mpc8548cds: Add 36-bit support arch/powerpc/cpu/mpc85xx/p2041_ids.c | 20 +++--- arch/powerpc/cpu/mpc85xx/p3041_ids.c | 20 +++--- arch/powerpc/cpu/mpc85xx/p3060_serdes.c | 20 ----- arch/powerpc/cpu/mpc85xx/p5020_ids.c | 20 +++--- arch/powerpc/include/asm/immap_85xx.h | 10 --- board/freescale/mpc8548cds/law.c | 31 +------- board/freescale/mpc8548cds/mpc8548cds.c | 8 +- board/freescale/mpc8548cds/tlb.c | 64 ++++++++-------- boards.cfg | 2 + drivers/net/fm/p3060.c | 17 ---- drivers/net/phy/teranetics.c | 33 ++++++++ include/configs/MPC8548CDS.h | 125 +++++++++++++++++++++++-------- include/configs/p1_p2_rdb_pc.h | 16 ---- 13 files changed, 196 insertions(+), 190 deletions(-)