From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 1 Sep 2015 22:05:18 -0500 Subject: [U-Boot] [PATCHv2] arm: socfpga: Add support for the Terasic DE-0 Atlas board In-Reply-To: <1441147312-10864-1-git-send-email-dinguyen@opensource.altera.com> References: <1441147312-10864-1-git-send-email-dinguyen@opensource.altera.com> Message-ID: <1441163118.1876.0.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-09-01 at 17:41 -0500, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > Add support for the Terasic DE0-Nano/Atlas-SoC Kit, which is a CycloneV > based board. The board can boot from SD/MMC. Ethernet is also supported. > > Signed-off-by: Dinh Nguyen > --- > v2: add ethernet support > moved board files to board/terasic/de0-nano-soc/ > associate everything with 'de0-nano-soc' or 'de0_nano_soc' > based on u-boot-socfpga/wip/boards branch > --- Acked-by: Chin Liang See