Lines Matching +full:cpsw +full:- +full:switch
6 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
8 * SPDX-License-Identifier: GPL-2.0+
28 #include <cpsw.h>
73 /* break into full u-boot on 'c' */ in spl_start_uboot()
90 400, OSC-1, 1, -1, -1, -1, -1};
238 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
297 * - SPL with either CPSW or USB ethernet support
298 * - Full U-Boot, with either CPSW or USB ethernet
300 * when we build an SPL that has neither option but full U-Boot will.
314 mac_lo = readl(&cdev->macid0l); in board_eth_init()
315 mac_hi = readl(&cdev->macid0h); in board_eth_init()
326 printf("<ethaddr> not set. Validating first E-fuse MAC\n"); in board_eth_init()
334 mac_lo = readl(&cdev->macid1l); in board_eth_init()
335 mac_hi = readl(&cdev->macid1h); in board_eth_init()
349 writel(MII_MODE_ENABLE, &cdev->miisel); in board_eth_init()
355 printf("Error %d registering CPSW switch\n", rv); in board_eth_init()
362 * CPSW RGMII Internal Delay Mode is not supported in all PVT in board_eth_init()
365 * device in U-Boot, we only do this for the first instance. in board_eth_init()