From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Cross Date: Tue, 07 Oct 2014 17:52:33 +0800 Subject: [U-Boot] [PATCH V5] ARM: mx6: Add support for Kosagi Novena In-Reply-To: <1412611339-22024-1-git-send-email-marex@denx.de> References: <1412611339-22024-1-git-send-email-marex@denx.de> Message-ID: <5433B7E1.6080003@kosagi.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 07/10/2014 00:02, Marek Vasut wrote: > Add support for the Kosagi Novena board. Currently supported are: > - I2C busses > - FEC Ethernet > - MMC0, MMC1, Booting from MMC > - SATA > - USB ports > - USB Ethernet > This patch looks good. It resets the FPGA, muxes the correct UART lines, and detects USB devices. It doesn't have the newer FEC reset sequence, but is the idea for Nikolay to submit that separately in order to get credit for it? Sean