Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dublimage.h55 struct ubl_header { struct
56 uint32_t magic; /* Magic Number, see UBL_* defines */
57 uint32_t entry; /* entry point address for bootloader */
58 uint32_t pages; /* number of pages (size of bootloader) */
59 uint32_t block; /*
63 uint32_t page; /*
67 uint32_t pll_m; /*
71 uint32_t pll_n; /*
75 uint32_t emif; /*
80 unsigned char res[UBL_BLOCK_SIZE - 8 * 4];