Skip to content

Commit e2f92d9

Browse files
moidxpamaury
authored andcommitted
[sival] Use EARLGREY_SILICON_OWNER_ROM_EXT_ENVS in cryptotests.
This allows the Bazel hook infrastructure to support additional silicon SKUs. Signed-off-by: Miguel Osorio <[email protected]> (cherry picked from commit 8d3f484)
1 parent 4c3e144 commit e2f92d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sw/device/tests/crypto/cryptotest/cryptotest.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
load(
88
"//rules/opentitan:defs.bzl",
9+
"EARLGREY_SILICON_OWNER_ROM_EXT_ENVS",
910
"fpga_params",
1011
"opentitan_test",
1112
"silicon_params",
@@ -22,8 +23,7 @@ CRYPTOTEST_EXEC_ENVS = {
2223
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None,
2324
"//hw/top_earlgrey:fpga_cw340_test_rom": "fpga_cw340",
2425
"//hw/top_earlgrey:fpga_cw340_sival_rom_ext": "fpga_cw340",
25-
"//hw/top_earlgrey:silicon_owner_sival_rom_ext": "silicon",
26-
}
26+
} | EARLGREY_SILICON_OWNER_ROM_EXT_ENVS
2727

2828
FIRMWARE_DEPS = [
2929
"//sw/device/tests/crypto/cryptotest/firmware:aes",

0 commit comments

Comments
 (0)