Home
last modified time | relevance | path

Searched defs:wb_header (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dwarmboot.h39 struct wb_header { struct
40 u32 length_insecure; /* length of the code header */
41 u32 reserved[3];
42 struct hash hash; /* hash of header+code, starts next field*/
43 struct hash random_aes_block; /* a data block to aid security. */
44 u32 length_secure; /* length of the code header */
45 u32 destination; /* destination address to put the wb code */
46 u32 entry_point; /* execution address of the wb code */
47 u32 code_length; /* length of the code */