Lines Matching full:otp
5 TF-M stores any data that should be provisioned at the factory in OTP memory.
6 The default is that this OTP memory is actually implemented using on-chip flash,
14 ``assembly_and_test_prov_data`` struct, and will then provision it to OTP. The
28 provisioned to OTP, the LCS will transition to ``TFM_SLC_SECURED`` [1]_. Note
56 erasing the OTP flash area.
63 OTP disabled by setting ``PLATFORM_DEFAULT_OTP=OFF`` in cmake, the CC312 OTP
64 will be used as a backing for the OTP HAL.
69 Boards with real OTP memory cannot be reprovisioned - care should be taken that
73 Platform-specific OTP backing
76 If a platform has a medium that is suitable for storing data with OTP semantics
77 (Where a bit cannot transition from a 1 to a 0), such as physical OTP memory,
78 then it can provide a backing for the OTP HAL by implementing the methods