From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DD3C3E00B66; Wed, 17 Feb 2016 07:08:56 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (festevam[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.180 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com [209.85.213.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9E95CE00B45 for ; Wed, 17 Feb 2016 07:08:53 -0800 (PST) Received: by mail-ig0-f180.google.com with SMTP id y8so125819681igp.0 for ; Wed, 17 Feb 2016 07:08:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PIJm15MSyn93A68AQrWFn26krv5vie7Tx6Msckgn27w=; b=Wm7CQ/80jnBKf6/vkXMNOwgSXcg6G4hBuG3oicmaec9ydtzIt3TASuLSxvhHfaVPh3 ITBiHm+GYVdjzHQ4+8SB8/IiBE95BvE2xJnLsCWwsW83Bwr86nHERxyFceKMlC6jD+II ZC2Qchn9EISvfMhupFS/Ex7NoBfxNj/sva8ltXl1kOOSvxgGauPU7YsCsqxOMefmazeO p2vMXwX9DdCpmQZ0eG2EekNr6bDWdxZUlv1UcyrdTG0z3NKNjHfNdIvle2zj2/tFS6aE vxT06Ow/3Dlvz3iOBSNd0NeO6NGMqu5ti7zbkVL71eXB44M3U8qUm1nzNBNS8/A8ynRV M5rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PIJm15MSyn93A68AQrWFn26krv5vie7Tx6Msckgn27w=; b=YoInpOAUyD80E3IYek25hvXmWwo63EBpj9WaYNaxFSO6o7EyEdqlQUeEMmSrPAX+Gk HLwBYm6Xe7NTbgRY/VKfv/GcvmZe1egC2aXFgbSiWN5ejB1NViAiUYXiOiuz6f5pjKHE X4pBP4ijRD43hk72cN3LPe+9bA/Pr4FjaLL375y3qQoqz1csgKTqGnA0eu3NQmggiump YIlv9oOylMmuiMH6QIbjEBTjNQTzWdmWLYjDMOfmCswlEZ63ClKYF+1XoaIJP8Jd/iO2 UhuGAIdom2g7dc73S5tN4UCb694T3IbDjmF+Lt0CsqBYw/kLmk1fsTWC6TFZ7wtd7UjS K6xg== X-Gm-Message-State: AG10YORGbktdRX7nWC6uaKM/01P5AEHVi9nyAJH/UgSspZ0HYRHTnccuIrrDyeR2PbQu2b1PAo6vuwXlX62XJA== MIME-Version: 1.0 X-Received: by 10.50.128.129 with SMTP id no1mr3995293igb.28.1455721732846; Wed, 17 Feb 2016 07:08:52 -0800 (PST) Received: by 10.79.67.2 with HTTP; Wed, 17 Feb 2016 07:08:52 -0800 (PST) In-Reply-To: References: Date: Wed, 17 Feb 2016 13:08:52 -0200 Message-ID: From: Fabio Estevam To: "Esponde, Joel" Cc: "meta-freescale@yoctoproject.org" Subject: Re: [u-boot-fslc] QSPI driver 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: Wed, 17 Feb 2016 15:08:56 -0000 Content-Type: text/plain; charset=UTF-8 On Wed, Feb 17, 2016 at 11:45 AM, Esponde, Joel wrote: > QSPI driver of u-boot-fslc seems to be broken for IMX6UL counter to > u-boot-imx one. > > Could that issue be solved simply by replacing the QSPI driver by the one in > u-boot-imx repo? > > It works at least for iMX6UL EVK board. Have you tested U-boot 2016.01? If it fails with this version, the please report it at the U-boot mailing list.