blob: 0e89e663f716cbf977dd9707d6eb5f25c529243e [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Kumar Gala2683c532011-04-13 08:37:44 -05002/*
Roy Zangbafd8032012-10-08 07:44:21 +00003 * Copyright 2009-2012 Freescale Semiconductor, Inc.
Madalin Bucurb76b0a62020-04-23 16:25:19 +03004 * Copyright 2020 NXP
Kumar Gala2683c532011-04-13 08:37:44 -05005 * Dave Liu <daveliu@freescale.com>
Kumar Gala2683c532011-04-13 08:37:44 -05006 */
7#include <common.h>
Simon Glass0f2af882020-05-10 11:40:05 -06008#include <log.h>
Simon Glass655306c2020-05-10 11:39:58 -06009#include <part.h>
Kumar Gala2683c532011-04-13 08:37:44 -050010#include <asm/io.h>
Madalin Bucurb76b0a62020-04-23 16:25:19 +030011#ifdef CONFIG_DM_ETH
12#include <dm.h>
13#include <dm/ofnode.h>
14#include <linux/compat.h>
15#include <phy_interface.h>
16#endif
Kumar Gala2683c532011-04-13 08:37:44 -050017#include <malloc.h>
18#include <net.h>
19#include <hwconfig.h>
20#include <fm_eth.h>
21#include <fsl_mdio.h>
22#include <miiphy.h>
23#include <phy.h>
Shaohui Xie513eaf22015-10-26 19:47:47 +080024#include <fsl_dtsec.h>
25#include <fsl_tgec.h>
Shaohui Xie835c72b2015-03-20 19:28:19 -070026#include <fsl_memac.h>
Simon Glassdbd79542020-05-10 11:40:11 -060027#include <linux/delay.h>
Kumar Gala2683c532011-04-13 08:37:44 -050028
29#include "fm.h"
30
Madalin Bucurb76b0a62020-04-23 16:25:19 +030031#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -050032static struct eth_device *devlist[NUM_FM_PORTS];
33static int num_controllers;
Madalin Bucurb76b0a62020-04-23 16:25:19 +030034#endif
Kumar Gala2683c532011-04-13 08:37:44 -050035
36#if defined(CONFIG_MII) || defined(CONFIG_CMD_MII) && !defined(BITBANGMII)
37
38#define TBIANA_SETTINGS (TBIANA_ASYMMETRIC_PAUSE | TBIANA_SYMMETRIC_PAUSE | \
39 TBIANA_FULL_DUPLEX)
40
41#define TBIANA_SGMII_ACK 0x4001
42
43#define TBICR_SETTINGS (TBICR_ANEG_ENABLE | TBICR_RESTART_ANEG | \
44 TBICR_FULL_DUPLEX | TBICR_SPEED1_SET)
45
46/* Configure the TBI for SGMII operation */
Kim Phillips914b0782012-10-29 13:34:34 +000047static void dtsec_configure_serdes(struct fm_eth *priv)
Kumar Gala2683c532011-04-13 08:37:44 -050048{
Roy Zangbafd8032012-10-08 07:44:21 +000049#ifdef CONFIG_SYS_FMAN_V3
50 u32 value;
51 struct mii_dev bus;
Shengzhou Liu95403682014-10-23 17:20:57 +080052 bool sgmii_2500 = (priv->enet_if ==
53 PHY_INTERFACE_MODE_SGMII_2500) ? true : false;
Madalin Bucurb76b0a62020-04-23 16:25:19 +030054 int i = 0, j;
55
56#ifndef CONFIG_DM_ETH
57 bus.priv = priv->mac->phyregs;
58#else
59 bus.priv = priv->pcs_mdio;
Madalin Bucurb76b0a62020-04-23 16:25:19 +030060 bus.read = memac_mdio_read;
61 bus.write = memac_mdio_write;
62 bus.reset = memac_mdio_reset;
Madalin Bucurd3e20b72020-05-04 13:09:12 +030063#endif
Roy Zangbafd8032012-10-08 07:44:21 +000064
Shaohui Xie1b295122015-10-26 19:47:48 +080065qsgmii_loop:
Shengzhou Liu95403682014-10-23 17:20:57 +080066 /* SGMII IF mode + AN enable only for 1G SGMII, not for 2.5G */
shaohui xiea3384a12016-11-15 14:36:47 +080067 if (sgmii_2500)
68 value = PHY_SGMII_CR_PHY_RESET |
69 PHY_SGMII_IF_SPEED_GIGABIT |
70 PHY_SGMII_IF_MODE_SGMII;
71 else
72 value = PHY_SGMII_IF_MODE_SGMII | PHY_SGMII_IF_MODE_AN;
Shengzhou Liu95403682014-10-23 17:20:57 +080073
Madalin Bucurb76b0a62020-04-23 16:25:19 +030074 for (j = 0; j <= 3; j++)
75 debug("dump PCS reg %#x: %#x\n", j,
76 memac_mdio_read(&bus, i, MDIO_DEVAD_NONE, j));
77
Shaohui Xie1b295122015-10-26 19:47:48 +080078 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0x14, value);
Roy Zangbafd8032012-10-08 07:44:21 +000079
80 /* Dev ability according to SGMII specification */
81 value = PHY_SGMII_DEV_ABILITY_SGMII;
Shaohui Xie1b295122015-10-26 19:47:48 +080082 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0x4, value);
Roy Zangbafd8032012-10-08 07:44:21 +000083
shaohui xiea3384a12016-11-15 14:36:47 +080084 if (sgmii_2500) {
85 /* Adjust link timer for 2.5G SGMII,
86 * 1.6 ms in units of 3.2 ns:
87 * 1.6ms / 3.2ns = 5 * 10^5 = 0x7a120.
88 */
89 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0x13, 0x0007);
90 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0x12, 0xa120);
91 } else {
92 /* Adjust link timer for SGMII,
93 * 1.6 ms in units of 8 ns:
94 * 1.6ms / 8ns = 2 * 10^5 = 0x30d40.
95 */
96 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0x13, 0x0003);
97 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0x12, 0x0d40);
98 }
Roy Zangbafd8032012-10-08 07:44:21 +000099
100 /* Restart AN */
shaohui xiea3384a12016-11-15 14:36:47 +0800101 value = PHY_SGMII_CR_DEF_VAL | PHY_SGMII_CR_RESET_AN;
Shaohui Xie1b295122015-10-26 19:47:48 +0800102 memac_mdio_write(&bus, i, MDIO_DEVAD_NONE, 0, value);
103
104 if ((priv->enet_if == PHY_INTERFACE_MODE_QSGMII) && (i < 3)) {
105 i++;
106 goto qsgmii_loop;
107 }
Roy Zangbafd8032012-10-08 07:44:21 +0000108#else
Kumar Gala2683c532011-04-13 08:37:44 -0500109 struct dtsec *regs = priv->mac->base;
110 struct tsec_mii_mng *phyregs = priv->mac->phyregs;
111
112 /*
113 * Access TBI PHY registers at given TSEC register offset as
114 * opposed to the register offset used for external PHY accesses
115 */
116 tsec_local_mdio_write(phyregs, in_be32(&regs->tbipa), 0, TBI_TBICON,
117 TBICON_CLK_SELECT);
118 tsec_local_mdio_write(phyregs, in_be32(&regs->tbipa), 0, TBI_ANA,
119 TBIANA_SGMII_ACK);
120 tsec_local_mdio_write(phyregs, in_be32(&regs->tbipa), 0,
121 TBI_CR, TBICR_SETTINGS);
Roy Zangbafd8032012-10-08 07:44:21 +0000122#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500123}
124
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300125static void dtsec_init_phy(struct fm_eth *fm_eth)
Kumar Gala2683c532011-04-13 08:37:44 -0500126{
Roy Zangbafd8032012-10-08 07:44:21 +0000127#ifndef CONFIG_SYS_FMAN_V3
shaohui xie842e59e2012-10-11 20:25:36 +0000128 struct dtsec *regs = (struct dtsec *)CONFIG_SYS_FSL_FM1_DTSEC1_ADDR;
129
Kumar Gala2683c532011-04-13 08:37:44 -0500130 /* Assign a Physical address to the TBI */
131 out_be32(&regs->tbipa, CONFIG_SYS_TBIPA_VALUE);
Roy Zangbafd8032012-10-08 07:44:21 +0000132#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500133
Shengzhou Liu95403682014-10-23 17:20:57 +0800134 if (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII ||
Shaohui Xie1b295122015-10-26 19:47:48 +0800135 fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII ||
Shengzhou Liu95403682014-10-23 17:20:57 +0800136 fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII_2500)
Kumar Gala2683c532011-04-13 08:37:44 -0500137 dtsec_configure_serdes(fm_eth);
138}
139
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300140#ifndef CONFIG_DM_ETH
Shaohui Xieab687cc2015-10-26 19:47:46 +0800141#ifdef CONFIG_PHYLIB
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300142static int tgec_is_fibre(struct fm_eth *fm)
Kumar Gala2683c532011-04-13 08:37:44 -0500143{
Kumar Gala2683c532011-04-13 08:37:44 -0500144 char phyopt[20];
145
146 sprintf(phyopt, "fsl_fm%d_xaui_phy", fm->fm_index + 1);
147
148 return hwconfig_arg_cmp(phyopt, "xfi");
149}
150#endif
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300151#endif /* CONFIG_DM_ETH */
Shaohui Xieab687cc2015-10-26 19:47:46 +0800152#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500153
154static u16 muram_readw(u16 *addr)
155{
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800156 ulong base = (ulong)addr & ~0x3UL;
157 u32 val32 = in_be32((void *)base);
Kumar Gala2683c532011-04-13 08:37:44 -0500158 int byte_pos;
159 u16 ret;
160
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800161 byte_pos = (ulong)addr & 0x3UL;
Kumar Gala2683c532011-04-13 08:37:44 -0500162 if (byte_pos)
163 ret = (u16)(val32 & 0x0000ffff);
164 else
165 ret = (u16)((val32 & 0xffff0000) >> 16);
166
167 return ret;
168}
169
170static void muram_writew(u16 *addr, u16 val)
171{
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800172 ulong base = (ulong)addr & ~0x3UL;
173 u32 org32 = in_be32((void *)base);
Kumar Gala2683c532011-04-13 08:37:44 -0500174 u32 val32;
175 int byte_pos;
176
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800177 byte_pos = (ulong)addr & 0x3UL;
Kumar Gala2683c532011-04-13 08:37:44 -0500178 if (byte_pos)
179 val32 = (org32 & 0xffff0000) | val;
180 else
181 val32 = (org32 & 0x0000ffff) | ((u32)val << 16);
182
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800183 out_be32((void *)base, val32);
Kumar Gala2683c532011-04-13 08:37:44 -0500184}
185
186static void bmi_rx_port_disable(struct fm_bmi_rx_port *rx_port)
187{
188 int timeout = 1000000;
189
190 clrbits_be32(&rx_port->fmbm_rcfg, FMBM_RCFG_EN);
191
192 /* wait until the rx port is not busy */
193 while ((in_be32(&rx_port->fmbm_rst) & FMBM_RST_BSY) && timeout--)
194 ;
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300195 if (!timeout)
196 printf("%s - timeout\n", __func__);
Kumar Gala2683c532011-04-13 08:37:44 -0500197}
198
199static void bmi_rx_port_init(struct fm_bmi_rx_port *rx_port)
200{
201 /* set BMI to independent mode, Rx port disable */
202 out_be32(&rx_port->fmbm_rcfg, FMBM_RCFG_IM);
203 /* clear FOF in IM case */
204 out_be32(&rx_port->fmbm_rim, 0);
205 /* Rx frame next engine -RISC */
206 out_be32(&rx_port->fmbm_rfne, NIA_ENG_RISC | NIA_RISC_AC_IM_RX);
207 /* Rx command attribute - no order, MR[3] = 1 */
208 clrbits_be32(&rx_port->fmbm_rfca, FMBM_RFCA_ORDER | FMBM_RFCA_MR_MASK);
209 setbits_be32(&rx_port->fmbm_rfca, FMBM_RFCA_MR(4));
210 /* enable Rx statistic counters */
211 out_be32(&rx_port->fmbm_rstc, FMBM_RSTC_EN);
212 /* disable Rx performance counters */
213 out_be32(&rx_port->fmbm_rpc, 0);
214}
215
216static void bmi_tx_port_disable(struct fm_bmi_tx_port *tx_port)
217{
218 int timeout = 1000000;
219
220 clrbits_be32(&tx_port->fmbm_tcfg, FMBM_TCFG_EN);
221
222 /* wait until the tx port is not busy */
223 while ((in_be32(&tx_port->fmbm_tst) & FMBM_TST_BSY) && timeout--)
224 ;
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300225 if (!timeout)
226 printf("%s - timeout\n", __func__);
Kumar Gala2683c532011-04-13 08:37:44 -0500227}
228
229static void bmi_tx_port_init(struct fm_bmi_tx_port *tx_port)
230{
231 /* set BMI to independent mode, Tx port disable */
232 out_be32(&tx_port->fmbm_tcfg, FMBM_TCFG_IM);
233 /* Tx frame next engine -RISC */
234 out_be32(&tx_port->fmbm_tfne, NIA_ENG_RISC | NIA_RISC_AC_IM_TX);
235 out_be32(&tx_port->fmbm_tfene, NIA_ENG_RISC | NIA_RISC_AC_IM_TX);
236 /* Tx command attribute - no order, MR[3] = 1 */
237 clrbits_be32(&tx_port->fmbm_tfca, FMBM_TFCA_ORDER | FMBM_TFCA_MR_MASK);
238 setbits_be32(&tx_port->fmbm_tfca, FMBM_TFCA_MR(4));
239 /* enable Tx statistic counters */
240 out_be32(&tx_port->fmbm_tstc, FMBM_TSTC_EN);
241 /* disable Tx performance counters */
242 out_be32(&tx_port->fmbm_tpc, 0);
243}
244
245static int fm_eth_rx_port_parameter_init(struct fm_eth *fm_eth)
246{
247 struct fm_port_global_pram *pram;
248 u32 pram_page_offset;
249 void *rx_bd_ring_base;
250 void *rx_buf_pool;
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800251 u32 bd_ring_base_lo, bd_ring_base_hi;
252 u32 buf_lo, buf_hi;
Kumar Gala2683c532011-04-13 08:37:44 -0500253 struct fm_port_bd *rxbd;
254 struct fm_port_qd *rxqd;
255 struct fm_bmi_rx_port *bmi_rx_port = fm_eth->rx_port;
256 int i;
257
258 /* alloc global parameter ram at MURAM */
259 pram = (struct fm_port_global_pram *)fm_muram_alloc(fm_eth->fm_index,
260 FM_PRAM_SIZE, FM_PRAM_ALIGN);
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800261 if (!pram) {
262 printf("%s: No muram for Rx global parameter\n", __func__);
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800263 return -ENOMEM;
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800264 }
265
Kumar Gala2683c532011-04-13 08:37:44 -0500266 fm_eth->rx_pram = pram;
267
268 /* parameter page offset to MURAM */
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800269 pram_page_offset = (void *)pram - fm_muram_base(fm_eth->fm_index);
Kumar Gala2683c532011-04-13 08:37:44 -0500270
271 /* enable global mode- snooping data buffers and BDs */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800272 out_be32(&pram->mode, PRAM_MODE_GLOBAL);
Kumar Gala2683c532011-04-13 08:37:44 -0500273
274 /* init the Rx queue descriptor pionter */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800275 out_be32(&pram->rxqd_ptr, pram_page_offset + 0x20);
Kumar Gala2683c532011-04-13 08:37:44 -0500276
277 /* set the max receive buffer length, power of 2 */
278 muram_writew(&pram->mrblr, MAX_RXBUF_LOG2);
279
280 /* alloc Rx buffer descriptors from main memory */
281 rx_bd_ring_base = malloc(sizeof(struct fm_port_bd)
282 * RX_BD_RING_SIZE);
283 if (!rx_bd_ring_base)
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800284 return -ENOMEM;
285
Kumar Gala2683c532011-04-13 08:37:44 -0500286 memset(rx_bd_ring_base, 0, sizeof(struct fm_port_bd)
287 * RX_BD_RING_SIZE);
288
289 /* alloc Rx buffer from main memory */
290 rx_buf_pool = malloc(MAX_RXBUF_LEN * RX_BD_RING_SIZE);
291 if (!rx_buf_pool)
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800292 return -ENOMEM;
293
Kumar Gala2683c532011-04-13 08:37:44 -0500294 memset(rx_buf_pool, 0, MAX_RXBUF_LEN * RX_BD_RING_SIZE);
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800295 debug("%s: rx_buf_pool = %p\n", __func__, rx_buf_pool);
Kumar Gala2683c532011-04-13 08:37:44 -0500296
297 /* save them to fm_eth */
298 fm_eth->rx_bd_ring = rx_bd_ring_base;
299 fm_eth->cur_rxbd = rx_bd_ring_base;
300 fm_eth->rx_buf = rx_buf_pool;
301
302 /* init Rx BDs ring */
303 rxbd = (struct fm_port_bd *)rx_bd_ring_base;
304 for (i = 0; i < RX_BD_RING_SIZE; i++) {
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800305 muram_writew(&rxbd->status, RxBD_EMPTY);
306 muram_writew(&rxbd->len, 0);
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800307 buf_hi = upper_32_bits(virt_to_phys(rx_buf_pool +
308 i * MAX_RXBUF_LEN));
309 buf_lo = lower_32_bits(virt_to_phys(rx_buf_pool +
310 i * MAX_RXBUF_LEN));
311 muram_writew(&rxbd->buf_ptr_hi, (u16)buf_hi);
312 out_be32(&rxbd->buf_ptr_lo, buf_lo);
Kumar Gala2683c532011-04-13 08:37:44 -0500313 rxbd++;
314 }
315
316 /* set the Rx queue descriptor */
317 rxqd = &pram->rxqd;
318 muram_writew(&rxqd->gen, 0);
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800319 bd_ring_base_hi = upper_32_bits(virt_to_phys(rx_bd_ring_base));
320 bd_ring_base_lo = lower_32_bits(virt_to_phys(rx_bd_ring_base));
321 muram_writew(&rxqd->bd_ring_base_hi, (u16)bd_ring_base_hi);
322 out_be32(&rxqd->bd_ring_base_lo, bd_ring_base_lo);
Kumar Gala2683c532011-04-13 08:37:44 -0500323 muram_writew(&rxqd->bd_ring_size, sizeof(struct fm_port_bd)
324 * RX_BD_RING_SIZE);
325 muram_writew(&rxqd->offset_in, 0);
326 muram_writew(&rxqd->offset_out, 0);
327
328 /* set IM parameter ram pointer to Rx Frame Queue ID */
329 out_be32(&bmi_rx_port->fmbm_rfqid, pram_page_offset);
330
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800331 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500332}
333
334static int fm_eth_tx_port_parameter_init(struct fm_eth *fm_eth)
335{
336 struct fm_port_global_pram *pram;
337 u32 pram_page_offset;
338 void *tx_bd_ring_base;
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800339 u32 bd_ring_base_lo, bd_ring_base_hi;
Kumar Gala2683c532011-04-13 08:37:44 -0500340 struct fm_port_bd *txbd;
341 struct fm_port_qd *txqd;
342 struct fm_bmi_tx_port *bmi_tx_port = fm_eth->tx_port;
343 int i;
344
345 /* alloc global parameter ram at MURAM */
346 pram = (struct fm_port_global_pram *)fm_muram_alloc(fm_eth->fm_index,
347 FM_PRAM_SIZE, FM_PRAM_ALIGN);
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800348 if (!pram) {
349 printf("%s: No muram for Tx global parameter\n", __func__);
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800350 return -ENOMEM;
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800351 }
Kumar Gala2683c532011-04-13 08:37:44 -0500352 fm_eth->tx_pram = pram;
353
354 /* parameter page offset to MURAM */
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800355 pram_page_offset = (void *)pram - fm_muram_base(fm_eth->fm_index);
Kumar Gala2683c532011-04-13 08:37:44 -0500356
357 /* enable global mode- snooping data buffers and BDs */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800358 out_be32(&pram->mode, PRAM_MODE_GLOBAL);
Kumar Gala2683c532011-04-13 08:37:44 -0500359
360 /* init the Tx queue descriptor pionter */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800361 out_be32(&pram->txqd_ptr, pram_page_offset + 0x40);
Kumar Gala2683c532011-04-13 08:37:44 -0500362
363 /* alloc Tx buffer descriptors from main memory */
364 tx_bd_ring_base = malloc(sizeof(struct fm_port_bd)
365 * TX_BD_RING_SIZE);
366 if (!tx_bd_ring_base)
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800367 return -ENOMEM;
368
Kumar Gala2683c532011-04-13 08:37:44 -0500369 memset(tx_bd_ring_base, 0, sizeof(struct fm_port_bd)
370 * TX_BD_RING_SIZE);
371 /* save it to fm_eth */
372 fm_eth->tx_bd_ring = tx_bd_ring_base;
373 fm_eth->cur_txbd = tx_bd_ring_base;
374
375 /* init Tx BDs ring */
376 txbd = (struct fm_port_bd *)tx_bd_ring_base;
377 for (i = 0; i < TX_BD_RING_SIZE; i++) {
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800378 muram_writew(&txbd->status, TxBD_LAST);
379 muram_writew(&txbd->len, 0);
380 muram_writew(&txbd->buf_ptr_hi, 0);
381 out_be32(&txbd->buf_ptr_lo, 0);
382 txbd++;
Kumar Gala2683c532011-04-13 08:37:44 -0500383 }
384
385 /* set the Tx queue decriptor */
386 txqd = &pram->txqd;
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800387 bd_ring_base_hi = upper_32_bits(virt_to_phys(tx_bd_ring_base));
388 bd_ring_base_lo = lower_32_bits(virt_to_phys(tx_bd_ring_base));
389 muram_writew(&txqd->bd_ring_base_hi, (u16)bd_ring_base_hi);
390 out_be32(&txqd->bd_ring_base_lo, bd_ring_base_lo);
Kumar Gala2683c532011-04-13 08:37:44 -0500391 muram_writew(&txqd->bd_ring_size, sizeof(struct fm_port_bd)
392 * TX_BD_RING_SIZE);
393 muram_writew(&txqd->offset_in, 0);
394 muram_writew(&txqd->offset_out, 0);
395
396 /* set IM parameter ram pointer to Tx Confirmation Frame Queue ID */
397 out_be32(&bmi_tx_port->fmbm_tcfqid, pram_page_offset);
398
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800399 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500400}
401
402static int fm_eth_init(struct fm_eth *fm_eth)
403{
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800404 int ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500405
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800406 ret = fm_eth_rx_port_parameter_init(fm_eth);
407 if (ret)
408 return ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500409
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800410 ret = fm_eth_tx_port_parameter_init(fm_eth);
411 if (ret)
412 return ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500413
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800414 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500415}
416
417static int fm_eth_startup(struct fm_eth *fm_eth)
418{
419 struct fsl_enet_mac *mac;
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800420 int ret;
421
Kumar Gala2683c532011-04-13 08:37:44 -0500422 mac = fm_eth->mac;
423
424 /* Rx/TxBDs, Rx/TxQDs, Rx buff and parameter ram init */
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800425 ret = fm_eth_init(fm_eth);
426 if (ret)
427 return ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500428 /* setup the MAC controller */
429 mac->init_mac(mac);
430
431 /* For some reason we need to set SPEED_100 */
Shaohui Xiec218d292013-08-19 18:58:52 +0800432 if (((fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII) ||
shaohui xiea3384a12016-11-15 14:36:47 +0800433 (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII_2500) ||
Shaohui Xiec218d292013-08-19 18:58:52 +0800434 (fm_eth->enet_if == PHY_INTERFACE_MODE_QSGMII)) &&
435 mac->set_if_mode)
Kumar Gala2683c532011-04-13 08:37:44 -0500436 mac->set_if_mode(mac, fm_eth->enet_if, SPEED_100);
437
438 /* init bmi rx port, IM mode and disable */
439 bmi_rx_port_init(fm_eth->rx_port);
440 /* init bmi tx port, IM mode and disable */
441 bmi_tx_port_init(fm_eth->tx_port);
442
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800443 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500444}
445
446static void fmc_tx_port_graceful_stop_enable(struct fm_eth *fm_eth)
447{
448 struct fm_port_global_pram *pram;
449
450 pram = fm_eth->tx_pram;
451 /* graceful stop transmission of frames */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800452 setbits_be32(&pram->mode, PRAM_MODE_GRACEFUL_STOP);
Kumar Gala2683c532011-04-13 08:37:44 -0500453 sync();
454}
455
456static void fmc_tx_port_graceful_stop_disable(struct fm_eth *fm_eth)
457{
458 struct fm_port_global_pram *pram;
459
460 pram = fm_eth->tx_pram;
461 /* re-enable transmission of frames */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800462 clrbits_be32(&pram->mode, PRAM_MODE_GRACEFUL_STOP);
Kumar Gala2683c532011-04-13 08:37:44 -0500463 sync();
464}
465
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300466#ifndef CONFIG_DM_ETH
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +0900467static int fm_eth_open(struct eth_device *dev, struct bd_info *bd)
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300468#else
469static int fm_eth_open(struct udevice *dev)
470#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500471{
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300472#ifndef CONFIG_DM_ETH
473 struct fm_eth *fm_eth = dev->priv;
474#else
Simon Glassfa20e932020-12-03 16:55:20 -0700475 struct eth_pdata *pdata = dev_get_plat(dev);
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300476 struct fm_eth *fm_eth = dev_get_priv(dev);
477#endif
478 unsigned char *enetaddr;
Kumar Gala2683c532011-04-13 08:37:44 -0500479 struct fsl_enet_mac *mac;
Timur Tabi42387462012-07-09 08:52:43 +0000480#ifdef CONFIG_PHYLIB
481 int ret;
482#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500483
Kumar Gala2683c532011-04-13 08:37:44 -0500484 mac = fm_eth->mac;
485
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300486#ifndef CONFIG_DM_ETH
487 enetaddr = &dev->enetaddr[0];
488#else
489 enetaddr = pdata->enetaddr;
490#endif
491
Kumar Gala2683c532011-04-13 08:37:44 -0500492 /* setup the MAC address */
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300493 if (enetaddr[0] & 0x01) {
494 printf("%s: MacAddress is multicast address\n", __func__);
495 enetaddr[0] = 0;
496 enetaddr[5] = fm_eth->num;
Kumar Gala2683c532011-04-13 08:37:44 -0500497 }
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300498 mac->set_mac_addr(mac, enetaddr);
Kumar Gala2683c532011-04-13 08:37:44 -0500499
500 /* enable bmi Rx port */
501 setbits_be32(&fm_eth->rx_port->fmbm_rcfg, FMBM_RCFG_EN);
502 /* enable MAC rx/tx port */
503 mac->enable_mac(mac);
504 /* enable bmi Tx port */
505 setbits_be32(&fm_eth->tx_port->fmbm_tcfg, FMBM_TCFG_EN);
506 /* re-enable transmission of frame */
507 fmc_tx_port_graceful_stop_disable(fm_eth);
508
509#ifdef CONFIG_PHYLIB
Codrin Ciubotariu1ee90f92015-01-12 14:08:29 +0200510 if (fm_eth->phydev) {
511 ret = phy_startup(fm_eth->phydev);
512 if (ret) {
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300513#ifndef CONFIG_DM_ETH
Codrin Ciubotariu1ee90f92015-01-12 14:08:29 +0200514 printf("%s: Could not initialize\n",
515 fm_eth->phydev->dev->name);
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300516#else
517 printf("%s: Could not initialize\n", dev->name);
518#endif
Codrin Ciubotariu1ee90f92015-01-12 14:08:29 +0200519 return ret;
520 }
521 } else {
522 return 0;
Timur Tabi42387462012-07-09 08:52:43 +0000523 }
Kumar Gala2683c532011-04-13 08:37:44 -0500524#else
525 fm_eth->phydev->speed = SPEED_1000;
526 fm_eth->phydev->link = 1;
527 fm_eth->phydev->duplex = DUPLEX_FULL;
528#endif
529
530 /* set the MAC-PHY mode */
531 mac->set_if_mode(mac, fm_eth->enet_if, fm_eth->phydev->speed);
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300532 debug("MAC IF mode %d, speed %d, link %d\n", fm_eth->enet_if,
533 fm_eth->phydev->speed, fm_eth->phydev->link);
Kumar Gala2683c532011-04-13 08:37:44 -0500534
535 if (!fm_eth->phydev->link)
536 printf("%s: No link.\n", fm_eth->phydev->dev->name);
537
538 return fm_eth->phydev->link ? 0 : -1;
539}
540
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300541#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -0500542static void fm_eth_halt(struct eth_device *dev)
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300543#else
544static void fm_eth_halt(struct udevice *dev)
545#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500546{
547 struct fm_eth *fm_eth;
548 struct fsl_enet_mac *mac;
549
Simon Glass95588622020-12-22 19:30:28 -0700550#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -0500551 fm_eth = (struct fm_eth *)dev->priv;
Simon Glass95588622020-12-22 19:30:28 -0700552#else
553 fm_eth = dev_get_priv(dev);
554#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500555 mac = fm_eth->mac;
556
557 /* graceful stop the transmission of frames */
558 fmc_tx_port_graceful_stop_enable(fm_eth);
559 /* disable bmi Tx port */
560 bmi_tx_port_disable(fm_eth->tx_port);
561 /* disable MAC rx/tx port */
562 mac->disable_mac(mac);
563 /* disable bmi Rx port */
564 bmi_rx_port_disable(fm_eth->rx_port);
565
Shaohui Xieab687cc2015-10-26 19:47:46 +0800566#ifdef CONFIG_PHYLIB
Codrin Ciubotariu1ee90f92015-01-12 14:08:29 +0200567 if (fm_eth->phydev)
568 phy_shutdown(fm_eth->phydev);
Shaohui Xieab687cc2015-10-26 19:47:46 +0800569#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500570}
571
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300572#ifndef CONFIG_DM_ETH
Joe Hershberger44cfb452012-05-22 07:56:15 +0000573static int fm_eth_send(struct eth_device *dev, void *buf, int len)
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300574#else
575static int fm_eth_send(struct udevice *dev, void *buf, int len)
576#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500577{
578 struct fm_eth *fm_eth;
579 struct fm_port_global_pram *pram;
580 struct fm_port_bd *txbd, *txbd_base;
581 u16 offset_in;
582 int i;
583
Simon Glass95588622020-12-22 19:30:28 -0700584#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -0500585 fm_eth = (struct fm_eth *)dev->priv;
Simon Glass95588622020-12-22 19:30:28 -0700586#else
587 fm_eth = dev_get_priv(dev);
588#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500589 pram = fm_eth->tx_pram;
590 txbd = fm_eth->cur_txbd;
591
592 /* find one empty TxBD */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800593 for (i = 0; muram_readw(&txbd->status) & TxBD_READY; i++) {
Kumar Gala2683c532011-04-13 08:37:44 -0500594 udelay(100);
595 if (i > 0x1000) {
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800596 printf("%s: Tx buffer not ready, txbd->status = 0x%x\n",
597 dev->name, muram_readw(&txbd->status));
Kumar Gala2683c532011-04-13 08:37:44 -0500598 return 0;
599 }
600 }
601 /* setup TxBD */
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800602 muram_writew(&txbd->buf_ptr_hi, (u16)upper_32_bits(virt_to_phys(buf)));
603 out_be32(&txbd->buf_ptr_lo, lower_32_bits(virt_to_phys(buf)));
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800604 muram_writew(&txbd->len, len);
Kumar Gala2683c532011-04-13 08:37:44 -0500605 sync();
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800606 muram_writew(&txbd->status, TxBD_READY | TxBD_LAST);
Kumar Gala2683c532011-04-13 08:37:44 -0500607 sync();
608
609 /* update TxQD, let RISC to send the packet */
610 offset_in = muram_readw(&pram->txqd.offset_in);
611 offset_in += sizeof(struct fm_port_bd);
612 if (offset_in >= muram_readw(&pram->txqd.bd_ring_size))
613 offset_in = 0;
614 muram_writew(&pram->txqd.offset_in, offset_in);
615 sync();
616
617 /* wait for buffer to be transmitted */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800618 for (i = 0; muram_readw(&txbd->status) & TxBD_READY; i++) {
Kumar Gala2683c532011-04-13 08:37:44 -0500619 udelay(100);
620 if (i > 0x10000) {
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800621 printf("%s: Tx error, txbd->status = 0x%x\n",
622 dev->name, muram_readw(&txbd->status));
Kumar Gala2683c532011-04-13 08:37:44 -0500623 return 0;
624 }
625 }
626
627 /* advance the TxBD */
628 txbd++;
629 txbd_base = (struct fm_port_bd *)fm_eth->tx_bd_ring;
630 if (txbd >= (txbd_base + TX_BD_RING_SIZE))
631 txbd = txbd_base;
632 /* update current txbd */
633 fm_eth->cur_txbd = (void *)txbd;
634
635 return 1;
636}
637
Madalin Bucur248f9202020-04-23 16:25:17 +0300638static struct fm_port_bd *fm_eth_free_one(struct fm_eth *fm_eth,
639 struct fm_port_bd *rxbd)
Kumar Gala2683c532011-04-13 08:37:44 -0500640{
Kumar Gala2683c532011-04-13 08:37:44 -0500641 struct fm_port_global_pram *pram;
Madalin Bucur248f9202020-04-23 16:25:17 +0300642 struct fm_port_bd *rxbd_base;
Kumar Gala2683c532011-04-13 08:37:44 -0500643 u16 offset_out;
644
Kumar Gala2683c532011-04-13 08:37:44 -0500645 pram = fm_eth->rx_pram;
Madalin Bucur248f9202020-04-23 16:25:17 +0300646
647 /* clear the RxBDs */
648 muram_writew(&rxbd->status, RxBD_EMPTY);
649 muram_writew(&rxbd->len, 0);
650 sync();
651
652 /* advance RxBD */
653 rxbd++;
654 rxbd_base = (struct fm_port_bd *)fm_eth->rx_bd_ring;
655 if (rxbd >= (rxbd_base + RX_BD_RING_SIZE))
656 rxbd = rxbd_base;
657
658 /* update RxQD */
659 offset_out = muram_readw(&pram->rxqd.offset_out);
660 offset_out += sizeof(struct fm_port_bd);
661 if (offset_out >= muram_readw(&pram->rxqd.bd_ring_size))
662 offset_out = 0;
663 muram_writew(&pram->rxqd.offset_out, offset_out);
664 sync();
665
666 return rxbd;
667}
668
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300669#ifndef CONFIG_DM_ETH
Madalin Bucur248f9202020-04-23 16:25:17 +0300670static int fm_eth_recv(struct eth_device *dev)
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300671#else
672static int fm_eth_recv(struct udevice *dev, int flags, uchar **packetp)
673#endif
Madalin Bucur248f9202020-04-23 16:25:17 +0300674{
Simon Glass95588622020-12-22 19:30:28 -0700675 struct fm_eth *fm_eth;
676 struct fm_port_bd *rxbd;
Madalin Bucur248f9202020-04-23 16:25:17 +0300677 u32 buf_lo, buf_hi;
678 u16 status, len;
679 int ret = -1;
680 u8 *data;
681
Simon Glass95588622020-12-22 19:30:28 -0700682#ifndef CONFIG_DM_ETH
683 fm_eth = (struct fm_eth *)dev->priv;
684#else
685 fm_eth = dev_get_priv(dev);
686#endif
687 rxbd = fm_eth->cur_rxbd;
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800688 status = muram_readw(&rxbd->status);
Kumar Gala2683c532011-04-13 08:37:44 -0500689
690 while (!(status & RxBD_EMPTY)) {
691 if (!(status & RxBD_ERROR)) {
Hou Zhiqiangea52d332015-10-26 19:47:44 +0800692 buf_hi = muram_readw(&rxbd->buf_ptr_hi);
693 buf_lo = in_be32(&rxbd->buf_ptr_lo);
694 data = (u8 *)((ulong)(buf_hi << 16) << 16 | buf_lo);
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800695 len = muram_readw(&rxbd->len);
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300696#ifndef CONFIG_DM_ETH
Joe Hershberger9f09a362015-04-08 01:41:06 -0500697 net_process_received_packet(data, len);
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300698#else
699 *packetp = data;
700 return len;
701#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500702 } else {
703 printf("%s: Rx error\n", dev->name);
Daniel Inderbitzinfdbc5c72015-07-10 14:06:02 +0200704 ret = 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500705 }
706
Madalin Bucur248f9202020-04-23 16:25:17 +0300707 /* free current bd, advance to next one */
708 rxbd = fm_eth_free_one(fm_eth, rxbd);
Kumar Gala2683c532011-04-13 08:37:44 -0500709
Kumar Gala2683c532011-04-13 08:37:44 -0500710 /* read next status */
Hou Zhiqiang3a25ece2015-10-26 19:47:43 +0800711 status = muram_readw(&rxbd->status);
Kumar Gala2683c532011-04-13 08:37:44 -0500712 }
713 fm_eth->cur_rxbd = (void *)rxbd;
714
Daniel Inderbitzinfdbc5c72015-07-10 14:06:02 +0200715 return ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500716}
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300717
718#ifdef CONFIG_DM_ETH
719static int fm_eth_free_pkt(struct udevice *dev, uchar *packet, int length)
720{
Simon Glass95588622020-12-22 19:30:28 -0700721 struct fm_eth *fm_eth = (struct fm_eth *)dev_get_priv(dev);
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300722
723 fm_eth->cur_rxbd = fm_eth_free_one(fm_eth, fm_eth->cur_rxbd);
724
725 return 0;
726}
727#endif /* CONFIG_DM_ETH */
Kumar Gala2683c532011-04-13 08:37:44 -0500728
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300729#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -0500730static int fm_eth_init_mac(struct fm_eth *fm_eth, struct ccsr_fman *reg)
731{
732 struct fsl_enet_mac *mac;
733 int num;
734 void *base, *phyregs = NULL;
735
736 num = fm_eth->num;
737
Roy Zangbafd8032012-10-08 07:44:21 +0000738#ifdef CONFIG_SYS_FMAN_V3
Shengzhou Liua1ccdff2014-11-24 17:11:57 +0800739#ifndef CONFIG_FSL_FM_10GEC_REGULAR_NOTATION
Shengzhou Liu4227e492013-11-22 17:39:09 +0800740 if (fm_eth->type == FM_ETH_10G_E) {
Shengzhou Liua1ccdff2014-11-24 17:11:57 +0800741 /* 10GEC1/10GEC2 use mEMAC9/mEMAC10 on T2080/T4240.
742 * 10GEC3/10GEC4 use mEMAC1/mEMAC2 on T2080.
743 * 10GEC1 uses mEMAC1 on T1024.
Shengzhou Liu4227e492013-11-22 17:39:09 +0800744 * so it needs to change the num.
745 */
746 if (fm_eth->num >= 2)
747 num -= 2;
748 else
749 num += 8;
750 }
Shengzhou Liua1ccdff2014-11-24 17:11:57 +0800751#endif
Roy Zangbafd8032012-10-08 07:44:21 +0000752 base = &reg->memac[num].fm_memac;
753 phyregs = &reg->memac[num].fm_memac_mdio;
754#else
Kumar Gala2683c532011-04-13 08:37:44 -0500755 /* Get the mac registers base address */
756 if (fm_eth->type == FM_ETH_1G_E) {
757 base = &reg->mac_1g[num].fm_dtesc;
Timur Tabifae3da22011-10-04 16:44:43 -0500758 phyregs = &reg->mac_1g[num].fm_mdio.miimcfg;
Kumar Gala2683c532011-04-13 08:37:44 -0500759 } else {
760 base = &reg->mac_10g[num].fm_10gec;
761 phyregs = &reg->mac_10g[num].fm_10gec_mdio;
762 }
Roy Zangbafd8032012-10-08 07:44:21 +0000763#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500764
765 /* alloc mac controller */
766 mac = malloc(sizeof(struct fsl_enet_mac));
767 if (!mac)
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800768 return -ENOMEM;
Kumar Gala2683c532011-04-13 08:37:44 -0500769 memset(mac, 0, sizeof(struct fsl_enet_mac));
770
771 /* save the mac to fm_eth struct */
772 fm_eth->mac = mac;
773
Roy Zangbafd8032012-10-08 07:44:21 +0000774#ifdef CONFIG_SYS_FMAN_V3
775 init_memac(mac, base, phyregs, MAX_RXBUF_LEN);
776#else
Kumar Gala2683c532011-04-13 08:37:44 -0500777 if (fm_eth->type == FM_ETH_1G_E)
Timur Tabifae3da22011-10-04 16:44:43 -0500778 init_dtsec(mac, base, phyregs, MAX_RXBUF_LEN);
Kumar Gala2683c532011-04-13 08:37:44 -0500779 else
780 init_tgec(mac, base, phyregs, MAX_RXBUF_LEN);
Roy Zangbafd8032012-10-08 07:44:21 +0000781#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500782
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800783 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500784}
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300785#else /* CONFIG_DM_ETH */
786static int fm_eth_init_mac(struct fm_eth *fm_eth, void *reg)
787{
788#ifndef CONFIG_SYS_FMAN_V3
789 void *mdio;
790#endif
791
792 fm_eth->mac = kzalloc(sizeof(*fm_eth->mac), GFP_KERNEL);
793 if (!fm_eth->mac)
794 return -ENOMEM;
795
796#ifndef CONFIG_SYS_FMAN_V3
797 mdio = fman_mdio(fm_eth->dev->parent, fm_eth->mac_type, fm_eth->num);
798 debug("MDIO %d @ %p\n", fm_eth->num, mdio);
799#endif
800
801 switch (fm_eth->mac_type) {
802#ifdef CONFIG_SYS_FMAN_V3
803 case FM_MEMAC:
804 init_memac(fm_eth->mac, reg, NULL, MAX_RXBUF_LEN);
805 break;
806#else
807 case FM_DTSEC:
808 init_dtsec(fm_eth->mac, reg, mdio, MAX_RXBUF_LEN);
809 break;
810 case FM_TGEC:
811 init_tgec(fm_eth->mac, reg, mdio, MAX_RXBUF_LEN);
812 break;
813#endif
814 }
815
816 return 0;
817}
818#endif /* CONFIG_DM_ETH */
Kumar Gala2683c532011-04-13 08:37:44 -0500819
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300820static int init_phy(struct fm_eth *fm_eth)
Kumar Gala2683c532011-04-13 08:37:44 -0500821{
Shaohui Xieab687cc2015-10-26 19:47:46 +0800822#ifdef CONFIG_PHYLIB
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300823 u32 supported = PHY_GBIT_FEATURES;
824#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -0500825 struct phy_device *phydev = NULL;
Shaohui Xieab687cc2015-10-26 19:47:46 +0800826#endif
Kumar Gala2683c532011-04-13 08:37:44 -0500827
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300828 if (fm_eth->type == FM_ETH_10G_E)
829 supported = PHY_10G_FEATURES;
830 if (fm_eth->enet_if == PHY_INTERFACE_MODE_SGMII_2500)
831 supported |= SUPPORTED_2500baseX_Full;
832#endif
833
Kumar Gala2683c532011-04-13 08:37:44 -0500834 if (fm_eth->type == FM_ETH_1G_E)
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300835 dtsec_init_phy(fm_eth);
Kumar Gala2683c532011-04-13 08:37:44 -0500836
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300837#ifdef CONFIG_DM_ETH
838#ifdef CONFIG_PHYLIB
839#ifdef CONFIG_DM_MDIO
840 fm_eth->phydev = dm_eth_phy_connect(fm_eth->dev);
841 if (!fm_eth->phydev)
842 return -ENODEV;
843#endif
844 fm_eth->phydev->advertising &= supported;
845 fm_eth->phydev->supported &= supported;
846
847 phy_config(fm_eth->phydev);
848#endif
849#else /* CONFIG_DM_ETH */
Shaohui Xieab687cc2015-10-26 19:47:46 +0800850#ifdef CONFIG_PHYLIB
Kumar Gala2683c532011-04-13 08:37:44 -0500851 if (fm_eth->bus) {
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300852 phydev = phy_connect(fm_eth->bus, fm_eth->phyaddr, fm_eth->dev,
853 fm_eth->enet_if);
Codrin Ciubotariu1ee90f92015-01-12 14:08:29 +0200854 if (!phydev) {
855 printf("Failed to connect\n");
856 return -1;
857 }
858 } else {
859 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -0500860 }
861
862 if (fm_eth->type == FM_ETH_1G_E) {
863 supported = (SUPPORTED_10baseT_Half |
864 SUPPORTED_10baseT_Full |
865 SUPPORTED_100baseT_Half |
866 SUPPORTED_100baseT_Full |
867 SUPPORTED_1000baseT_Full);
868 } else {
869 supported = SUPPORTED_10000baseT_Full;
870
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300871 if (tgec_is_fibre(fm_eth))
Kumar Gala2683c532011-04-13 08:37:44 -0500872 phydev->port = PORT_FIBRE;
873 }
874
875 phydev->supported &= supported;
876 phydev->advertising = phydev->supported;
877
878 fm_eth->phydev = phydev;
879
880 phy_config(phydev);
881#endif
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300882#endif /* CONFIG_DM_ETH */
Kumar Gala2683c532011-04-13 08:37:44 -0500883 return 0;
884}
885
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300886#ifndef CONFIG_DM_ETH
Kumar Gala2683c532011-04-13 08:37:44 -0500887int fm_eth_initialize(struct ccsr_fman *reg, struct fm_eth_info *info)
888{
889 struct eth_device *dev;
890 struct fm_eth *fm_eth;
891 int i, num = info->num;
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800892 int ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500893
894 /* alloc eth device */
895 dev = (struct eth_device *)malloc(sizeof(struct eth_device));
896 if (!dev)
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800897 return -ENOMEM;
Kumar Gala2683c532011-04-13 08:37:44 -0500898 memset(dev, 0, sizeof(struct eth_device));
899
900 /* alloc the FMan ethernet private struct */
901 fm_eth = (struct fm_eth *)malloc(sizeof(struct fm_eth));
902 if (!fm_eth)
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800903 return -ENOMEM;
Kumar Gala2683c532011-04-13 08:37:44 -0500904 memset(fm_eth, 0, sizeof(struct fm_eth));
905
906 /* save off some things we need from the info struct */
907 fm_eth->fm_index = info->index - 1; /* keep as 0 based for muram */
908 fm_eth->num = num;
909 fm_eth->type = info->type;
910
911 fm_eth->rx_port = (void *)&reg->port[info->rx_port_id - 1].fm_bmi;
912 fm_eth->tx_port = (void *)&reg->port[info->tx_port_id - 1].fm_bmi;
913
914 /* set the ethernet max receive length */
915 fm_eth->max_rx_len = MAX_RXBUF_LEN;
916
917 /* init global mac structure */
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800918 ret = fm_eth_init_mac(fm_eth, reg);
919 if (ret)
920 return ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500921
922 /* keep same as the manual, we call FMAN1, FMAN2, DTSEC1, DTSEC2, etc */
923 if (fm_eth->type == FM_ETH_1G_E)
924 sprintf(dev->name, "FM%d@DTSEC%d", info->index, num + 1);
925 else
926 sprintf(dev->name, "FM%d@TGEC%d", info->index, num + 1);
927
928 devlist[num_controllers++] = dev;
929 dev->iobase = 0;
930 dev->priv = (void *)fm_eth;
931 dev->init = fm_eth_open;
932 dev->halt = fm_eth_halt;
933 dev->send = fm_eth_send;
934 dev->recv = fm_eth_recv;
935 fm_eth->dev = dev;
936 fm_eth->bus = info->bus;
937 fm_eth->phyaddr = info->phy_addr;
938 fm_eth->enet_if = info->enet_if;
939
940 /* startup the FM im */
Hou Zhiqianga02fc982015-10-26 19:47:45 +0800941 ret = fm_eth_startup(fm_eth);
942 if (ret)
943 return ret;
Kumar Gala2683c532011-04-13 08:37:44 -0500944
Madalin Bucur11fa7a32020-04-23 16:25:16 +0300945 init_phy(fm_eth);
Kumar Gala2683c532011-04-13 08:37:44 -0500946
947 /* clear the ethernet address */
948 for (i = 0; i < 6; i++)
949 dev->enetaddr[i] = 0;
950 eth_register(dev);
951
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300952 return 0;
953}
954#else /* CONFIG_DM_ETH */
955#ifdef CONFIG_PHYLIB
956phy_interface_t fman_read_sys_if(struct udevice *dev)
957{
958 const char *if_str;
959
Simon Glassa7ece582020-12-19 10:40:14 -0700960 if_str = ofnode_read_string(dev_ofnode(dev), "phy-connection-type");
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300961 debug("MAC system interface mode %s\n", if_str);
962
963 return phy_get_interface_by_name(if_str);
964}
965#endif
966
967static int fm_eth_bind(struct udevice *dev)
968{
969 char mac_name[11];
970 u32 fm, num;
971
Simon Glassa7ece582020-12-19 10:40:14 -0700972 if (ofnode_read_u32(ofnode_get_parent(dev_ofnode(dev)), "cell-index", &fm)) {
Madalin Bucurb76b0a62020-04-23 16:25:19 +0300973 printf("FMan node property cell-index missing\n");
974 return -EINVAL;
975 }
976
977 if (dev && dev_read_u32(dev, "cell-index", &num)) {
978 printf("FMan MAC node property cell-index missing\n");
979 return -EINVAL;
980 }
981
982 sprintf(mac_name, "fm%d-mac%d", fm + 1, num + 1);
983 device_set_name(dev, mac_name);
984
985 debug("%s - binding %s\n", __func__, mac_name);
986
987 return 0;
988}
989
990static struct udevice *fm_get_internal_mdio(struct udevice *dev)
991{
992 struct ofnode_phandle_args phandle = {.node = ofnode_null()};
993 struct udevice *mdiodev;
994
995 if (dev_read_phandle_with_args(dev, "pcsphy-handle", NULL,
996 0, 0, &phandle) ||
997 !ofnode_valid(phandle.node)) {
998 if (dev_read_phandle_with_args(dev, "tbi-handle", NULL,
999 0, 0, &phandle) ||
1000 !ofnode_valid(phandle.node)) {
1001 printf("Issue reading pcsphy-handle/tbi-handle for MAC %s\n",
1002 dev->name);
1003 return NULL;
1004 }
1005 }
1006
1007 if (uclass_get_device_by_ofnode(UCLASS_MDIO,
1008 ofnode_get_parent(phandle.node),
1009 &mdiodev)) {
1010 printf("can't find MDIO bus for node %s\n",
1011 ofnode_get_name(ofnode_get_parent(phandle.node)));
1012 return NULL;
1013 }
1014 debug("Found internal MDIO bus %p\n", mdiodev);
1015
1016 return mdiodev;
1017}
1018
1019static int fm_eth_probe(struct udevice *dev)
1020{
Simon Glass95588622020-12-22 19:30:28 -07001021 struct fm_eth *fm_eth = (struct fm_eth *)dev_get_priv(dev);
Madalin Bucurb76b0a62020-04-23 16:25:19 +03001022 struct ofnode_phandle_args args;
1023 void *reg;
1024 int ret, index;
1025
1026 debug("%s enter for dev %p fm_eth %p - %s\n", __func__, dev, fm_eth,
1027 (dev) ? dev->name : "-");
1028
1029 if (fm_eth->dev) {
1030 printf("%s already probed, exit\n", (dev) ? dev->name : "-");
1031 return 0;
1032 }
1033
1034 fm_eth->dev = dev;
1035 fm_eth->fm_index = fman_id(dev->parent);
1036 reg = (void *)(uintptr_t)dev_read_addr(dev);
1037 fm_eth->mac_type = dev_get_driver_data(dev);
1038#ifdef CONFIG_PHYLIB
1039 fm_eth->enet_if = fman_read_sys_if(dev);
1040#else
1041 fm_eth->enet_if = PHY_INTERFACE_MODE_SGMII;
1042 printf("%s: warning - unable to determine interface type\n", __func__);
1043#endif
1044 switch (fm_eth->mac_type) {
1045#ifndef CONFIG_SYS_FMAN_V3
1046 case FM_TGEC:
1047 fm_eth->type = FM_ETH_10G_E;
1048 break;
1049 case FM_DTSEC:
1050#else
1051 case FM_MEMAC:
1052 /* default to 1G, 10G is indicated by port property in dts */
1053#endif
1054 fm_eth->type = FM_ETH_1G_E;
1055 break;
1056 }
1057
1058 if (dev_read_u32(dev, "cell-index", &fm_eth->num)) {
1059 printf("FMan MAC node property cell-index missing\n");
1060 return -EINVAL;
1061 }
1062
1063 if (dev_read_phandle_with_args(dev, "fsl,fman-ports", NULL,
1064 0, 0, &args))
1065 goto ports_ref_failure;
1066 index = ofnode_read_u32_default(args.node, "cell-index", 0);
1067 if (index <= 0)
1068 goto ports_ref_failure;
1069 fm_eth->rx_port = fman_port(dev->parent, index);
1070
1071 if (ofnode_read_bool(args.node, "fsl,fman-10g-port"))
1072 fm_eth->type = FM_ETH_10G_E;
1073
1074 if (dev_read_phandle_with_args(dev, "fsl,fman-ports", NULL,
1075 0, 1, &args))
1076 goto ports_ref_failure;
1077 index = ofnode_read_u32_default(args.node, "cell-index", 0);
1078 if (index <= 0)
1079 goto ports_ref_failure;
1080 fm_eth->tx_port = fman_port(dev->parent, index);
1081
1082 /* set the ethernet max receive length */
1083 fm_eth->max_rx_len = MAX_RXBUF_LEN;
1084
1085 switch (fm_eth->enet_if) {
1086 case PHY_INTERFACE_MODE_QSGMII:
1087 /* all PCS blocks are accessed on one controller */
1088 if (fm_eth->num != 0)
1089 break;
1090 case PHY_INTERFACE_MODE_SGMII:
1091 case PHY_INTERFACE_MODE_SGMII_2500:
1092 fm_eth->pcs_mdio = fm_get_internal_mdio(dev);
1093 break;
1094 default:
1095 break;
1096 }
1097
1098 /* init global mac structure */
1099 ret = fm_eth_init_mac(fm_eth, reg);
1100 if (ret)
1101 return ret;
1102
1103 /* startup the FM im */
1104 ret = fm_eth_startup(fm_eth);
1105
1106 if (!ret)
1107 ret = init_phy(fm_eth);
1108
1109 return ret;
1110
1111ports_ref_failure:
1112 printf("Issue reading fsl,fman-ports for MAC %s\n", dev->name);
1113 return -ENOENT;
1114}
1115
1116static int fm_eth_remove(struct udevice *dev)
1117{
Hou Zhiqianga02fc982015-10-26 19:47:45 +08001118 return 0;
Kumar Gala2683c532011-04-13 08:37:44 -05001119}
Madalin Bucurb76b0a62020-04-23 16:25:19 +03001120
1121static const struct eth_ops fm_eth_ops = {
1122 .start = fm_eth_open,
1123 .send = fm_eth_send,
1124 .recv = fm_eth_recv,
1125 .free_pkt = fm_eth_free_pkt,
1126 .stop = fm_eth_halt,
1127};
1128
1129static const struct udevice_id fm_eth_ids[] = {
1130#ifdef CONFIG_SYS_FMAN_V3
1131 { .compatible = "fsl,fman-memac", .data = FM_MEMAC },
1132#else
1133 { .compatible = "fsl,fman-dtsec", .data = FM_DTSEC },
1134 { .compatible = "fsl,fman-xgec", .data = FM_TGEC },
1135#endif
1136 {}
1137};
1138
1139U_BOOT_DRIVER(eth_fman) = {
1140 .name = "eth_fman",
1141 .id = UCLASS_ETH,
1142 .of_match = fm_eth_ids,
1143 .bind = fm_eth_bind,
1144 .probe = fm_eth_probe,
1145 .remove = fm_eth_remove,
1146 .ops = &fm_eth_ops,
Simon Glass8a2b47f2020-12-03 16:55:17 -07001147 .priv_auto = sizeof(struct fm_eth),
Simon Glass71fa5b42020-12-03 16:55:18 -07001148 .plat_auto = sizeof(struct eth_pdata),
Madalin Bucurb76b0a62020-04-23 16:25:19 +03001149 .flags = DM_FLAG_ALLOC_PRIV_DMA,
1150};
1151#endif /* CONFIG_DM_ETH */