From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 16 Jan 2013 15:51:29 -0700 Subject: [U-Boot] [PATCH 7/7] Tegra114: Add/enable Dalmore build (T114 reference board) In-Reply-To: <1358370848-29469-8-git-send-email-twarren@nvidia.com> References: <1358370848-29469-1-git-send-email-twarren@nvidia.com> <1358370848-29469-8-git-send-email-twarren@nvidia.com> Message-ID: <50F72EF1.4060801@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 01/16/2013 02:14 PM, Tom Warren wrote: > This build is stripped down. It boots to the command prompt. > GPIO is the only peripheral supported. Others TBD. > diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalmore/dalmore.c > +void pinmux_init(void) > +{ > + pinmux_config_table(tegra3_pinmux_common, > + ARRAY_SIZE(tegra3_pinmux_common)); I assume that should say "tegra114" not "tegra3"? > diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h > +/* Must be off for Dalmore to boot !?!? FIXME */ > +#define CONFIG_SYS_DCACHE_OFF Who knows if there is any A15 core/cache controller support in U-Boot yet? Aside from any comments I've made, the series, briefly, Reviewed-by: Stephen Warren