Home
last modified time | relevance | path

Searched refs:boot_file_head (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/tools/
Dmksunxiboot.c22 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum()
51 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head))
61 struct boot_file_head header;
142 ((sizeof(struct boot_file_head) / sizeof(int) - 2) in main()
146 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()
157 cpu_to_le32(offsetof(struct boot_file_head, in main()
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dspl.h27 struct boot_file_head { struct
76 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
/external/u-boot/board/sunxi/
Dboard.c659 struct boot_file_head *spl = (void *)(ulong)spl_addr; in parse_spl_header()
804 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in board_fit_config_name_match()