Skip to content

Commit

Permalink
imx8x/fusebox: Added some additional fuse indices
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Apr 24, 2023
1 parent d7998ba commit 5b1e81f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions include/plat/imx8x/fusebox.h
Expand Up @@ -8,6 +8,33 @@
#define IMX8X_FUSE_BOOT0 (18)
#define IMX8X_FUSE_BOOT1 (19)

#define IMX8X_FUSE_SRK0 (730)
#define IMX8X_FUSE_SRK1 (731)
#define IMX8X_FUSE_SRK2 (732)
#define IMX8X_FUSE_SRK3 (733)
#define IMX8X_FUSE_SRK4 (734)
#define IMX8X_FUSE_SRK5 (735)
#define IMX8X_FUSE_SRK6 (736)
#define IMX8X_FUSE_SRK7 (737)
#define IMX8X_FUSE_SRK8 (738)
#define IMX8X_FUSE_SRK9 (739)
#define IMX8X_FUSE_SRK10 (740)
#define IMX8X_FUSE_SRK11 (741)
#define IMX8X_FUSE_SRK12 (742)
#define IMX8X_FUSE_SRK13 (743)
#define IMX8X_FUSE_SRK14 (744)
#define IMX8X_FUSE_SRK15 (745)

#define IMX8X_FUSE_TZ_KEY0 (704)
#define IMX8X_FUSE_TZ_KEY1 (705)
#define IMX8X_FUSE_TZ_KEY2 (706)
#define IMX8X_FUSE_TZ_KEY3 (707)

#define IMX8X_FUSE_OEM_KEY0 (722)
#define IMX8X_FUSE_OEM_KEY1 (723)
#define IMX8X_FUSE_OEM_KEY2 (724)
#define IMX8X_FUSE_OEM_KEY3 (725)

struct imx8x_srk_fuses
{
uint32_t srk[16];
Expand Down

0 comments on commit 5b1e81f

Please sign in to comment.