From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6BA99E015BA for ; Wed, 9 Oct 2013 18:59:49 -0700 (PDT) Received: by mail-pd0-f182.google.com with SMTP id r10so1839553pdi.13 for ; Wed, 09 Oct 2013 18:59:49 -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=izLNRMtatqURXXmN6sWhH+q7kGWA0ixYFfQdE5wET3I=; b=St8UNDaQVpbr0a64FdP1HqmbNVzJrqyocyRpmcN1F8Pwr8x2Nr6QZ+aUNkoCHlXaem /iqGsB+FQZ5v9pdMfNT24hGuL20MizdGo9zUWwqLgZ7EQTsbFKiGRbWbbK50fJuCtg3x 1IvaJNL2w1vSZLQ1OCGMNaBvBNQgvsJ+C2hvHmQNfBiV1SjlXkhfVWHBhceJOaWwuhe0 dpaNkGcfWtnuv+BsQVzqixUq4n2g5gYeTTen/K5cAUWfXgoD4vZ6JnSoUTTAAW+5SaD4 fI2fL28TsVXSg8F0dPKB63GSaJuHeyiNQ6BcqUyY3iWqo3qCIJXsoFWFRqJIQHDaWozz 1z+Q== X-Gm-Message-State: ALoCoQnY57VfFmtQu43NLEILOWmYc1ckoqak/NDaGNTdIXr3WOIJGsXrH+BwEq18ZYhaXY1m21Z7 X-Received: by 10.69.0.103 with SMTP id ax7mr201635pbd.188.1381370389676; Wed, 09 Oct 2013 18:59:49 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id tx5sm49537377pbc.29.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 18:59:48 -0700 (PDT) Message-ID: <52560A12.1010401@boundarydevices.com> Date: Wed, 09 Oct 2013 18:59:46 -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 , "meta-freescale@yoctoproject.org" References: In-Reply-To: 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 01:59:50 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Daiane, On 10/09/2013 05:28 PM, Daiane Angolini wrote: > What's the default u-boot version for gk802??? > > The provider is u-boot-imx6dongle, but I cannot see the u-boot version > from its github source code. > > I would like to know what's the plan to add gk802 support on > u-boot-fslc (mainline). > > > Is the default version for nitrogen and sabrelite (u-boot-boundary) 2013.01? > No. The current release of u-boot-boundary is 2013.07: http://boundarydevices.com/u-boot-2013-07-release/ The sources are in our Github repository (production branch is what we're currently shipping with boards); https://github.com/boundarydevices/u-boot-imx6/tree/production We try to keep this in-line with true main-line U-Boot, but use it as a staging area so we can be a bit more responsive to customer needs. The primary deltas at this point are additional boards (nit6xlite is not yet in main-line), support for additional displays, and support for custom boards. > I would like to know what's the plan to add both support on u-boot-fslc > I have to admit that I've never looked at u-boot-fslc. I thought it was only used for PPC boards. > Today, I can see we have 4 u-boot providers: > > u-boot-imx -> freescale > u-boot-fslc -> mainline > u-boot-boundary - boundary (for nitrogen) (and SABRE Lite and Nitrogen6-Lite) > u-boot-imx6dongle -> ??????? > > Could someone send me a small description of u-boot-boundary and > u-boot-imx6dongle? Just like I already have for u-boot-imx and > u-boot-fslc from > http://freescale.github.io/doc/release-notes/1.4/index.html#document-u-boot > ? > I'll take a look at that when I have some more time to spend. Regards, Eric