Declaration
typedef struct
{
u32 EfuseRsaenable,
XSecure_PartitionHeader * PartitionHdr,
u32 BhdrAuth,
u32 KeySrc,
u32 * Iv,
u8 * AuthCerPtr
} XSecure_ImageInfo;
| Member | Description |
|---|---|
| EfuseRsaenable | 0 if not burnt 0xFF if burnt |
| PartitionHdr | Pointer to the buffer which is holding image header |
| BhdrAuth | 0 if not enabled and 0xFF if set |
| KeySrc | Key src from boot header |
| Iv | From Boot header + 8bits from partition header |
| AuthCerPtr | Buffer allocated to copy AC of the partition |