Searched defs:boot_file_head (Results 1 – 2 of 2) sorted by relevance
33 struct boot_file_head { struct34 uint32_t b_instruction; /* one intruction jumping to real code */35 uint8_t magic[8]; /* ="eGON.BT0" or "eGON.BT1", not C-style str */36 uint32_t check_sum; /* generated by PC */37 uint32_t length; /* generated by PC */54 union {58 uint32_t fel_script_address; /* since v0.1, set by sunxi-fel */82 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
213 struct boot_file_head { struct231 struct boot_file_head *head = (struct boot_file_head *)buffer; in allwinner_r40_bootrom_setup() argument