From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 27 Jan 2016 07:55:09 +0100 Subject: [U-Boot] [PATCH 2/2] arm: mvebu: Add support for the Armada XP theadorable board In-Reply-To: <1453274009-13737-2-git-send-email-sr@denx.de> References: <1453274009-13737-1-git-send-email-sr@denx.de> <1453274009-13737-2-git-send-email-sr@denx.de> Message-ID: <56A869CD.5090507@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20.01.2016 08:13, Stefan Roese wrote: > This patch adds support for the Armada XP (MV78260) based theadorable > board. Its equipped with onboard DDR3, UART, ethernet, I2C, SPI NOR, > LCD and SATA (SSD) interfaces / devices. > > Two defconfigs are added: > > theadorable_defconfig: > The production U-Boot version with a stripped down drivers and feature > list. This removes networking, USB and PCI support. > > theadorable_debug_defconfig: > The debugging / testing U-Boot version with full support for all drivers. > > Signed-off-by: Stefan Roese > Cc: Luka Perkov Applied to u-boot-marvell/master. Thanks, Stefan