From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B41C8E00294 for ; Mon, 10 Dec 2012 11:47:48 -0800 (PST) Received: by mail-pa0-f48.google.com with SMTP id fa1so2238579pad.35 for ; Mon, 10 Dec 2012 11:47:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=2syUyeR7BpEfOq3qWwWCDxA4jSlpYZh+FTSos1FN+4k=; b=W1la4PRqHMDKzDh5oe6VyEQpaaoVsTUtXajLPVbUSHjZYh3PgL6G5hbJUxLeSksdSA q5ZNJPXXstJhP4hD/eecfg3F8wI1hyDYV5CzcJ9PlfhEHGGNTiTkrnYuaNSMWsPpXg0D a48KqmpeLstKbQcEFCPuoq9hQku7ujZ5h/SHfz9m6dliRhESCXzhfwvRjlTeO7FyCf9n fbnfg9cMcUQQsGcKNfC2uAMsKwmTCvEmsx2nzBDG1mZJwcCr+kmqbNrpfNi8HdJdJSdR MvlgQF7pPDWUPrQ+ixZSukvC/PP2ThPA9GaZzjNUNkSeyHdcAHXb7Whu+U8/sdt8ThtS 2+Ow== Received: by 10.68.253.137 with SMTP id aa9mr21575694pbd.102.1355168868593; Mon, 10 Dec 2012 11:47:48 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id sk1sm12319584pbc.0.2012.12.10.11.47.46 (version=SSLv3 cipher=OTHER); Mon, 10 Dec 2012 11:47:47 -0800 (PST) Message-ID: <50C63C5D.2010403@boundarydevices.com> Date: Mon, 10 Dec 2012 12:47:41 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Otavio Salvador References: <1355155599-11150-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: X-Gm-Message-State: ALoCoQms4sM+PQAsT9BmnwEJ1LjowHHq8HuL8mir9L3mSCOe700Dm7uwgHtz2kfcymYWc8v6C63g Cc: "meta-freescale@yoctoproject.org" , Troy Kisky Subject: Re: [meta-fsl-arm-extra][PATCH 0/3] Initial support for Nitrogen6X 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: Mon, 10 Dec 2012 19:47:48 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/10/2012 09:11 AM, Otavio Salvador wrote: > On Mon, Dec 10, 2012 at 2:06 PM, Otavio Salvador wrote: > >> This patchset adds support for Nitrogen6X using the deployment used by >> Boundary Devices. The generated sdcard should just work in the board. >> >> The patches are untested as I don't own a Nitrogen6X and would be good >> if someone could test those before we apply them. >> >> Otavio Salvador (3): >> u-boot-boundary: Add U-Boot recipe for Boundary Devices version >> u-boot-script-boundary: Add recipe to deploy the boot scripts >> nitrogen6x: Add machine definition >> >> conf/machine/nitrogen6x.conf | 28 ++++++++++++++++ >> recipes-bsp/u-boot/u-boot-boundary_git.bb | 16 ++++++++++ >> recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 37 >> ++++++++++++++++++++++ >> 3 files changed, 81 insertions(+) >> create mode 100644 conf/machine/nitrogen6x.conf >> create mode 100644 recipes-bsp/u-boot/u-boot-boundary_git.bb >> create mode 100644 recipes-bsp/u-boot/u-boot-script-boundary_git.bb > > > Eric and Troy, > > Please give this patchset a try as I don't own the board to try it myself. > > Please bear on mind that this patchset depends on the "[PATCH 0/2] > Flexibilize sdcard generation" patchset to proper work. > > Regards, > Will do. The patches all apply cleanly to meta-fsl-arm and I'm building now. Understanding will likely take a while ;)