Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c23 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum()
52 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head))
62 struct boot_file_head header;
143 ((sizeof(struct boot_file_head) / sizeof(int) - 2) in main()
147 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()
158 cpu_to_le32(offsetof(struct boot_file_head, in main()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h28 struct boot_file_head { struct
77 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dboard.c654 struct boot_file_head *spl = (void *)(ulong)spl_addr; in parse_spl_header()
792 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in board_fit_config_name_match()