Adding first commit of OTP.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-30 21:34:33 +01:00
parent b1fdb9b1d1
commit 46661ee808
3 changed files with 173 additions and 2 deletions

View File

@@ -34,6 +34,8 @@
#define EF_LARGEBLOB 0x1101 // Large Blob Array
#define EF_OATH_CRED 0xBA00 // OATH Creds at 0xBA00 - 0xBAFE
#define EF_OATH_CODE 0xBAFF
#define EF_OTP_SLOT1 0xBB00
#define EF_OTP_SLOT2 0xBB01
extern file_t *ef_keydev;
extern file_t *ef_certdev;