From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DB504E01649 for ; Thu, 10 Oct 2013 12:35:09 -0700 (PDT) Received: by mail-pd0-f175.google.com with SMTP id q10so3072012pdj.20 for ; Thu, 10 Oct 2013 12:35:09 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=wEvSYNMzYbfC2U93uuzGk+JcQy2XpeNGGU4bM2+2QCY=; b=mr/o81UOND80O0Muk0jYycm9gekCkSJolaLJ6AqJqpVPp5XzQXrSbzJ2k98pYLp9hm Wa3/kvukZ6IZ0ImGgXnsevPTuUTqWE+lFVHB5+O8UJQC45T77x7AQikauAv01TCE4O0F DmhAj0gRORrTISz0+7GyLaSf0PfjFMiTddAZ9dYfsBMyIMma/VKGgomyGZuebiOXqE7w ObpE3tmjo2eVus9gWMgXBzbwDg10lzMqqmqdg6Ti08WsaQpOpV57OplmBSTnoVVRyYa3 VkzCCdYIqxbyJzjGuS2kQiwWgLzwXVt2rA5VHAHmf7gFEIA9jao8qD3A3bZnAGS9Y7hW eBLg== X-Gm-Message-State: ALoCoQkHVtQGt1GnH1dhcWs7Bx/uENyBLBpscZV684TZxYwlV++TvEu/AYBaOzWnbq4HtjHZh6Wl X-Received: by 10.69.0.198 with SMTP id ba6mr15771060pbd.159.1381433709153; Thu, 10 Oct 2013 12:35:09 -0700 (PDT) Received: from [29.6.1.4] ([70.96.116.236]) by mx.google.com with ESMTPSA id va8sm54905374pbc.16.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 12:35:08 -0700 (PDT) Message-ID: <52570169.9010808@boundarydevices.com> Date: Thu, 10 Oct 2013 12:35:05 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Daiane Angolini , Otavio Salvador References: <52560A12.1010401@boundarydevices.com> <5256A1E3.5070002@freescale.com> <5256B901.9010706@boundarydevices.com> <5256D1E6.5040202@freescale.com> <5256D665.1020702@boundarydevices.com> <5256FBB9.9040300@boundarydevices.com> <5256FBC2.4090401@freescale.com> In-Reply-To: <5256FBC2.4090401@freescale.com> Cc: "meta-freescale@yoctoproject.org" Subject: Re: [RFC] default u-boot 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: Thu, 10 Oct 2013 19:35:10 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Daiane, On 10/10/2013 12:10 PM, Daiane Angolini wrote: > On 10/10/2013 04:10 PM, Eric Nelson wrote: >> Hi Otavio, >> >> On 10/10/2013 10:44 AM, Otavio Salvador wrote: >>> Hello Eric, >>> >>> On Thu, Oct 10, 2013 at 1:31 PM, Eric Nelson >>> wrote: >>>> On 10/10/2013 09:28 AM, Otavio Salvador wrote: >>>>> It seems the best would be if, instead of pushing to our u-boot GIT, >>>>> it had regular updates in the u-boot-boundary recipes and point to >>>>> newer revisions. >>>>> >>>> >>>> We'll make sure to update with each switch in our production branch. >>> >>> Great; this is the way to go. >>> >>> Could you please update the current SRCREV and PV values to match the >>> current state? >>> >> >> This is essentially done... meta-fsl-arm-extra is only one patch behind >> (a custom board). >> >> We're expecting to issue our next release after 2013.10 is finalized. > > is this targeting Dora as well? > U-Boot doesn't really have much of a relationship with any particular userspace. We use the same version to boot Android, WEC7, QNX and other O/S's. That said, we're completely focused on Dora. As far as we can tell, it's in much better shape on i.MX6 than Dylan. We will address a couple of quirks in loading DT-kernels in the next release. Notably, you currently need to set 'fdt_addr' and 'fdt_high' before using 3.5.7 or 3.10.9: http://boundarydevices.com/i-mx6-3-5-7-alpha-release/#comment-63691 Regards, Eric