[U-Boot] [PATCH 0/7] driver: net: fsl-mc: Update existing driver for MC FW 9.0.0

Freescale's Management complex firmware version 9.0.0 provide support of new APIs, update in existing APIs, change in Major and minor version DPAA2 objects, provide new requirements etc.
This patch set provide support of new Management Complex firmware 9.0.0.
This patch set depends upon "http://patchwork.ozlabs.org/patch/559982/"
Prabhakar Kushwaha (7): driver: net: fsl-mc: Add version check for MC objects driver: net: fsl-mc: flib changes for MC FW 9.0.0 driver: net: fsl-mc: Prepare extended cfg for DPNI create driver: net: ldpaa: Report back only error frames for tx driver: net: ldpaa: Increase num of buffers for a pool driver: net: ldpaa: Add debug info of printing DPMAC stats driver: net: fsl-mc: Remove portal id hard-coding
drivers/net/fsl-mc/dpni.c | 81 ++++++ drivers/net/fsl-mc/mc.c | 67 ++++- drivers/net/ldpaa_eth/ldpaa_eth.c | 122 ++++++++- drivers/net/ldpaa_eth/ldpaa_eth.h | 2 +- include/fsl-mc/fsl_dpbp.h | 2 +- include/fsl-mc/fsl_dpio.h | 5 +- include/fsl-mc/fsl_dpmac.h | 2 +- include/fsl-mc/fsl_dpmng.h | 2 +- include/fsl-mc/fsl_dpni.h | 539 +++++++++++++++++++++++++++----------- include/fsl-mc/fsl_dprc.h | 94 ++++++- include/fsl-mc/fsl_mc_cmd.h | 5 +- 11 files changed, 748 insertions(+), 173 deletions(-)
participants (1)
-
Prabhakar Kushwaha