From patchwork Tue Apr 10 17:57:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 151678 X-Patchwork-Delegate: albert.aribaud@free.fr 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 882BFB7060 for ; Wed, 11 Apr 2012 03:57:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 70FA1280B6; Tue, 10 Apr 2012 19:57: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 y4QDeBN8mF1H; Tue, 10 Apr 2012 19:57:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2191A280AD; Tue, 10 Apr 2012 19:57:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 158AE280AD for ; Tue, 10 Apr 2012 19:57:50 +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 F2fZGBbhQOwq for ; Tue, 10 Apr 2012 19:57:49 +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-gy0-f172.google.com (mail-gy0-f172.google.com [209.85.160.172]) by theia.denx.de (Postfix) with ESMTPS id 0ACD9280AC for ; Tue, 10 Apr 2012 19:57:47 +0200 (CEST) Received: by ghbg16 with SMTP id g16so46801ghb.3 for ; Tue, 10 Apr 2012 10:57:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:organization:user-agent; bh=759ZIQD1sQZc+bpyMVABJpEoebW6DOtMHtI+9OmlowY=; b=mAZhUqNg0yRDprRVoYtPAYQYxQ8+KbV3MbpR3K3jKYJDGtEb7QbOxiwqU2pwgBXD4W sBEU03iuO2D92rnzjkD6Cw5xO3EIB9+pK7Q7ObJ3tGKHbhNYroL3HuIqL6VtyaaNICpV 9PFdzoMdI+ftme2lq+v5T1xn+IzlzBq24GwHK4oYUN2YCRIHG+UZqP6GH8BgWPRLmCeb 3n4aMtw98FF/0ZQ4B+m0zwqlEUWnSveP0rzwg6nuJZAVRNvsFgecs+MWCvdvphZ+U97E ac3KeK9WBdDcADIKnqVpanYPZ3ueZH3ep1XyKYl041bAWTc2GFJ1YX2sm2YUKOu0at7V Nd+A== Received: by 10.60.29.39 with SMTP id g7mr18118642oeh.6.1334080664778; Tue, 10 Apr 2012 10:57:44 -0700 (PDT) Received: from bill-the-cat (ip68-230-54-74.ph.ph.cox.net. [68.230.54.74]) by mx.google.com with ESMTPS id m3sm32933oem.7.2012.04.10.10.57.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Apr 2012 10:57:43 -0700 (PDT) Date: Tue, 10 Apr 2012 10:57:46 -0700 From: Tom Rini To: Albert Aribaud Message-ID: <20120410175746.GA24748@bill-the-cat> MIME-Version: 1.0 Organization: Texas Instruments User-Agent: Mutt/1.5.20 (2009-06-14) Cc: u-boot@lists.denx.de Subject: [U-Boot] Please pull u-boot-ti/master 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 Hello, The following changes since commit 4a0764858b0bdcb3508f01b96e3fa32b16cdb30f: Simon Glass (1): arm: Use common .lds file where possible are available in the git repository at: git://git.denx.de/u-boot-ti master Bernhard Walle (2): tricorder: Add UBIFS tricorder: Load kernel from ubifs Igor Grinberg (1): cm-t35: fix Ethernet reset timing Joel Fernandes (1): BeagleBoard: Remove userbutton command and use gpio command instead Tom Rini (2): OMAP: Move omap1510inn to Unmaintained / Orphaned hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT MAINTAINERS | 7 ++--- board/cm_t35/cm_t35.c | 11 ++++--- board/ti/beagle/beagle.c | 55 ---------------------------------------- include/configs/hawkboard.h | 1 + include/configs/omap3_beagle.h | 11 ++++++- include/configs/tricorder.h | 15 ++++++++--- 6 files changed, 30 insertions(+), 70 deletions(-) These changes are either long-standing patches (Joel), bugfixes (Igor, my hawkboard change) or minor changes requested by board maintainers (Bernhard), or trivial (just move omap1510inn in MAINTAINERS).