From patchwork Fri Jul 22 07:55:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kumar Gala X-Patchwork-Id: 106234 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 669E0B6F6F for ; Fri, 22 Jul 2011 17:56:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD2D1280B3; Fri, 22 Jul 2011 09:55: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 gBPd+rZTrchT; Fri, 22 Jul 2011 09:55:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3E846280B6; Fri, 22 Jul 2011 09:55:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C100A280B6 for ; Fri, 22 Jul 2011 09:55:55 +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 1fiOmxfHYhen for ; Fri, 22 Jul 2011 09:55:53 +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 85757280B3 for ; Fri, 22 Jul 2011 09:55:51 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p6M7tiN4022725; Fri, 22 Jul 2011 02:55:45 -0500 Date: Fri, 22 Jul 2011 02:55:44 -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 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 74fac70084bb040342fafc3b0d2ef50fbe35646f: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-07-19 22:27:07 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Becky Bruce (2): powerpc/mpc85xx: Add clear_ddr_tlbs function board/tqm85xx: Create and tear down TLB for get_ram_size() Timur Tabi (2): powerpc/85xx: add support the ePAPR "phandle" property fman: insert the Fman firmware into the device tree arch/powerpc/cpu/mpc85xx/cpu.c | 14 +--- arch/powerpc/cpu/mpc85xx/fdt.c | 119 ++++++++++++++++++++++++++++++++++++ arch/powerpc/cpu/mpc85xx/portals.c | 6 +- arch/powerpc/cpu/mpc85xx/tlb.c | 29 +++++++++ arch/powerpc/include/asm/mmu.h | 1 + board/tqc/tqm85xx/sdram.c | 7 ++ include/configs/TQM85xx.h | 6 ++ include/configs/corenet_ds.h | 8 +-- 8 files changed, 171 insertions(+), 19 deletions(-)