Skip to content

Commit

Permalink
[Arista]: Set soc property programmability_ucode_relative_path (sonic…
Browse files Browse the repository at this point in the history
…-net#19637)

Broadcom requires that programmability_ucode_relative_path is set in SAI11.
This soc property replaces the legacy custom_feature_ucode_path

Without this we get the following error:

syncd#supervisord: syncd 0:dbx_file_get_db_location: DB Resource not defined#015
syncd#supervisord: syncd #15#015
syncd#supervisord: syncd 0:dnx_init_pemla_get_ucode_filepath:  Error 'Invalid parameter' indicated ; #15#015
  • Loading branch information
arista-nwolfe committed Jul 24, 2024
1 parent 82aecf9 commit dc159f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ soc_family.BCM8869X=BCM8869X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
custom_feature_ucode_path=u_code_db2pem.txt
programmability_ucode_relative_path.BCM8869X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt
system_headers_mode=1
suppress_unknown_prop_warnings=1
l4_protocols_load_balancing_enable=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ soc_family=BCM8885X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
programmability_ucode_relative_path.BCM8885X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt

####################################################
##Reference applications related properties - Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ soc_family=BCM8885X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
programmability_ucode_relative_path.BCM8885X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt

####################################################
##Reference applications related properties - Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ soc_family=BCM8885X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
programmability_ucode_relative_path.BCM8885X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt

####################################################
##Reference applications related properties - Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ soc_family=BCM8885X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
programmability_ucode_relative_path.BCM8885X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt

####################################################
##Reference applications related properties - Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ soc_family=BCM8885X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
programmability_ucode_relative_path.BCM8885X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt

####################################################
##Reference applications related properties - Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ soc_family=BCM8885X
system_ref_core_clock_khz=1600000

dpp_db_path=/usr/share/bcm/db
programmability_ucode_relative_path.BCM8885X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt

####################################################
##Reference applications related properties - Start
Expand Down
1 change: 1 addition & 0 deletions src/sonic-device-data/tests/permitted_list
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,4 @@ sai_stats_support_mask
sai_default_cpu_tx_tc
oversubscribe_mixed_sister_25_50_enable
sai_disable_srcmacqedstmac_ctrl
programmability_ucode_relative_path

0 comments on commit dc159f2

Please sign in to comment.