Skip to content

Commit dc159f2

Browse files
[Arista]: Set soc property programmability_ucode_relative_path (sonic-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
1 parent 82aecf9 commit dc159f2

8 files changed

Lines changed: 8 additions & 1 deletion

File tree

device/arista/x86_64-arista_7800r3_48cq2_lc/Arista-7800R3-48CQ2-C48/jr2-a7280cr3-32d4-40x100G.config.bcm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ soc_family.BCM8869X=BCM8869X
22
system_ref_core_clock_khz=1600000
33

44
dpp_db_path=/usr/share/bcm/db
5-
custom_feature_ucode_path=u_code_db2pem.txt
5+
programmability_ucode_relative_path.BCM8869X=pemla/ucode/standard_1/jer2pemla/u_code_db2pem.txt
66
system_headers_mode=1
77
suppress_unknown_prop_warnings=1
88
l4_protocols_load_balancing_enable=1

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C36/0/j2p-a7800r3a-36d-36x400G.config.bcm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ soc_family=BCM8885X
22
system_ref_core_clock_khz=1600000
33

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

67
####################################################
78
##Reference applications related properties - Start

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C36/1/j2p-a7800r3a-36d-36x400G.config.bcm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ soc_family=BCM8885X
22
system_ref_core_clock_khz=1600000
33

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

67
####################################################
78
##Reference applications related properties - Start

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72/0/j2p-a7800r3a-36d-36x400G.config.bcm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ soc_family=BCM8885X
22
system_ref_core_clock_khz=1600000
33

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

67
####################################################
78
##Reference applications related properties - Start

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72/1/j2p-a7800r3a-36d-36x400G.config.bcm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ soc_family=BCM8885X
22
system_ref_core_clock_khz=1600000
33

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

67
####################################################
78
##Reference applications related properties - Start

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-D36/0/j2p-a7800r3a-36d-36x400G.config.bcm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ soc_family=BCM8885X
22
system_ref_core_clock_khz=1600000
33

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

67
####################################################
78
##Reference applications related properties - Start

device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-D36/1/j2p-a7800r3a-36d-36x400G.config.bcm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ soc_family=BCM8885X
22
system_ref_core_clock_khz=1600000
33

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

67
####################################################
78
##Reference applications related properties - Start

src/sonic-device-data/tests/permitted_list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,4 @@ sai_stats_support_mask
346346
sai_default_cpu_tx_tc
347347
oversubscribe_mixed_sister_25_50_enable
348348
sai_disable_srcmacqedstmac_ctrl
349+
programmability_ucode_relative_path

0 commit comments

Comments
 (0)