[platform]: Add a new supported platform, Delta-agc032#4602
[platform]: Add a new supported platform, Delta-agc032#4602lguohan merged 6 commits intosonic-net:masterfrom
Conversation
Switch Vendor: Delta Switch SKU: Delta-agc032 CPU: BROADWELL-DE ASIC Vendor: Broadcom Switch ASIC: Tomahawk3, BCM56980 Port Configuration: 32x400G + 2x10G - What I did Add a new Delta platform Delta-agc032. - How I did it Add files by following SONiC Porting Guide. - How to verify it 1. decode-syseeprom 2. sensors 3. psuutil 4. sfputil 5. show interface status 6. bcmcmd - Description for the changelog Initial commit
|
This pull request introduces 12 alerts when merging de8f8ba into d90fdbf - view on LGTM.com new alerts:
|
Signed-off-by: zoe-kuan <ZOE.KUAN@deltaww.com>
|
can you fix the lgtm alerts? |
Signed-off-by: zoe-kuan <ZOE.KUAN@deltaww.com>
| @@ -0,0 +1,819 @@ | |||
| #include <linux/device.h> | |||
There was a problem hiding this comment.
Please use optoe driver rather than implementing a custom SFP driver
There was a problem hiding this comment.
Sorry for the confuse,
this driver is not sfp driver, this driver is used to create qsfp eeprom device node,
like "/sys/bus/i2c/devices/xx-0050",
should i rename this file?
platform/broadcom/sonic-platform-modules-delta/agc032/scripts/agc032_platform_init.sh
Outdated
Show resolved
Hide resolved
platform/broadcom/sonic-platform-modules-delta/agc032/scripts/agc032_platform_init.sh
Outdated
Show resolved
Hide resolved
Signed-off-by: zoe-kuan <ZOE.KUAN@deltaww.com>
Signed-off-by: zoe-kuan <ZOE.KUAN@deltaww.com>
|
@jleveque |
|
Retest vsimage please |
@jleveque |
|
@zoe-kuan: The vsimage failure doesn't appear to be related to your changes. I'll re-run it again. |
|
Retest vsimage please |
|
@jleveque: |
|
Looks good to me. I would like @lguohan to review, as well. |
|
i have a minor comment. |
…erdes_tx_taps_cd". Signed-off-by: zoe-kuan <ZOE.KUAN@deltaww.com>
Switch Vendor: Delta
Switch SKU: Delta-agc032
CPU: BROADWELL-DE
ASIC Vendor: Broadcom
Switch ASIC: Tomahawk3, BCM56980
Port Configuration: 32x400G + 2x10G
What I did
Add a new Delta platform Delta-agc032.
How I did it
Add files by following SONiC Porting Guide.
How to verify it
Initial commit