From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 3 Jun 2015 08:14:16 -0700 Subject: [U-Boot] [PATCH 01/22][v2] armv8/ls2085ardb: Add eth & phy f/w loading support In-Reply-To: <1432805055-1244-1-git-send-email-prabhakar@freescale.com> References: <1432805055-1244-1-git-send-email-prabhakar@freescale.com> Message-ID: <556F19C8.9050100@freescale.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 05/28/2015 02:23 AM, Prabhakar Kushwaha wrote: > Add support for board eth initialization and support for loading phy > firmware. PHY firmware needs to be loaded from board_eth_init() because > all the MACs are not initialized by ldpaa_eth driver. > > Signed-off-by: pankaj chauhan > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is for patch set > This set (v2) with [21/22 v3] is applied to fsl-qoriq next branch. York