Add is_secure_boot_enable and is_secure_lock_enabled to PHY.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-11-17 12:20:44 +01:00
parent 07bbadf34c
commit 7c5f729b69
4 changed files with 59 additions and 1 deletions

View File

@@ -50,4 +50,7 @@ extern void init_otp_files();
extern const uint8_t *otp_key_1;
extern const uint8_t *otp_key_2;
extern bool otp_is_secure_boot_enabled();
extern bool otp_is_secure_boot_locked();
#endif // _OTP_H_