[U-Boot] [PULL] u-boot-mips
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Fri Feb 1 17:38:53 UTC 2019
Hi Tom,
please pull some updates and fixes for MIPS
https://travis-ci.org/danielschwierzeck/u-boot/builds/487434845
The following changes since commit ab0ec15f77b5692c06fac024f34a90ab4752b41a:
Merge tag 'u-boot-amlogic-20190131' of git://git.denx.de/u-boot-amlogic (2019-01-31 07:19:52 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-mips.git tags/mips-pull-2019-02-01
for you to fetch changes up to 364e407f3cafd485db4d090430e3861c99858d42:
configs: mscc_luton: Add network support. (2019-02-01 14:13:36 +0100)
----------------------------------------------------------------
- MIPS: mscc: jr2: small fixes
- MIPS: mscc: luton: add ethernet and switch driver
- MIPS: mt76xx: fix timer frequency
----------------------------------------------------------------
Horatiu Vultur (10):
MSCC: Jaguar2 enable debug uart
MSCC: Fix Jaguar2 board detection.
net: mscc: Move ocelot_switch to mscc_eswitch folder
net: mscc: Move miim commands into separate file.
net: mscc: Move ocelot_send and ocelot_recv in a different file.
net: mscc: Move mac_table_add function into different file.
net: mscc: Remove unused variables
mips: mscc: luton: Add ethernet nodes for Luton.
net: Add MSCC Luton networkd driver.
configs: mscc_luton: Add network support.
Stefan Roese (1):
mips: mt76xx: Use correct timer frequency
MAINTAINERS | 2 +-
arch/mips/dts/luton_pcb090.dts | 51 ++
arch/mips/dts/luton_pcb091.dts | 51 ++
arch/mips/dts/mscc,luton.dtsi | 165 ++++++
board/mscc/jr2/jr2.c | 10 +
configs/mscc_jr2_defconfig | 6 +
configs/mscc_luton_defconfig | 1 +
drivers/net/Kconfig | 7 +-
drivers/net/Makefile | 2 +-
drivers/net/mscc_eswitch/Kconfig | 17 +
drivers/net/mscc_eswitch/Makefile | 3 +
drivers/net/mscc_eswitch/luton_switch.c | 736 +++++++++++++++++++++++++
drivers/net/mscc_eswitch/mscc_mac_table.c | 74 +++
drivers/net/mscc_eswitch/mscc_mac_table.h | 19 +
drivers/net/mscc_eswitch/mscc_miim.c | 74 +++
drivers/net/mscc_eswitch/mscc_miim.h | 12 +
drivers/net/mscc_eswitch/mscc_xfer.c | 139 +++++
drivers/net/mscc_eswitch/mscc_xfer.h | 20 +
drivers/net/{ => mscc_eswitch}/ocelot_switch.c | 299 +---------
include/configs/gardena-smart-gateway-mt7688.h | 2 +-
include/configs/linkit-smart-7688.h | 2 +-
21 files changed, 1410 insertions(+), 282 deletions(-)
create mode 100644 drivers/net/mscc_eswitch/Kconfig
create mode 100644 drivers/net/mscc_eswitch/Makefile
create mode 100644 drivers/net/mscc_eswitch/luton_switch.c
create mode 100644 drivers/net/mscc_eswitch/mscc_mac_table.c
create mode 100644 drivers/net/mscc_eswitch/mscc_mac_table.h
create mode 100644 drivers/net/mscc_eswitch/mscc_miim.c
create mode 100644 drivers/net/mscc_eswitch/mscc_miim.h
create mode 100644 drivers/net/mscc_eswitch/mscc_xfer.c
create mode 100644 drivers/net/mscc_eswitch/mscc_xfer.h
rename drivers/net/{ => mscc_eswitch}/ocelot_switch.c (62%)
More information about the U-Boot
mailing list