From patchwork Tue Mar 29 12:44:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kumar Gala X-Patchwork-Id: 88759 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 C21E3B6EFF for ; Tue, 29 Mar 2011 23:44:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 35E292808C; Tue, 29 Mar 2011 14:44:52 +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 WaOjUGTvCh66; Tue, 29 Mar 2011 14:44:51 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 151FC28098; Tue, 29 Mar 2011 14:44:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 509C928098 for ; Tue, 29 Mar 2011 14:44:47 +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 6qyP8BtbDUTG for ; Tue, 29 Mar 2011 14:44:45 +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 062262808C for ; Tue, 29 Mar 2011 14:44:42 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p2TCia6E008819; Tue, 29 Mar 2011 07:44:36 -0500 Date: Tue, 29 Mar 2011 07:44:36 -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] Please pull u-boot-mpc85xx.git (updated) 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 [ Pull in one other HW / SoC related fix in for v2011.03 ] The following changes since commit cb815e5ff979e36d68df130a810d34de4bf93289: Prepare v (2011-03-27 21:50:07 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Jiang Yutang (1): powerpc/85xx: Enable various errata on P1022/P1013 SoCs Prabhakar Kushwaha (1): powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs arch/powerpc/cpu/mpc85xx/p1021_serdes.c | 49 ++++++++++++++++++++++++++++- arch/powerpc/include/asm/config_mpc85xx.h | 10 ++++++ drivers/pci/fsl_pci_init.c | 7 ++++ include/configs/P1022DS.h | 1 + include/pci.h | 1 + 5 files changed, 67 insertions(+), 1 deletions(-)