[GIT PULL] please pull fsl-qoriq-2023-6-15 for next
Peng Fan
peng.fan at nxp.com
Thu Jun 15 11:46:48 CEST 2023
Hi Tom,
Please pull fsl-qoriq-2023-6-15 for next.
----------------------------------------------------
DM_MDIO/CMD for ls1046afrwy
sync APIs for fsl-mc
ldpaa_eth update
lx2160ardb recv support.
net: dsa fix of fallback lookup
----------------------------------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/16597
Thanks,
Peng.
The following changes since commit cb4fe56eca1109780e97c68329e6b71ef33bf0e6:
Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next (2023-06-13 13:14:49 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-2023-6-15
for you to fetch changes up to b824212dc29b5b0354e84c7dadec21d75bacb349:
configs: ls1046afrwy: enable DM_MDIO and DM_CMD (2023-06-15 17:58:53 +0800)
----------------------------------------------------------------
Camelia Groza (3):
arm: dts: ls1046afrwy: add the FMan Ethernet nodes
board: freescale: ls1046afrwy: enumerate PCI devices
configs: ls1046afrwy: enable DM_MDIO and DM_CMD
Florin Chiculita (2):
board: fsl: lx2160ardb: add api for obtaining board revision
board: fsl: lx2160ardb: add dts fixup function for RevC and newer
Ioana Ciornei (14):
net: ldpaa_eth: fix the memory layout of the dpmac_get_counters() API
net: ldpaa_eth: transform dpni_statistics from a struct to a union
net: ldpaa_eth: extend debug capabilities with DPNI statistics
net: ldpaa_eth: extend debug capabilities with DPMAC statistics
cmd: net: add a 'net stats' command to dump network statistics
net: ldpaa_eth: export DPNI and DPMAC counters through 'net stats'
net: fsl-mc: remove unused MC APIs
net: fsl-mc: sync DPBP MC APIs
net: fsl-mc: sync DPMAC MC APIs
net: fsl-mc: sync DPRC MC APIs
net: fsl-mc: sync DPNI MC APIs
net: fsl-mc: sync DPSPARSER MC APIs
net: fsl-mc: sync DPIO MC APIs
net: fsl-mc: sync remaining MC commands
Marcus Comstedt (1):
net: dsa: Fix OF fallback lookup for ports
arch/arm/dts/fsl-ls1046a-frwy.dts | 48 ++-
board/freescale/ls1046afrwy/ls1046afrwy.c | 3 +
board/freescale/lx2160a/eth_lx2160ardb.c | 107 +++++++
board/freescale/lx2160a/lx2160a.c | 22 +-
board/freescale/lx2160a/lx2160a.h | 15 +
cmd/net.c | 54 +++-
configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 2 +
configs/ls1046afrwy_tfa_defconfig | 2 +
drivers/net/fsl-mc/dpbp.c | 180 ++++++++---
drivers/net/fsl-mc/dpio/dpio.c | 194 +++++++----
drivers/net/fsl-mc/dpmac.c | 274 ++++++++--------
drivers/net/fsl-mc/dpmng.c | 20 +-
drivers/net/fsl-mc/dpni.c | 680 ++++++++++++++++++++++++++-------------
drivers/net/fsl-mc/dprc.c | 405 +++++++++++------------
drivers/net/fsl-mc/dpsparser.c | 124 ++++++--
drivers/net/fsl-mc/fsl_dpmng_cmd.h | 17 +-
drivers/net/fsl-mc/mc.c | 14 +-
drivers/net/fsl-mc/mc_sys.c | 13 +-
drivers/net/ldpaa_eth/ldpaa_eth.c | 268 ++++++++--------
drivers/net/ldpaa_eth/ldpaa_eth.h | 64 ++++
include/configs/lx2160ardb.h | 5 +
include/fsl-mc/fsl_dpbp.h | 207 ++----------
include/fsl-mc/fsl_dpio.h | 266 +++++-----------
include/fsl-mc/fsl_dpmac.h | 365 +++++----------------
include/fsl-mc/fsl_dpmng.h | 13 +-
include/fsl-mc/fsl_dpni.h | 1660 +++++++++++++++++++++++++++++++++++------------------------------------------------------------
include/fsl-mc/fsl_dprc.h | 935 ++++++-----------------------------------------------
include/fsl-mc/fsl_dpsparser.h | 139 ++------
include/fsl-mc/fsl_mc_cmd.h | 47 +--
include/net.h | 6 +
net/dsa-uclass.c | 2 +-
31 files changed, 2593 insertions(+), 3558 deletions(-)
More information about the U-Boot
mailing list