From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 22 Aug 2014 13:31:29 -0600 Subject: [U-Boot] [PATCH v2] arm: tegra: initial support for apalis t30 In-Reply-To: <1f0fc67d6f08de8deba78762088fa61e2a195152.1408687805.git.marcel@ziswiler.com> References: <4e5681daf84a08d160751c3da392f654e2b440ef.1408687805.git.marcel@ziswiler.com> <1f0fc67d6f08de8deba78762088fa61e2a195152.1408687805.git.marcel@ziswiler.com> Message-ID: <53F79A91.2060702@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/22/2014 01:35 AM, Marcel Ziswiler wrote: > This patch adds board support for the Toradex Apalis T30 a computer on > module which can be used on different carrier boards. > > For the sake of ease of use we do not distinguish between different > carrier boards for now as the base module features are deemed > sufficient enough for regular booting. > > The following functionality is working so far: > - eMMC boot and environment storage > - Gigabit Ethernet (once Thierry's PCIe as well as Marek's i210 patches > hit mainline) > - MMC/SD cards (both 8-bit as well as 4-bit slot) > - USB client/host (dual role port as client e.g. for DFU/UMS, other two > ports as host) Looks fine at a quick glance, just one nit below, otherwise, Acked-by: Stephen Warren > diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig > +/* USB networking support */ > +#define CONFIG_USB_HOST_ETHER > +#define CONFIG_USB_ETHER_ASIX > + > +#define CONFIG_USE_ARCH_MEMCPY That last option isn't set on other Tegra boards; what's it for?