From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 06 Aug 2014 10:29:34 -0600 Subject: [U-Boot] [PATCH v2] ARM: tegra: add Colibri T30 board support In-Reply-To: <1407274050-17652-1-git-send-email-stefan@agner.ch> References: <1407274050-17652-1-git-send-email-stefan@agner.ch> Message-ID: <53E257EE.2010209@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 08/05/2014 03:27 PM, Stefan Agner wrote: > This adds board support for the Toradex Colibri T30 module. > > Working functions: > - SD card boot > - eMMC environment and boot > - USB host/USB client (on the dual role port) > - Network (via ASIX USB) Acked-by: Stephen Warren Note that this patch is going to conflict with: http://patchwork.ozlabs.org/patch/376287/ tegra: kconfig: move board select menu and common settings ... since that moves all the Tegra Kconfig board options into sub-menus. At some point, this or that patch will need to be rebased on the other, or merged with each-other.