Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dublimage.h56 struct ubl_header { struct
57 uint32_t magic; /* Magic Number, see UBL_* defines */
58 uint32_t entry; /* entry point address for bootloader */
59 uint32_t pages; /* number of pages (size of bootloader) */
60 uint32_t block; /*
64 uint32_t page; /*
68 uint32_t pll_m; /*
72 uint32_t pll_n; /*
76 uint32_t emif; /*
81 unsigned char res[UBL_BLOCK_SIZE - 8 * 4];