From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 4 Apr 2016 14:01:28 +0200 Subject: [U-Boot] [PATCH 4/6] arm: mvebu: Add basic support for the Marvell Armada 375 SoC In-Reply-To: <1458059718-15295-4-git-send-email-sr@denx.de> References: <1458059718-15295-1-git-send-email-sr@denx.de> <1458059718-15295-4-git-send-email-sr@denx.de> Message-ID: <57025798.3020005@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 Armada 375. Please note that > currently the SerDes and DDR3 init code for the A375 is not > included / enabled. This will be done in a later, follow-up patch. > > 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