blob: fd81a9cc71c72ca87a88f841fda5ccb8fa4ca88f [file] [log] [blame]
Daisuke Nojirie1741c52015-02-09 18:15:17 -08001// Unauth Header
2//
3// struct UnAuthenticatedHeader_t {
4// uint32_t Tag; /* Tag used to locate boot binary in memory */
5// uint32_t Length; /* Length of the boot binary */
6// uint32_t Reserved; /* Address for the non-authenticated boot.
7// The address is aligned to 16 bytes boundary.
8// The lower 4 bits are used for ClkConfig:
9// Value Freq
10// 1 400
11// 2 1GHz
12// 3 Max (1.2GHz)
13// 4 no PLL lock: 200MHz
14// */
15// uint32_t crc; /* CRC computed on all other fields in this
16// structure excluding crc field */
17// };
18Tag= 0xA5A5A5A5
19Length= 0x00000000
20Reserved= 0x00000002