From patchwork Mon Jul 9 18:43:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 169919 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 3F9892C007F for ; Tue, 10 Jul 2012 04:44:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D6C23280FD; Mon, 9 Jul 2012 20:44:10 +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 i6lKkPydG-mr; Mon, 9 Jul 2012 20:44:10 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6D8B5280FF; Mon, 9 Jul 2012 20:44:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4B7DC280FF for ; Mon, 9 Jul 2012 20:44:05 +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 VmeiAQ4u2Evw for ; Mon, 9 Jul 2012 20:44:04 +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-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by theia.denx.de (Postfix) with ESMTPS id A7095280FD for ; Mon, 9 Jul 2012 20:44:02 +0200 (CEST) Received: by wgbgn7 with SMTP id gn7so11940310wgb.9 for ; Mon, 09 Jul 2012 11:44:01 -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=H45dQNhsEHstbtnwd+J9jfJ844TlZraOgbpkKv1FOqA=; b=UYOMZSiySuXzVd8126SdNtK6Y4OSbfs4eT5ihss5PO9DJdgbdVdXcufAYKJlyl7E0a DIGZKvp3MMvtM3MPMeY7xohLyyIWdHhRi8EciP3u4ergvhRgH0GTUNuC48SNaqk2N4WG Hn0X3/CzKSJJBPElnp1KK6hj+kfjeY+rFePO/xn5A5HIYpNKlV5XX0qnim/HUlWKqAAA vNYlGdlOzo4aLrFe1NaDh/Hy1/NQMsZulbKbohWOEHU3uOTUIEnjFhAlUA2NinAxfup9 0LAGYrmnz9WeoASrK6aAWEnouCOTQA8mLxUdlJXfHzQp2fLk1HnUkwIEuSLdMHdBaK7E RHCQ== Received: by 10.216.192.85 with SMTP id h63mr10606074wen.7.1341859441305; Mon, 09 Jul 2012 11:44:01 -0700 (PDT) Received: from oliver-linux (79-245.193-178.cust.bluewin.ch. [178.193.245.79]) by mx.google.com with ESMTPS id y2sm24678339wix.7.2012.07.09.11.43.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2012 11:43:59 -0700 (PDT) Date: Mon, 9 Jul 2012 11:43:56 -0700 From: Tom Rini To: Albert Aribaud Message-ID: <20120709184356.GA23173@oliver-linux> MIME-Version: 1.0 Organization: Texas Instruments User-Agent: Mutt/1.5.21 (2010-09-15) 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 d702b0811df53a1fc2d8049e35431e4591d093c6: ARM: cache: Move the cp15 CR register read before flushing the cache. (2012-07-07 14:07:44 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti master for you to fetch changes up to a92cc088d32e58b53b6a6d2fae8888c5288f4ed1: beagle: add eeprom expansion board info for bct brettl4 (2012-07-09 05:53:00 -0700) ---------------------------------------------------------------- Peter Meerwald (1): beagle: add eeprom expansion board info for bct brettl4 board/ti/beagle/beagle.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) This is a small change and one that I believe is best served being in mainline and releases sooner rather than later. Thanks!