Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
This commit is contained in:
@@ -433,6 +433,7 @@ extern unsigned long get_sdram_size(void);
|
||||
#define CONFIG_UBOOTPATH "u-boot.bin" /* U-Boot image on TFTP server */
|
||||
|
||||
#define CONFIG_BAUDRATE 115200
|
||||
#define CONFIG_BOOTDELAY 10 /* -1 disable auto-boot */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
|
||||
@@ -675,6 +675,7 @@ combinations. this should be removed later
|
||||
#define CONFIG_UBOOTPATH "u-boot.bin"
|
||||
|
||||
#define CONFIG_BAUDRATE 115200
|
||||
#define CONFIG_BOOTDELAY 10 /* -1 disable auto-boot */
|
||||
|
||||
#ifdef CONFIG_SDCARD
|
||||
#define CONFIG_DEF_HWCONFIG "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0"
|
||||
|
||||
@@ -581,4 +581,6 @@
|
||||
|
||||
#define CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND
|
||||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -35,7 +35,10 @@
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
|
||||
#define CONFIG_DEEP_SLEEP
|
||||
#if defined(CONFIG_DEEP_SLEEP)
|
||||
#define CONFIG_SILENT_CONSOLE
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RAMBOOT_PBL
|
||||
#define CONFIG_SYS_FSL_PBL_PBI board/freescale/t102xqds/t1024_pbi.cfg
|
||||
|
||||
@@ -36,7 +36,10 @@
|
||||
|
||||
/* support deep sleep */
|
||||
#define CONFIG_DEEP_SLEEP
|
||||
#if defined(CONFIG_DEEP_SLEEP)
|
||||
#define CONFIG_SILENT_CONSOLE
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RAMBOOT_PBL
|
||||
#define CONFIG_SYS_FSL_PBL_PBI board/freescale/t102xrdb/t1024_pbi.cfg
|
||||
@@ -51,7 +54,7 @@
|
||||
#define CONFIG_SPL_I2C_SUPPORT
|
||||
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
|
||||
#define CONFIG_FSL_LAW /* Use common FSL init code */
|
||||
#define CONFIG_SYS_TEXT_BASE 0x00201000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x30001000
|
||||
#define CONFIG_SPL_TEXT_BASE 0xFFFD8000
|
||||
#define CONFIG_SPL_PAD_TO 0x40000
|
||||
#define CONFIG_SPL_MAX_SIZE 0x28000
|
||||
@@ -67,21 +70,21 @@
|
||||
#ifdef CONFIG_NAND
|
||||
#define CONFIG_SPL_NAND_SUPPORT
|
||||
#define CONFIG_SYS_NAND_U_BOOT_SIZE (768 << 10)
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST 0x00200000
|
||||
#define CONFIG_SYS_NAND_U_BOOT_START 0x00200000
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST 0x30000000
|
||||
#define CONFIG_SYS_NAND_U_BOOT_START 0x30000000
|
||||
#define CONFIG_SYS_NAND_U_BOOT_OFFS (256 << 10)
|
||||
#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
|
||||
#define CONFIG_SPL_NAND_BOOT
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SPIFLASH
|
||||
#define CONFIG_RESET_VECTOR_ADDRESS 0x200FFC
|
||||
#define CONFIG_RESET_VECTOR_ADDRESS 0x30000FFC
|
||||
#define CONFIG_SPL_SPI_SUPPORT
|
||||
#define CONFIG_SPL_SPI_FLASH_SUPPORT
|
||||
#define CONFIG_SPL_SPI_FLASH_MINIMAL
|
||||
#define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE (768 << 10)
|
||||
#define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x00200000)
|
||||
#define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x00200000)
|
||||
#define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x30000000)
|
||||
#define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x30000000)
|
||||
#define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS (256 << 10)
|
||||
#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
@@ -91,12 +94,12 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SDCARD
|
||||
#define CONFIG_RESET_VECTOR_ADDRESS 0x200FFC
|
||||
#define CONFIG_RESET_VECTOR_ADDRESS 0x30000FFC
|
||||
#define CONFIG_SPL_MMC_SUPPORT
|
||||
#define CONFIG_SPL_MMC_MINIMAL
|
||||
#define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10)
|
||||
#define CONFIG_SYS_MMC_U_BOOT_DST (0x00200000)
|
||||
#define CONFIG_SYS_MMC_U_BOOT_START (0x00200000)
|
||||
#define CONFIG_SYS_MMC_U_BOOT_DST (0x30000000)
|
||||
#define CONFIG_SYS_MMC_U_BOOT_START (0x30000000)
|
||||
#define CONFIG_SYS_MMC_U_BOOT_OFFS (260 << 10)
|
||||
#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
@@ -759,8 +762,10 @@ unsigned long get_board_ddr_clk(void);
|
||||
#define CONFIG_FMAN_ENET
|
||||
#define CONFIG_PHYLIB_10G
|
||||
#define CONFIG_PHY_REALTEK
|
||||
#define CONFIG_PHY_AQUANTIA
|
||||
#define RGMII_PHY1_ADDR 0x2
|
||||
#define RGMII_PHY2_ADDR 0x6
|
||||
#define SGMII_PHY1_ADDR 0x2
|
||||
#define FM1_10GEC1_PHY_ADDR 0x1
|
||||
#endif
|
||||
|
||||
|
||||
@@ -47,7 +47,10 @@
|
||||
|
||||
/* support deep sleep */
|
||||
#define CONFIG_DEEP_SLEEP
|
||||
#if defined(CONFIG_DEEP_SLEEP)
|
||||
#define CONFIG_SILENT_CONSOLE
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SYS_TEXT_BASE
|
||||
#define CONFIG_SYS_TEXT_BASE 0xeff40000
|
||||
@@ -689,6 +692,12 @@ unsigned long get_board_ddr_clk(void);
|
||||
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
|
||||
#endif
|
||||
|
||||
/* Enable VSC9953 L2 Switch driver */
|
||||
#define CONFIG_VSC9953
|
||||
#define CONFIG_VSC9953_CMD
|
||||
#define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR 0x14
|
||||
#define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR 0x18
|
||||
|
||||
/*
|
||||
* Dynamic MTD Partition support with mtdparts
|
||||
*/
|
||||
|
||||
@@ -726,6 +726,14 @@
|
||||
#define CONFIG_SYS_RGMII1_PHY_ADDR 0x01
|
||||
#define CONFIG_SYS_RGMII2_PHY_ADDR 0x02
|
||||
|
||||
/* Enable VSC9953 L2 Switch driver on T1040 SoC */
|
||||
#ifdef CONFIG_T1040RDB
|
||||
#define CONFIG_VSC9953
|
||||
#define CONFIG_VSC9953_CMD
|
||||
#define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR 0x04
|
||||
#define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR 0x08
|
||||
#endif
|
||||
|
||||
#define CONFIG_MII /* MII PHY management */
|
||||
#define CONFIG_ETHPRIME "FM1@DTSEC4"
|
||||
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
|
||||
|
||||
@@ -225,6 +225,7 @@ int gen10g_startup(struct phy_device *phydev);
|
||||
int gen10g_shutdown(struct phy_device *phydev);
|
||||
int gen10g_discover_mmds(struct phy_device *phydev);
|
||||
|
||||
int phy_aquantia_init(void);
|
||||
int phy_atheros_init(void);
|
||||
int phy_broadcom_init(void);
|
||||
int phy_cortina_init(void);
|
||||
|
||||
402
include/vsc9953.h
Normal file
402
include/vsc9953.h
Normal file
@@ -0,0 +1,402 @@
|
||||
/*
|
||||
* vsc9953.h
|
||||
*
|
||||
* Driver for the Vitesse VSC9953 L2 Switch
|
||||
*
|
||||
* This software may be used and distributed according to the
|
||||
* terms of the GNU Public License, Version 2, incorporated
|
||||
* herein by reference.
|
||||
*
|
||||
* Copyright 2013 Freescale Semiconductor, Inc.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _VSC9953_H_
|
||||
#define _VSC9953_H_
|
||||
|
||||
#include <config.h>
|
||||
#include <miiphy.h>
|
||||
#include <asm/types.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#define VSC9953_OFFSET (CONFIG_SYS_CCSRBAR_DEFAULT + 0x800000)
|
||||
|
||||
#define VSC9953_SYS_OFFSET 0x010000
|
||||
#define VSC9953_DEV_GMII_OFFSET 0x100000
|
||||
#define VSC9953_QSYS_OFFSET 0x200000
|
||||
#define VSC9953_ANA_OFFSET 0x280000
|
||||
#define VSC9953_DEVCPU_GCB 0x070000
|
||||
#define VSC9953_ES0 0x040000
|
||||
#define VSC9953_IS1 0x050000
|
||||
#define VSC9953_IS2 0x060000
|
||||
|
||||
#define T1040_SWITCH_GMII_DEV_OFFSET 0x010000
|
||||
#define VSC9953_PHY_REGS_OFFST 0x0000AC
|
||||
|
||||
#define CONFIG_VSC9953_SOFT_SWC_RST_ENA 0x00000001
|
||||
#define CONFIG_VSC9953_CORE_ENABLE 0x80
|
||||
#define CONFIG_VSC9953_MEM_ENABLE 0x40
|
||||
#define CONFIG_VSC9953_MEM_INIT 0x20
|
||||
|
||||
#define CONFIG_VSC9953_PORT_ENA 0x00003a00
|
||||
#define CONFIG_VSC9953_MAC_ENA_CFG 0x00000011
|
||||
#define CONFIG_VSC9953_MAC_MODE_CFG 0x00000011
|
||||
#define CONFIG_VSC9953_MAC_IFG_CFG 0x00000515
|
||||
#define CONFIG_VSC9953_MAC_HDX_CFG 0x00001043
|
||||
#define CONFIG_VSC9953_CLOCK_CFG 0x00000001
|
||||
#define CONFIG_VSC9953_CLOCK_CFG_1000M 0x00000001
|
||||
#define CONFIG_VSC9953_PFC_FC 0x00000001
|
||||
#define CONFIG_VSC9953_PFC_FC_QSGMII 0x00000000
|
||||
#define CONFIG_VSC9953_MAC_FC_CFG 0x04700000
|
||||
#define CONFIG_VSC9953_MAC_FC_CFG_QSGMII 0x00700000
|
||||
#define CONFIG_VSC9953_PAUSE_CFG 0x001ffffe
|
||||
#define CONFIG_VSC9953_TOT_TAIL_DROP_LVL 0x000003ff
|
||||
#define CONFIG_VSC9953_FRONT_PORT_MODE 0x00000000
|
||||
#define CONFIG_VSC9953_MAC_MAX_LEN 0x000005ee
|
||||
|
||||
#define CONFIG_VSC9953_VCAP_MV_CFG 0x0000ffff
|
||||
#define CONFIG_VSC9953_VCAP_UPDATE_CTRL 0x01000004
|
||||
#define VSC9953_MAX_PORTS 10
|
||||
#define VSC9953_PORT_CHECK(port) \
|
||||
(((port) < 0 || (port) >= VSC9953_MAX_PORTS) ? 0 : 1)
|
||||
#define VSC9953_INTERNAL_PORT_CHECK(port) ( \
|
||||
( \
|
||||
(port) < VSC9953_MAX_PORTS - 2 || (port) >= VSC9953_MAX_PORTS \
|
||||
) ? 0 : 1 \
|
||||
)
|
||||
|
||||
#define DEFAULT_VSC9953_MDIO_NAME "VSC9953_MDIO0"
|
||||
|
||||
#define MIIMIND_OPR_PEND 0x00000004
|
||||
|
||||
struct vsc9953_mdio_info {
|
||||
struct vsc9953_mii_mng *regs;
|
||||
char *name;
|
||||
};
|
||||
|
||||
/* VSC9953 ANA structure for T1040 U-boot*/
|
||||
|
||||
struct vsc9953_ana_port {
|
||||
u32 vlan_cfg;
|
||||
u32 drop_cfg;
|
||||
u32 qos_cfg;
|
||||
u32 vcap_cfg;
|
||||
u32 vcap_s1_key_cfg[3];
|
||||
u32 vcap_s2_cfg;
|
||||
u32 qos_pcp_dei_map_cfg[16];
|
||||
u32 cpu_fwd_cfg;
|
||||
u32 cpu_fwd_bpdu_cfg;
|
||||
u32 cpu_fwd_garp_cfg;
|
||||
u32 cpu_fwd_ccm_cfg;
|
||||
u32 port_cfg;
|
||||
u32 pol_cfg;
|
||||
u32 reserved[34];
|
||||
};
|
||||
|
||||
struct vsc9953_ana_pol {
|
||||
u32 pol_pir_cfg;
|
||||
u32 pol_cir_cfg;
|
||||
u32 pol_mode_cfg;
|
||||
u32 pol_pir_state;
|
||||
u32 pol_cir_state;
|
||||
u32 reserved1[3];
|
||||
};
|
||||
|
||||
struct vsc9953_ana_ana_tables {
|
||||
u32 entry_lim[11];
|
||||
u32 an_moved;
|
||||
u32 mach_data;
|
||||
u32 macl_data;
|
||||
u32 mac_access;
|
||||
u32 mact_indx;
|
||||
u32 vlan_access;
|
||||
u32 vlan_tidx;
|
||||
};
|
||||
|
||||
struct vsc9953_ana_ana {
|
||||
u32 adv_learn;
|
||||
u32 vlan_mask;
|
||||
u32 anag_efil;
|
||||
u32 an_events;
|
||||
u32 storm_limit_burst;
|
||||
u32 storm_limit_cfg[4];
|
||||
u32 isolated_prts;
|
||||
u32 community_ports;
|
||||
u32 auto_age;
|
||||
u32 mac_options;
|
||||
u32 learn_disc;
|
||||
u32 agen_ctrl;
|
||||
u32 mirror_ports;
|
||||
u32 emirror_ports;
|
||||
u32 flooding;
|
||||
u32 flooding_ipmc;
|
||||
u32 sflow_cfg[11];
|
||||
u32 port_mode[12];
|
||||
};
|
||||
|
||||
struct vsc9953_ana_pgid {
|
||||
u32 port_grp_id[91];
|
||||
};
|
||||
|
||||
struct vsc9953_ana_pfc {
|
||||
u32 pfc_cfg;
|
||||
u32 reserved1[15];
|
||||
};
|
||||
|
||||
struct vsc9953_ana_pol_misc {
|
||||
u32 pol_flowc[10];
|
||||
u32 reserved1[17];
|
||||
u32 pol_hyst;
|
||||
};
|
||||
|
||||
struct vsc9953_ana_common {
|
||||
u32 aggr_cfg;
|
||||
u32 cpuq_cfg;
|
||||
u32 cpuq_8021_cfg;
|
||||
u32 dscp_cfg;
|
||||
u32 dscp_rewr_cfg;
|
||||
u32 vcap_rng_type_cfg;
|
||||
u32 vcap_rng_val_cfg;
|
||||
u32 discard_cfg;
|
||||
u32 fid_cfg;
|
||||
};
|
||||
|
||||
struct vsc9953_analyzer {
|
||||
struct vsc9953_ana_port port[11];
|
||||
u32 reserved1[9536];
|
||||
struct vsc9953_ana_pol pol[164];
|
||||
struct vsc9953_ana_ana_tables ana_tables;
|
||||
u32 reserved2[14];
|
||||
struct vsc9953_ana_ana ana;
|
||||
u32 reserved3[22];
|
||||
struct vsc9953_ana_pgid port_id_tbl;
|
||||
u32 reserved4[549];
|
||||
struct vsc9953_ana_pfc pfc[10];
|
||||
struct vsc9953_ana_pol_misc pol_misc;
|
||||
u32 reserved5[196];
|
||||
struct vsc9953_ana_common common;
|
||||
};
|
||||
/* END VSC9953 ANA structure for T1040 U-boot*/
|
||||
|
||||
/* VSC9953 DEV_GMII structure for T1040 U-boot*/
|
||||
|
||||
struct vsc9953_dev_gmii_port_mode {
|
||||
u32 clock_cfg;
|
||||
u32 port_misc;
|
||||
u32 reserved1;
|
||||
u32 eee_cfg;
|
||||
};
|
||||
|
||||
struct vsc9953_dev_gmii_mac_cfg_status {
|
||||
u32 mac_ena_cfg;
|
||||
u32 mac_mode_cfg;
|
||||
u32 mac_maxlen_cfg;
|
||||
u32 mac_tags_cfg;
|
||||
u32 mac_adv_chk_cfg;
|
||||
u32 mac_ifg_cfg;
|
||||
u32 mac_hdx_cfg;
|
||||
u32 mac_fc_mac_low_cfg;
|
||||
u32 mac_fc_mac_high_cfg;
|
||||
u32 mac_sticky;
|
||||
};
|
||||
|
||||
struct vsc9953_dev_gmii {
|
||||
struct vsc9953_dev_gmii_port_mode port_mode;
|
||||
struct vsc9953_dev_gmii_mac_cfg_status mac_cfg_status;
|
||||
};
|
||||
|
||||
/* END VSC9953 DEV_GMII structure for T1040 U-boot*/
|
||||
|
||||
/* VSC9953 QSYS structure for T1040 U-boot*/
|
||||
|
||||
struct vsc9953_qsys_hsch {
|
||||
u32 cir_cfg;
|
||||
u32 reserved1;
|
||||
u32 se_cfg;
|
||||
u32 se_dwrr_cfg[8];
|
||||
u32 cir_state;
|
||||
u32 reserved2[20];
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_sys {
|
||||
u32 port_mode[12];
|
||||
u32 switch_port_mode[11];
|
||||
u32 stat_cnt_cfg;
|
||||
u32 eee_cfg[10];
|
||||
u32 eee_thrs;
|
||||
u32 igr_no_sharing;
|
||||
u32 egr_no_sharing;
|
||||
u32 sw_status[11];
|
||||
u32 ext_cpu_cfg;
|
||||
u32 cpu_group_map;
|
||||
u32 reserved1[23];
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_qos_cfg {
|
||||
u32 red_profile[16];
|
||||
u32 res_qos_mode;
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_drop_cfg {
|
||||
u32 egr_drop_mode;
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_mmgt {
|
||||
u32 eq_cntrl;
|
||||
u32 reserved1;
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_hsch_misc {
|
||||
u32 hsch_misc_cfg;
|
||||
u32 reserved1[546];
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_res_ctrl {
|
||||
u32 res_cfg;
|
||||
u32 res_stat;
|
||||
|
||||
};
|
||||
|
||||
struct vsc9953_qsys_reg {
|
||||
struct vsc9953_qsys_hsch hsch[108];
|
||||
struct vsc9953_qsys_sys sys;
|
||||
struct vsc9953_qsys_qos_cfg qos_cfg;
|
||||
struct vsc9953_qsys_drop_cfg drop_cfg;
|
||||
struct vsc9953_qsys_mmgt mmgt;
|
||||
struct vsc9953_qsys_hsch_misc hsch_misc;
|
||||
struct vsc9953_qsys_res_ctrl res_ctrl[1024];
|
||||
};
|
||||
|
||||
/* END VSC9953 QSYS structure for T1040 U-boot*/
|
||||
|
||||
/* VSC9953 SYS structure for T1040 U-boot*/
|
||||
|
||||
struct vsc9953_sys_stat {
|
||||
u32 rx_cntrs[64];
|
||||
u32 tx_cntrs[64];
|
||||
u32 drop_cntrs[64];
|
||||
u32 reserved1[6];
|
||||
};
|
||||
|
||||
struct vsc9953_sys_sys {
|
||||
u32 reset_cfg;
|
||||
u32 reserved1;
|
||||
u32 vlan_etype_cfg;
|
||||
u32 port_mode[12];
|
||||
u32 front_port_mode[10];
|
||||
u32 frame_aging;
|
||||
u32 stat_cfg;
|
||||
u32 reserved2[50];
|
||||
};
|
||||
|
||||
struct vsc9953_sys_pause_cfg {
|
||||
u32 pause_cfg[11];
|
||||
u32 pause_tot_cfg;
|
||||
u32 tail_drop_level[11];
|
||||
u32 tot_tail_drop_lvl;
|
||||
u32 mac_fc_cfg[10];
|
||||
};
|
||||
|
||||
struct vsc9953_sys_mmgt {
|
||||
u16 free_cnt;
|
||||
};
|
||||
|
||||
struct vsc9953_system_reg {
|
||||
struct vsc9953_sys_stat stat;
|
||||
struct vsc9953_sys_sys sys;
|
||||
struct vsc9953_sys_pause_cfg pause_cfg;
|
||||
struct vsc9953_sys_mmgt mmgt;
|
||||
};
|
||||
|
||||
/* END VSC9953 SYS structure for T1040 U-boot*/
|
||||
|
||||
|
||||
/* VSC9953 DEVCPU_GCB structure for T1040 U-boot*/
|
||||
|
||||
struct vsc9953_chip_regs {
|
||||
u32 chipd_id;
|
||||
u32 gpr;
|
||||
u32 soft_rst;
|
||||
};
|
||||
|
||||
struct vsc9953_gpio {
|
||||
u32 gpio_out_set[10];
|
||||
u32 gpio_out_clr[10];
|
||||
u32 gpio_out[10];
|
||||
u32 gpio_in[10];
|
||||
};
|
||||
|
||||
struct vsc9953_mii_mng {
|
||||
u32 miimstatus;
|
||||
u32 reserved1;
|
||||
u32 miimcmd;
|
||||
u32 miimdata;
|
||||
u32 miimcfg;
|
||||
u32 miimscan_0;
|
||||
u32 miimscan_1;
|
||||
u32 miiscan_lst_rslts;
|
||||
u32 miiscan_lst_rslts_valid;
|
||||
};
|
||||
|
||||
struct vsc9953_mii_read_scan {
|
||||
u32 mii_scan_results_sticky[2];
|
||||
};
|
||||
|
||||
struct vsc9953_devcpu_gcb {
|
||||
struct vsc9953_chip_regs chip_regs;
|
||||
struct vsc9953_gpio gpio;
|
||||
struct vsc9953_mii_mng mii_mng[2];
|
||||
struct vsc9953_mii_read_scan mii_read_scan;
|
||||
};
|
||||
|
||||
/* END VSC9953 DEVCPU_GCB structure for T1040 U-boot*/
|
||||
|
||||
/* VSC9953 IS* structure for T1040 U-boot*/
|
||||
|
||||
struct vsc9953_vcap_core_cfg {
|
||||
u32 vcap_update_ctrl;
|
||||
u32 vcap_mv_cfg;
|
||||
};
|
||||
|
||||
struct vsc9953_vcap {
|
||||
struct vsc9953_vcap_core_cfg vcap_core_cfg;
|
||||
};
|
||||
|
||||
/* END VSC9953 IS* structure for T1040 U-boot*/
|
||||
|
||||
#define VSC9953_PORT_INFO_INITIALIZER(idx) \
|
||||
{ \
|
||||
.enabled = 0, \
|
||||
.phyaddr = 0, \
|
||||
.index = idx, \
|
||||
.phy_regs = NULL, \
|
||||
.enet_if = PHY_INTERFACE_MODE_NONE, \
|
||||
.bus = NULL, \
|
||||
.phydev = NULL, \
|
||||
}
|
||||
|
||||
/* Structure to describe a VSC9953 port */
|
||||
struct vsc9953_port_info {
|
||||
u8 enabled;
|
||||
u8 phyaddr;
|
||||
int index;
|
||||
void *phy_regs;
|
||||
phy_interface_t enet_if;
|
||||
struct mii_dev *bus;
|
||||
struct phy_device *phydev;
|
||||
};
|
||||
|
||||
/* Structure to describe a VSC9953 switch */
|
||||
struct vsc9953_info {
|
||||
struct vsc9953_port_info port[VSC9953_MAX_PORTS];
|
||||
};
|
||||
|
||||
void vsc9953_init(bd_t *bis);
|
||||
|
||||
void vsc9953_port_info_set_mdio(int port, struct mii_dev *bus);
|
||||
void vsc9953_port_info_set_phy_address(int port, int address);
|
||||
void vsc9953_port_enable(int port);
|
||||
void vsc9953_port_disable(int port);
|
||||
void vsc9953_port_info_set_phy_int(int port, phy_interface_t phy_int);
|
||||
|
||||
#endif /* _VSC9953_H_ */
|
||||
Reference in New Issue
Block a user