Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h33 struct boot_file_head { struct
34 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
/openbmc/qemu/hw/arm/
H A Dallwinner-r40.c200 struct boot_file_head { struct
218 struct boot_file_head *head = (struct boot_file_head *)buffer; in allwinner_r40_bootrom_setup() argument