From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 025DEE009DA; Sat, 3 May 2014 08:39:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.169 listed in list.dnswl.org] Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D1798E0087F for ; Sat, 3 May 2014 08:38:57 -0700 (PDT) Received: by mail-pd0-f169.google.com with SMTP id z10so4894976pdj.0 for ; Sat, 03 May 2014 08:38:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=RDOHEskZaKLrHctG1/e8JE7YR8NOj2ZkWELXLt2WBb4=; b=gcMEVgE1LGhW9Jmc+3SOmSMxzxAxzfnsuJXaTNl3bJGukEOFKA/h5djRhZ4jIFBpKg 3x99j3BmeQhQdxqkiIe0BuiuzVyFgPCQgvBBbViyCCyi1SpQ1wbkUhEcUCca/ZOOK694 6E9LiL/keiaHAnczJubwPGTuyJhkaKtORINL/V+iQo2usHNdUwu3pkCc+Kjbkb3ibY0t rentmUUqxH2utx/H2mHJ3uBPBBBx6knIIY2ZVg5yS0DJW9Q2r0ukRzSpMPbQ9HbUZSvK NF/4ccMDVUxN2NtQU/ixshZTjCpioA4t8bCmADtATzxi7nt767qwfK2V6GqxnkJkMHan SIFQ== X-Gm-Message-State: ALoCoQnqMkHNQKVIWE4Gfwcxt/M21ZWyGWZOu+z10oh536eSBcZt/hca0IcAA0GqZW4UtmsdCnz4 X-Received: by 10.67.1.202 with SMTP id bi10mr1615241pad.68.1399131536622; Sat, 03 May 2014 08:38:56 -0700 (PDT) Received: from ?IPv6:2600:1011:b113:1fbf:2dcd:cf5:6c50:8d02? ([2600:1011:b113:1fbf:2dcd:cf5:6c50:8d02]) by mx.google.com with ESMTPSA id yq4sm21892365pab.34.2014.05.03.08.38.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 03 May 2014 08:38:54 -0700 (PDT) Message-ID: <53650D8C.8080302@boundarydevices.com> Date: Sat, 03 May 2014 08:38:52 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Gary Thomas , meta-freescale@yoctoproject.org References: <5362D3E7.30107@mlbassoc.com> <5363ECA5.8000804@mlbassoc.com> In-Reply-To: <5363ECA5.8000804@mlbassoc.com> Subject: Re: [meta-fsl-arm] u-boot-fslc maintainer? X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 15:39:01 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Gary, On 05/02/2014 12:06 PM, Gary Thomas wrote: > On 2014-05-01 17:19, Fabio Estevam wrote: >> On Thu, May 1, 2014 at 8:08 PM, Gary Thomas wrote: >>> I'm having some issues with U-Boot on my [own design] board >>> (clone of SabreLite) with the latest branch/patches. >>> >>> Where/who best to ask these questions? >>> >>> Bottom line: when I was using v2013.10, everything worked. >>> Now that I'm using v2014.01, the FEC ethernet does not work >>> on power-up (in U-Boot). Once I boot into Linux (and reboot), >>> the FEC ethernet works fine in U-Boot. >>> >>> Any ideas? >> >> Try to run git bisect between v2013.10 and v2014.01 to find out thet >> exact commit that gives you problems. >> > > Tedious, but this did the job for me. I narrowed it down to the > changes I had to make in reaction to this commit: > > commit 10fda48779fc86e74e4482cbc7667431237cf60c > Author: Eric Nelson > Date: Mon Nov 4 17:00:51 2013 -0700 > i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents > Signed-off-by: Eric Nelson > I wasn't trying to break things, but this one had lots of down-stream effects for our custom (non-mainline) boards as well. Regards, Eric