63de341dd6
* Add switch ASIC vendor and platforms for Nephos - What I did Add switch ASIC vendor: Nephos Add Nephos platforms: Ingrasys S9130-32X, Ingrasys S9230-64X - How I did it Add platform/nephos files Add platform/nephos/sonic-platform-modules-ingrasys submodule Add device/ingrasys/x86_64-ingrasys_s9130_32x-r0 files Add device/ingrasys/x86_64-ingrasys_s9230_64x-r0 files Add SONiC to support Nephos platform - How to verify it To build SONiC installer image and docker images, run the following commands: make configure PLATFORM=nephos make target/sonic-nephos.bin Check system and network feature is worked as well - Description for the changelog Add switch ASIC vendor and platforms for Nephos - A picture of a cute animal (not mandatory but encouraged) Signed-off-by: Sam Yang <yang.kaiyu@gmail.com> * Advance sonic-sairedis submodule to include #271 (Add Nephos ASIC)
21 lines
1.5 KiB
Plaintext
21 lines
1.5 KiB
Plaintext
#This configuration file is for customer init value feature. Please refer to mtk_cfg.h/mtk_cfg.c for detail.
|
|
#1. The lines beginning with # are comment lines. The lines beginning with number are the setting lines.
|
|
#2. There are five parameters which can be set.
|
|
# 1) the first is unit.
|
|
# 2) the second is NPS_CFG_TYPE_XXX. Refer to NPS_CFG_TYPE_T.
|
|
# 3) the 3-5 are {param0, param1, value} pairs. Refer to NPS_CFG_VALUE_T. Support HEX format.
|
|
# 4) the (unit, NPS_CFG_TYPE_XXX, param0, param1) group is the key to get the correspingding value.
|
|
# There should be no same (unit, NPS_CFG_TYPE_XXX, param0, param1) group.
|
|
#3. User must follow correct format to apply the setting. Please refer to below commentted example(#0 NPS_CFG_TYPE_L2_ADDR_MODE 0 0 1);
|
|
#4. Usage under the linux shell:
|
|
# 1) ./image-path/image-name -c cfg-path/NPS_Ari_EVB_24.cfg : mamually specify directory path if they are not in current work dirctory.
|
|
# 2) ./image-name -c NPS_Ari_EVB_24.cfg : the image and the NPS_Ari_EVB_24.cfg are in the current work directory.
|
|
|
|
#unit NPS_CFG_TYPE_XXX param0 param1 value
|
|
#---- ---------------- ------ ------ -----
|
|
0 NPS_CFG_TYPE_USE_UNIT_PORT 0 0 1
|
|
0 NPS_CFG_TYPE_LED_CFG 0 0 1
|
|
0 NPS_CFG_TYPE_CPI_PORT_MODE 129 0 0
|
|
0 NPS_CFG_TYPE_CPI_PORT_MODE 130 0 0
|
|
0 NPS_CFG_TYPE_USER_BUF_CTRL 0 0 1
|