From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 4 Apr 2016 14:01:45 +0200 Subject: [U-Boot] [PATCH 5/6] arm: mvebu: Add basic support for Armada 375 eval board db-88f6720 In-Reply-To: <1458059718-15295-5-git-send-email-sr@denx.de> References: <1458059718-15295-1-git-send-email-sr@denx.de> <1458059718-15295-5-git-send-email-sr@denx.de> Message-ID: <570257A9.7050009@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 15.03.2016 17:35, Stefan Roese wrote: > This patch adds basic support for the Marvell A375 eval board. Tested > are the following interfaces: > - I2C > - SPI > - SPI NOR > - Ethernet (mvpp2), port 0 & 1 > > Currently the A375 SerDes and DDR3 init code is not intergrated. So > the SPL U-Boot is not fully functional. > > Right now, this A375 mainline U-Boot can only be used by chainloading > it via the original Marvell U-Boot. This can be done via this > command: > > => tftpboot 00800000 a375/u-boot-dtb.bin;go 00800000 > > Signed-off-by: Stefan Roese > Cc: Luka Perkov Applied to u-boot-marvell/master. Thanks, Stefan