[v1,1/2] bus/fslmc: update MC firmware version for FSLMC bus

Message ID 20190910103051.27556-2-sachin.saxena@nxp.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series Update MC firmware version for FSLMC bus and DPAA2 devices |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-dpdk_compile_spdk success Compile Testing PASS
ci/iol-dpdk_compile success Compile Testing PASS
ci/iol-dpdk_compile_ovs success Compile Testing PASS
ci/intel-Performance success Performance Testing PASS
ci/mellanox-Performance success Performance Testing PASS

Commit Message

Sachin Saxena Sept. 10, 2019, 10:30 a.m. UTC
  MC firmware is the core component of FSLMC bus and DPAA2 devices.
    Prior to this patch, MC firmware supported 10.14.x version. This
    patch bumps the min supported version to 10.18.x.

Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
---
 drivers/bus/fslmc/mc/fsl_dpio_cmd.h | 4 ++--
 drivers/bus/fslmc/mc/fsl_dpmng.h    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
  

Comments

Hemant Agrawal Sept. 30, 2019, 11:50 a.m. UTC | #1
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  

Patch

diff --git a/drivers/bus/fslmc/mc/fsl_dpio_cmd.h b/drivers/bus/fslmc/mc/fsl_dpio_cmd.h
index 16a9bc418..45ed01f80 100644
--- a/drivers/bus/fslmc/mc/fsl_dpio_cmd.h
+++ b/drivers/bus/fslmc/mc/fsl_dpio_cmd.h
@@ -1,7 +1,7 @@ 
 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
  *
  * Copyright 2013-2016 Freescale Semiconductor Inc.
- * Copyright 2016-2017 NXP
+ * Copyright 2016-2019 NXP
  *
  */
 #ifndef _FSL_DPIO_CMD_H
@@ -9,7 +9,7 @@ 
 
 /* DPIO Version */
 #define DPIO_VER_MAJOR			4
-#define DPIO_VER_MINOR			2
+#define DPIO_VER_MINOR			3
 
 #define DPIO_CMD_BASE_VERSION		1
 #define DPIO_CMD_ID_OFFSET		4
diff --git a/drivers/bus/fslmc/mc/fsl_dpmng.h b/drivers/bus/fslmc/mc/fsl_dpmng.h
index bef2ef095..36c387af2 100644
--- a/drivers/bus/fslmc/mc/fsl_dpmng.h
+++ b/drivers/bus/fslmc/mc/fsl_dpmng.h
@@ -1,7 +1,7 @@ 
 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
  *
  * Copyright 2013-2015 Freescale Semiconductor Inc.
- * Copyright 2017 NXP
+ * Copyright 2017-2019 NXP
  *
  */
 #ifndef __FSL_DPMNG_H
@@ -18,7 +18,7 @@  struct fsl_mc_io;
  * Management Complex firmware version information
  */
 #define MC_VER_MAJOR 10
-#define MC_VER_MINOR 14
+#define MC_VER_MINOR 18
 
 /**
  * struct mc_version