From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Smith Date: Thu, 16 Apr 2015 20:22:20 +0000 Subject: [U-Boot] [PATCH v2 0/13] Add Marvell Armada A38x 88F6820 SoC support In-Reply-To: <1429008415-27458-1-git-send-email-sr@denx.de> References: <1429008415-27458-1-git-send-email-sr@denx.de> Message-ID: <55301A02.5010709@elecsyscorp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/14/2015 05:46 AM, Stefan Roese wrote: > This patch series adds support for the Marvell Armada A38x SoC's. Specifically > the 88F6820 / 88F6828. > > Basic support for the DB-88F6820-GP evaluation board is added. Supporting the > following interfaces: > - UART > - SPI (including SPI NOR flash) > - I2C > - Ethernet (neta) > > One big part of this new SoC support is the move of the already exisiting > Armada XP support into the "mach-mvebu" directory. With this move its > easier to re-use this code for the A38x, which is pretty similar to the > AXP. > > Thanks, > Stefan > Tested-by: Kevin Smith