Skip to content

Commit

Permalink
[provisioning] rename Z1 chip SKU group name
Browse files Browse the repository at this point in the history
The SKUs are relevant across Earlgrey chip versions.

Signed-off-by: Tim Trippel <[email protected]>
  • Loading branch information
timothytrippel committed Oct 25, 2024
1 parent ac1e1c0 commit 011c44c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sw/device/silicon_creator/manuf/base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ load(
"//sw/device/silicon_creator/manuf/base:provisioning_inputs.bzl",
"CLOUD_KMS_CERT_ENDORSEMENT_PARAMS",
"CP_PROVISIONING_INPUTS",
"EARLGREY_A0_INDIVIDUALIZE_OTP_SW_CFGS",
"EARLGREY_INDIVIDUALIZE_OTP_SW_CFGS",
"FT_PERSONALIZE_KEYS",
"FT_PROVISIONING_INPUTS",
"LOCAL_CERT_ENDORSEMENT_PARAMS",
Expand Down Expand Up @@ -205,7 +205,7 @@ opentitan_test(
"//sw/device/silicon_creator/manuf/lib:individualize_sw_cfg_earlgrey_sku_{}".format(otp_sw_cfgs),
],
)
for otp_sw_cfgs in EARLGREY_A0_INDIVIDUALIZE_OTP_SW_CFGS
for otp_sw_cfgs in EARLGREY_INDIVIDUALIZE_OTP_SW_CFGS
]

filegroup(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

EARLGREY_A0_INDIVIDUALIZE_OTP_SW_CFGS = [
EARLGREY_INDIVIDUALIZE_OTP_SW_CFGS = [
"sival",
"prodc",
]
Expand Down
4 changes: 2 additions & 2 deletions sw/device/silicon_creator/manuf/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(
)
load(
"//sw/device/silicon_creator/manuf/base:provisioning_inputs.bzl",
"EARLGREY_A0_INDIVIDUALIZE_OTP_SW_CFGS",
"EARLGREY_INDIVIDUALIZE_OTP_SW_CFGS",
)

package(default_visibility = ["//visibility:public"])
Expand Down Expand Up @@ -197,7 +197,7 @@ cc_library(
"//hw/ip/otp_ctrl/data/earlgrey_skus/{}:otp_sw_cfg".format(otp_sw_cfg),
],
)
for otp_sw_cfg in EARLGREY_A0_INDIVIDUALIZE_OTP_SW_CFGS
for otp_sw_cfg in EARLGREY_INDIVIDUALIZE_OTP_SW_CFGS
]

opentitan_test(
Expand Down

0 comments on commit 011c44c

Please sign in to comment.