openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

commit 823230a2193088959164a8fa94c969aff03a7589
parent 98602ed98b83ed240c5912b40c5b885e43836d51
Author: Broadcom SDK Release <sdk.releases@broadcom.com>
Date:   Wed, 30 Jan 2019 02:18:15 -0800

SDK-166509: Use share memory mechanism to speed up soc_cmicx_led_link_status ...

Devices: 56870_A0
Module: LED

Use share memory mechanism to speed up soc_cmicx_led_link_status and
soc_cmicx_led_speed.

Diffstat:
Msdk-6.5.16/include/shared/cmicfw/m0_ver.h | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sdk-6.5.16/include/shared/cmicfw/m0_ver.h b/sdk-6.5.16/include/shared/cmicfw/m0_ver.h @@ -6,5 +6,11 @@ */ /* define M0 FW version */ +/* 1.0 : Initial version support TD3, TH3, MV2, HX5. + * 1.1 : Debug version. + * 1.2 : SDK-166509: use share memory to speed up LED update. + */ + #define HOST_FW_VER_MAJOR (0x1) /* 16 bit */ -#define HOST_FW_VER_MINOR (0x0) /* 16 bit */ +#define HOST_FW_VER_MINOR (0x2) /* 16 bit */ +