[U-Boot] Please pull fsl-qoriq master
York Sun
yorksun at freescale.com
Tue Sep 22 17:01:36 CEST 2015
Tom,
The following changes since commit 1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82:
Merge git://git.denx.de/u-boot-x86 (2015-09-17 17:00:08 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git master
for you to fetch changes up to a857d5f835c53f7b66de61b19120ea1188e94999:
drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier (2015-09-21 08:29:48
-0700)
----------------------------------------------------------------
Codrin Ciubotariu (16):
drivers/net/vsc9953: Remove 'CONFIG_' from macros' name
drivers/net/vsc9953: Cleanup patch
drivers/net/vsc9953: Fix bug when enabling a port
drivers/net/vsc9953: Fix missing reserved register
include/bitfield: Add new bitfield operations
drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
common/cmd_ethsw: Add generic commands for Ethernet Switches
drivers/net/vsc9953: Use the generic Ethernet Switch parser
drivers/net/vsc9953: Add command to show/clear port counters
drivers/net/vsc9953: Add commands to enable/disable HW learning
common/env_flags.c: Add function to validate a MAC address
drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
drivers/net/vsc9953: Add VLAN commands for VSC9953
drivers/net/vsc9953: Add command for shared/private VLAN learning
drivers/net/vsc9953: Add commands for VLAN ingress filtering
drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier
common/Makefile | 1 +
common/cmd_ethsw.c | 1027 ++++++++++++++++++++
common/env_flags.c | 40 +-
drivers/net/vsc9953.c | 2246 +++++++++++++++++++++++++++++++++++++++-----
include/bitfield.h | 32 +
include/configs/T104xRDB.h | 2 +-
include/env_flags.h | 7 +
include/ethsw.h | 95 ++
include/vsc9953.h | 389 ++++++--
9 files changed, 3504 insertions(+), 335 deletions(-)
create mode 100644 common/cmd_ethsw.c
create mode 100644 include/ethsw.h
Thanks.
York
More information about the U-Boot
mailing list