From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 04 Dec 2012 15:43:23 -0700 Subject: [U-Boot] [PATCH v2 7/7] Tegra30: Add/enable Cardhu build (T30 reference board) In-Reply-To: References: <1354578322-1834-1-git-send-email-twarren@nvidia.com> <1354578322-1834-8-git-send-email-twarren@nvidia.com> <50BD4979.8010003@wwwdotorg.org> Message-ID: <50BE7C8B.7090306@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/04/2012 01:22 PM, Tom Warren wrote: > Stephen, > > On Mon, Dec 3, 2012 at 5:53 PM, Stephen Warren wrote: >> On 12/03/2012 04:45 PM, Tom Warren wrote: >>> This build is stripped down. It boots to the command prompt. >>> GPIO is the only peripheral supported. Others TBD. >>> >>> include/configs/tegra-common.h now holds common config options >>> for Tegra SoCs. ... >> In this patch, you also should move MEM_LAYOUT_ENV_SETTINGS from >> tegra-common-post.h into tegraNN-common.h, or something like that. > > I can do that, or we can wait until those settings are going to be > used, i.e. once I've added peripheral support so a kernel can be found > and loaded and executed. Isn't it just cut/pasting those 5 lines (well, and the comment before them I guess) and s/0x0/0x8/ in all the lines. It seems pretty easy to get the right values in from the start. Without this, it's a PITA to test bootm with this U-Boot (you can download a kernel over serial with loady for example; something I tested with earlier revisions of this series).