net: Add MSCC Jaguar2 network driver.
Add network driver for Microsemi Ethernet switch. It is present on Jaguar2 SoCs. Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
This commit is contained in:
parent
d8c7ae7253
commit
5e1d417bec
@ -15,3 +15,10 @@ config MSCC_LUTON_SWITCH
|
||||
select PHYLIB
|
||||
help
|
||||
This driver supports the Luton network switch device.
|
||||
|
||||
config MSCC_JR2_SWITCH
|
||||
bool "Jaguar2 switch driver"
|
||||
depends on DM_ETH && ARCH_MSCC
|
||||
select PHYLIB
|
||||
help
|
||||
This driver supports the Jaguar2 network switch device.
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o mscc_miim.o mscc_xfer.o mscc_mac_table.o
|
||||
obj-$(CONFIG_MSCC_LUTON_SWITCH) += luton_switch.o mscc_miim.o mscc_xfer.o mscc_mac_table.o
|
||||
obj-$(CONFIG_MSCC_JR2_SWITCH) += jr2_switch.o mscc_xfer.o
|
||||
|
1075
drivers/net/mscc_eswitch/jr2_switch.c
Normal file
1075
drivers/net/mscc_eswitch/jr2_switch.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
||||
|
||||
/* Onboard devices */
|
||||
|
||||
#define CONFIG_SYS_MALLOC_LEN 0x100000
|
||||
#define CONFIG_SYS_MALLOC_LEN 0x1F0000
|
||||
#define CONFIG_SYS_LOAD_ADDR 0x00100000
|
||||
#define CONFIG_SYS_INIT_SP_OFFSET 0x400000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user