Open moidx opened 5 months ago
CC @OTshimeon, @sha-ron. Once we get confirmation this is OK from AST's perspective, we'll move this issue to the ROM_EXT
milestone to complete the changes.
We have a way to lock for read, write inside AST so I think it is ok. @zi-v please approve.
OK
Thanks @sha-ron and @zi-v for providing confirmation. Moving this issue to the ROM_EXT milestone to track the remaining lockdown implementation for OTP.
Description
The
earlgrey_es_sival
design uses the following ePMP configuration to restrict access to the OTP and AST memory regions:For
EarlGrey-PROD
, we will be removing the AST and OTP locks from ePMP as Silicon Owners require the availability of all 16 ePMP entries.ROM_EXT
will lock access to the OTPCREATOR_SW_CFG
region, but will not apply any additional locking to AST registers.AST should implement a read locking mechanism if AST reads are to be restricted from Silicon Owner stages.
Summary of changes