Skip to content

Commit 8459ac3

Browse files
moidxpamaury
authored andcommitted
[otp] Remove SiVal manuf identifier from emulation images.
The use of `CREATOR_SW_CFG_MANUF_STATE` as the SKU identifier is getting deprecated in favor of using the DeviceID. The DeviceID definition contains enough information to constraint code signatures to a particular SKU. The `CREATOR_SW_CFG_MANUF_STATE` will be used to capture the manufacturing state of the device. At the end of manufacturing, there will be a value configured to flag end of manufacturing. Signed-off-by: Miguel Osorio <miguelosorio@google.com>
1 parent e33b79b commit 8459ac3

File tree

2 files changed

+3
-5
lines changed
  • hw/top_earlgrey/data/otp

2 files changed

+3
-5
lines changed

hw/top_earlgrey/data/otp/emulation/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ otp_json(
5454
"CREATOR_SW_CFG_RNG_EN": otp_hex(CONST.HARDENED_FALSE),
5555
"CREATOR_SW_CFG_JITTER_EN": otp_hex(CONST.MUBI4_FALSE),
5656
"CREATOR_SW_CFG_RET_RAM_RESET_MASK": otp_hex(0x0),
57-
"CREATOR_SW_CFG_MANUF_STATE": otp_hex(CONST.MANUF_STATE.SIVAL),
57+
"CREATOR_SW_CFG_MANUF_STATE": otp_hex(CONST.MANUF_STATE.PERSONALIZED),
5858
# ROM execution is enabled if this item is set to a non-zero
5959
# value.
6060
"CREATOR_SW_CFG_ROM_EXEC_EN": otp_hex(0xffffffff),

hw/top_earlgrey/data/otp/sival_skus/BUILD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
# SKU: SiVal Bringup. ASCII code `SV00`.
6-
# The SiVal bringup SKU is intended to be use in early bring-up stages of
7-
# Earl Grey silicon. Some of the countermeasures in the ROM are disabled to
8-
# de-risk bring-up and provisioning tests.
5+
# This file contains the build rules for the OTP data for pre-silicon and
6+
# post-silicon simulation and emulation targets.
97

108
load(
119
"//rules:const.bzl",

0 commit comments

Comments
 (0)