From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 22 Jan 2015 18:37:50 -0600 Subject: [U-Boot] [PATCH v3 01/11] net/fm: Fix error when FMAN MAC has no PHY In-Reply-To: <1421064519-6248-2-git-send-email-codrin.ciubotariu@freescale.com> References: <1421064519-6248-1-git-send-email-codrin.ciubotariu@freescale.com> <1421064519-6248-2-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <54C197DE.2040006@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 01/12/2015 06:08 AM, Codrin Ciubotariu wrote: > U-boot assumes that all FMAN ports have a PHY. Some SoCs (like T1040) > have fixed links. This means that the ports are connected MAC to MAc > and there is no Ethernet PHY attatched. This patch initializes a > FMAN MAC even if it doesn't have a PHY attached. > > Signed-off-by: Codrin Ciubotariu > --- > > Changes for v2: None > > Changes for v3: None Applied to u-boot-mpc85xx master branch, awaiting upstream. York